您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
GoodBye Internet+
// ==UserScript== // @name Kbagi Anti+ // @version 0.2 // @author Akbar Yahya // @description GoodBye Internet+ // @icon http://119.81.2.142/img/logo_200x200.jpg // @include * // @require https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js // @grant none // @namespace https://gf.qytechs.cn/users/11997 // ==/UserScript== $(window).ready(function(){ var fullurl=window.location.href; var hostx=window.location.hostname; var page=window.location.pathname; if ((/kbagi|kumpulbagi/i).test(hostx)){ window.location = "http://119.81.2.142"+window.location.pathname; } else { // Other page console.log(hostx+page); } });
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址