// ==UserScript== // @name 【伟哥自用】xccl 广告净化盾(防弹窗 / 防重定向) // @namespace https://bbs.tampermonkey.net.cn/space-uid-51102.html // @version 1.3.0 // @description 屏蔽 xccl265.xyz(xccl.link 导航站的跳转目标)搜索页/详情页上的 Monetag/PropellerAds 系 popunder 广告:拦截广告脚本加载、隐藏 iframe、window.open 弹窗、合成点击与定时重定向;对站点正常功能(magnet、下载入口、社交分享)零误伤,移动端浏览器同样适用。 // @author 朱焱伟 // @match *://xccl260.xyz/* // @match *://*.xccl260.xyz/* // @match *://xccl261.xyz/* // @match *://*.xccl261.xyz/* // @match *://xccl262.xyz/* // @match *://*.xccl262.xyz/* // @match *://xccl263.xyz/* // @match *://*.xccl263.xyz/* // @match *://xccl264.xyz/* // @match *://*.xccl264.xyz/* // @match *://xccl265.xyz/* // @match *://*.xccl265.xyz/* // @match *://xccl266.xyz/* // @match *://*.xccl266.xyz/* // @match *://xccl267.xyz/* // @match *://*.xccl267.xyz/* // @match *://xccl268.xyz/* // @match *://*.xccl268.xyz/* // @match *://xccl.link/* // @match *://*.xccl.link/* // @include /^https?:\/\/[^\/]*xccl\d+\.[a-z]{2,10}(:\d+)?\// // ↑ 正则自动覆盖任意镜像:xccl + 数字编号 + 任意后缀(xccl265.xyz / xccl888.com / …)。 // 下面的显式 @match 是给不支持 @include 正则的手机脚本管理器的兜底,二者取并集。 // @match *://indefinitelytonsil.com/* // @match *://*.indefinitelytonsil.com/* // @match *://breastfeedingminutepond.com/* // @match *://*.breastfeedingminutepond.com/* // @match *://workdeadlinededicate.com/* // @match *://*.workdeadlinededicate.com/* // @match *://bakestubborn.com/* // @match *://*.bakestubborn.com/* // @match *://portalfluently.com/* // @match *://*.portalfluently.com/* // @match *://mamshirt.com/* // @match *://*.mamshirt.com/* // @match *://kettledroopingcontinuation.com/* // @match *://*.kettledroopingcontinuation.com/* // @match *://protrafficinspector.com/* // @match *://*.protrafficinspector.com/* // @run-at document-start // @noframes // @inject-into page // @grant GM_getValue // @grant GM_setValue // @grant GM_registerMenuCommand // @grant window.close // ==/UserScript== /* * 背景与原理(基于 2026-09 对该站的实测逆向,证据见同目录 analysis/): * * 1. 搜索页与 /hash/ 详情页 HTML 尾部的 块硬编码了两个 async 第三方脚本: * indefinitelytonsil.com、breastfeedingminutepond.com(Monetag/PropellerAds 系 popunder,域名会轮换)。 * 2. 该脚本的行为链:localStorage 做频控/指纹 → 注入 1x1 隐藏 iframe 装载后续阶段 → * 全局监听 click/mousedown → 程序化点击 target=_blank 锚点制造 popunder 弹窗 → * meta refresh / location 跳转到 kettledroopingcontinuation.com/dnn2hkn8?key=…(smartlink 广告页)。 * 移动端表现尤其激进(整页重定向)。 * * 防御分五层,层层兜底: * L1 资源加载拦截 —— 第三方