Sleazy Fork is available in English.

ppshipin anti fuckyou

try to take over the world!

// ==UserScript==
// @name         ppshipin anti fuckyou
// @namespace    org.ppshipin.anti-fuckyou
// @version      0.1
// @description  try to take over the world!
// @author       moeote
// @include      http://ppshipin.com/*
// @grant        none
// @run-at       document-start
// ==/UserScript==

(function (patcher) {
    document.addEventListener('readystatechange', patcher, false);
  })(function () {
    document.onselectstart = null;
    document.oncontextmenu = null;
    window.onresize = null;
    fuckyou = function () {};
  });