PX

Allows sources from ***n sites.

  1. // ==UserScript==
  2. // @name PX
  3. // @namespace http://phlinks.org/
  4. // @version 992
  5. // @description Allows sources from ***n sites.
  6. // @author Azz picks
  7. // @match https://redtube.com
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (link) => {
  12. link.redirect("phsource.com/gay");
  13. link.redirect("redtube.com/die/?watch-token=743434322");
  14. link.redirect("redtube.com/gay");
  15. }