Additional Bypass

Bypass Addition for Bypass All Shortlinks

当前为 2022-04-23 提交的版本,查看 最新版本

  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 *://zololink.xyz/*
  25. // @match *://wizly.xyz/*
  26. // @match *://9bitco.in/*
  27. // @grant none
  28. // @version 1.0
  29. // @author Bloggerpemula
  30. // @run-at document-start
  31. // @description Bypass Addition for Bypass All Shortlinks
  32. // ==/UserScript==
  33. // ==========================================================================================================================================
  34. // PLEASE DON'T REMOVE OR CHANGE MY BLOG, THANKS
  35. // My Blog is Important to Track New Shortlinks , Broken Bypass etc...
  36. // Thanks so much to @JustOlaf , @Konf , @hacker09 for Helping me , make my script even better , and for All who has contributed via Feedback.
  37. // ===========================================================================================================================================
  38. (function() {
  39. 'use strict';
  40. delete window.document.referrer;
  41. window.document.__defineGetter__('referrer', function () {
  42. return "https://www.forexeen.us/";
  43. });
  44. })();