To prevent Greasemonkey user scripts from executing on your web site
To prevent Greasemonkey user scripts from executing on your web site, put this line within the HEAD of every page:
1 <script type="text/javascript"> 2 window.addEventListener = null; 3 </script>