ppshipin anti fuckyou

try to take over the world!

  1. // ==UserScript==
  2. // @name ppshipin anti fuckyou
  3. // @namespace org.ppshipin.anti-fuckyou
  4. // @version 0.1
  5. // @description try to take over the world!
  6. // @author moeote
  7. // @include http://ppshipin.com/*
  8. // @grant none
  9. // @run-at document-start
  10. // ==/UserScript==
  11.  
  12. (function (patcher) {
  13. document.addEventListener('readystatechange', patcher, false);
  14. })(function () {
  15. document.onselectstart = null;
  16. document.oncontextmenu = null;
  17. window.onresize = null;
  18. fuckyou = function () {};
  19. });