Bypass Addition for Bypass All Shortlinks
当前为
// ==UserScript==
// @name Additional Bypass
// @namespace Violentmonkey Scripts
// @match *://boxlink.xyz/*
// @match *://zoxlink.xyz/*
// @match *://moxlink.xyz/*
// @match *://foxlink.xyz/*
// @match *://foofly.xyz/*
// @match *://wizzly.xyz/*
// @match *://porofly.xyz/*
// @match *://morofly.xyz/*
// @match *://zorofly.xyz/*
// @match *://worofly.xyz/*
// @match *://gameen.xyz/*
// @match *://fameen.xyz/*
// @match *://yameen.xyz/*
// @match *://girlporo.xyz/*
// @match *://girlmoro.xyz/*
// @match *://girlzoro.xyz/*
// @match *://girlworo.xyz/*
// @match *://potoly.xyz/*
// @match *://motoly.xyz/*
// @match *://kotoly.xyz/*
// @match *://zololink.xyz/*
// @match *://cryptoon.xyz/*
// @match *://wizly.xyz/*
// @match *://9bitco.in/*
// @match *://movie4i.com/*
// @grant none
// @version 1.3
// @author Bloggerpemula
// @run-at document-start
// @description Bypass Addition for Bypass All Shortlinks
// ==/UserScript==
// ==========================================================================================================================================
// PLEASE DON'T REMOVE OR CHANGE MY BLOG, THANKS
// My Blog is Important to Track New Shortlinks , Broken Bypass etc...
// Thanks so much to @JustOlaf , @Konf , @hacker09 for Helping me , make my script even better , and for All who has contributed via Feedback.
// ===========================================================================================================================================
(function() {
'use strict';
delete window.document.referrer;
window.document.__defineGetter__('referrer', function () {
return "https://forexeen.us/";
});
})();