javascript:(function(){
allowCopyAndPaste = function(e){
e.stopImmediatePropagation();
return true;
};
document.addEventListener('copy', allowCopyAndPaste, true);
document.addEventListener('paste', allowCopyAndPaste, true);
document.addEventListener('onpaste', allowCopyAndPaste, true);
})();
Last active
March 25, 2025 12:51
-
Star
(150)
You must be signed in to star a gist -
Fork
(22)
You must be signed in to fork a gist
Enable copy and paste in a webpage from the browser console
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How do I add this code to a website. (I am no professional coder. I just want to copy and paste from Mcgraw Hill.