Sleazy Fork is available in English.

根据番号快速搜索

标记网页上的所有番号, 在相关网站快速方便的进行搜索

< Feedback on 根据番号快速搜索

Question/comment

§
Posted: 30.06.2024

解决javbus封面图加载失败(403)

  1. 编辑脚本

    批量替换(所有) same-originorigin-when-cross-origin (其他会发送Referer的referrerpolicy都可以,几种policy的区别请google)

  2. 浏览器安装 Referer Control 插件

    Chrome应用商店

  3. 导入规则

    [{
    "id": "defaultAction",
    "val": "dummy",
    "type": "normal",
    "filter": "https://www.javbus.com/",
    "is3rd": true
    }, {
    "id": 1719759810842,
    "val": "https://www.javbus.com",
    "type": "specific",
    "filter": "[URL]",
    "isregexp": false,
    "is3rd": true,
    "isfrom": false,
    "isto": true
    }, {
    "id": 1719763723299,
    "val": "",
    "type": "normal",
    "filter": "",
    "isregexp": false,
    "is3rd": false,
    "isfrom": true,
    "isto": true
    }]
    

Post reply

Sign in to post a reply.