Pornhub Bypass (IN)

Simple Hack to Bypass Pornhub Restriction in India . Read Additional info.

  1. // ==UserScript==
  2. // @name Pornhub Bypass (IN)
  3. // @namespace ghostrider47
  4. // @version 0.3
  5. // @description Simple Hack to Bypass Pornhub Restriction in India . Read Additional info.
  6. // @author ghostrider47
  7. // @match *://*.pornhub.com/*
  8. // @grant none
  9. // ==/UserScript==
  10. // @run-at document-start
  11. // @run-at document-end
  12. // @run-at document-idle
  13.  
  14. document.location = document.URL.replace('pornhub.com','pornhub.org');