Skip to content

Instantly share code, notes, and snippets.

View dev-rishi-witbybit's full-sized avatar

dev-rishi-witbybit

  • Wit By Bit
View GitHub Profile
@anacampesan
anacampesan / copyToClipboard.html
Last active May 20, 2021 10:41
Copy to clipboard without input
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<div id="secretInfo" style="display: none;">secret info</div>
<button type="button" id="btnCopy">Copy hidden info</button>