How to Disable Greasemonkey On Your Website To prevent Greasemonkey user scripts from executing on your web site, put this line within the HEAD of every pageRelevant Link Permanent link posted by bytehead @ 4/12/2005 04:52:00 AM(IE users view source to see it):
<script type="text/javascript"> window.addEventListener = null; </script>
0 comments
Links to this post