Skip to content

Instantly share code, notes, and snippets.

View jitenagarwal19's full-sized avatar

Jiten Agarwal jitenagarwal19

View GitHub Profile
javascript:(function(){var temp = document.getElementById('inputTxt');
if (temp) {console.log("Hello");} else {console.log("no hello");}temp.disabled = false; temp.select(); var successful = document.execCommand('copy');})()