AutoPager

⭐Append the next page content to the bottom seamlessly (like a waterfall, Unlimited scrolling, no need to manually click on the next page) ⭐, support various forums, social networking, games, comics, novels, academics, search engines (Google, Bing, Yahoo...) and other websites~

< Feedback on AutoPager

Review: Good - script works

§
Posted: 2024-08-11

有个bug,edge必应搜索自动翻页后点刷新不会到第一页而是到自动翻页到的那一页

X.I.UAuthor
§
Posted: 2024-08-11

这不是 BUG,本来就是这样啊。

就如同你手动点击下一页后,你的浏览器地址栏中的地址也会变成下一页网页地址一样,脚本也会这样做。

具体原因你可以看脚本介绍页里的:

# 翻页后添加历史记录 + 修改 URL / 标题

另外,该功能在搜索引擎规则中是强制开启的,主要是为了解决一些使用问题。

另外,强烈建议在各搜索引擎设置中开启 新标签页打开链接,以提高使用体验。

X.I.UAuthor
§
Posted: 2024-08-11

当然,如果你实在不想要该功能,那么可以:

复制粘贴到脚本 自定义翻页规则 默认的 { } 中间保存(浏览器右上角 Tampermonkey 扩展图标内的脚本菜单)

    "必应搜索 + 手机版": {
        "history": false,
        "inherits": true
    }

这样就会将脚本外置规则中的必应搜索规则中的 "history": true, 覆盖为 "history": false,,即从强制开启改为强制关闭必应搜索的脚本 翻页后添加历史记录 + 修改 URL / 标题 功能。

另外,如果你关掉了这个,那么就更加强烈建议你在搜索引擎设置中开启 新标签页打开链接,否则你用一段时间就会明白的。

Post reply

Sign in to post a reply.