Greasy Fork

Greasy Fork is available in English.

Additional Bypass

Bypass Addition for Bypass All Shortlinks

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

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==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      *://cryptoon.xyz/*
// @match      *://wizly.xyz/*
// @match      *://9bitco.in/*
// @match      *://movie4i.com/*
// @grant      none
// @version    1.4
// @author     Bloggerpemula
// @run-at     document-start
// @description Bypass Addition for Bypass All Shortlinks
// ==/UserScript==
// ==========================================================================================================================================
//                                     PLEASE READ SCRIPT INFO BEFORE USE 
//                                 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/";
    });
})();