您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Remove Connect Punjab (or Any) Broadband News Ad Page
// ==UserScript== // @author Ajay Kumar ([email protected]) // @name Connect Punjab Broadband News Ad Remover // @namespace https://mypi.space/ // @version 1.0 // @description Remove Connect Punjab (or Any) Broadband News Ad Page // @include *.websiteforever.com/* // @run-at document-start // ==/UserScript== var url = window.location.href; if (url.search("cb.websiteforever.com") >= 0) { url = url.replace('https://cb.websiteforever.com/?req_url=',''); url = url.replace('http://cb.websiteforever.com/?req_url=',''); var m=url.indexOf("&usid="); url=url.slice(0, m); window.location = url; } //Connect ads links like: //https://cb.websiteforever.com/?req_url=http://www.santabanta.com/&usid=a5c1e3a768ad43ad8837acf361567378&t=1573892597