Greasy Fork is available in English.

Node Auto proxy

Auto redirects you to a proxy

  1. // ==UserScript==
  2. // @name Node Auto proxy
  3. // @author JSPro
  4. // @version 1.01
  5. // @description Auto redirects you to a proxy
  6. // @match *://*/*
  7. // @exclude http://*.nodeunblocker.org*
  8. // @namespace https://greatest.deepsurf.us/users/277231
  9. // ==/UserScript==
  10. window.location.replace("http://iogames.nodeunblocker.org:8080/node/" + window.location.href)