Additional Bypass

Bypass Addition for Bypass All Shortlinks

当前为 2022-05-19 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Additional Bypass
  3. // @namespace Violentmonkey Scripts
  4. // @match *://boxlink.xyz/*
  5. // @match *://zoxlink.xyz/*
  6. // @match *://moxlink.xyz/*
  7. // @match *://foxlink.xyz/*
  8. // @match *://foofly.xyz/*
  9. // @match *://wizzly.xyz/*
  10. // @match *://porofly.xyz/*
  11. // @match *://morofly.xyz/*
  12. // @match *://zorofly.xyz/*
  13. // @match *://worofly.xyz/*
  14. // @match *://gameen.xyz/*
  15. // @match *://fameen.xyz/*
  16. // @match *://yameen.xyz/*
  17. // @match *://girlporo.xyz/*
  18. // @match *://girlmoro.xyz/*
  19. // @match *://girlzoro.xyz/*
  20. // @match *://girlworo.xyz/*
  21. // @match *://potoly.xyz/*
  22. // @match *://motoly.xyz/*
  23. // @match *://kotoly.xyz/*
  24. // @match *://cryptoon.xyz/*
  25. // @match *://wizly.xyz/*
  26. // @match *://9bitco.in/*
  27. // @match *://movie4i.com/*
  28. // @grant none
  29. // @version 1.4
  30. // @author Bloggerpemula
  31. // @run-at document-start
  32. // @description Bypass Addition for Bypass All Shortlinks
  33. // ==/UserScript==
  34. // ==========================================================================================================================================
  35. // PLEASE READ SCRIPT INFO BEFORE USE
  36. // PLEASE DON'T REMOVE OR CHANGE MY BLOG, THANKS
  37. // My Blog is Important to Track New Shortlinks , Broken Bypass etc...
  38. // Thanks so much to @JustOlaf , @Konf , @hacker09 for Helping me , make my script even better , and for All who has contributed via Feedback.
  39. // ===========================================================================================================================================
  40. (function() {
  41. 'use strict';
  42. delete window.document.referrer;
  43. window.document.__defineGetter__('referrer', function () {
  44. return "https://forexeen.us/";
  45. });
  46. })();