移除SpankBang年龄验证(Remove SpankBang Age Verification Modal Instantly)

Instantly removes the age verification modal on SpankBang.com with no flash

< 脚本 移除SpankBang年龄验证(Remove SpankBang Age Verification Modal Instantly) 的反馈

评价:一般 - 脚本能用,但还有一些问题

§
发布于:2025-08-28

Update it to this to remove blur from thumbnails:
将其更新为以下内容以消除缩略图中的模糊:

// 在文档开始时注入CSS,确保模态窗口永不显示
GM_addStyle(`
    picture > div:has( > div[aria-label="Explicit content locked"]) {
        display: none;
    }
    .strong-blur {
        filter: none !important;
    }
    #advanced-av {
        display: none !important;
        visibility: hidden !important;
    }
    body {
        position: static !important;
        height: auto !important;
        width: auto !important;
        overflow: auto !important;
    }
`);

发布留言

登录(不可用)以发布留言。

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址