Super-preloader icon indicating copy to clipboard operation
Super-preloader copied to clipboard

Userscript to enable autopagerizing as well as preloading

Results 77 Super-preloader issues
Sort by recently updated
recently updated
newest added

能不能增加m.cankaoxiaoxi.com自动翻页

vivaldi 2.10.1745.27 (相当于chrome 79.0.3945.131) + Tampermonkey 4.13 1.google搜索 "血肉苦弱" (https://www.google.com/search?q=血肉苦弱) 2.下滑直到自动翻页 3.排版错误,此时任意点击会进入一个错误的页面 刚打开网页: ![image](https://user-images.githubusercontent.com/19810827/144708149-5e45479e-40e5-4c35-bd73-f84365b29fe0.png) 下滑直到自动翻页: ![image](https://user-images.githubusercontent.com/19810827/144708160-ef0470e4-a273-46f1-a455-8b37d0b50e4d.png) 再翻回去: ![image](https://user-images.githubusercontent.com/19810827/144708200-10bf6ca4-1097-4ac7-9f92-f41e74fbb9c0.png)

help wanted
in progress

Is it mandatory to connect to a (Chinese-owned) third-party domain as a core function of this script? Seems to have a potential to occur hundreds of times a day.

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to url: '.....' 3. Scroll down to '....'...

https://www.taoguba.com.cn/Article/3535774/1 之前都正常用,最近突然不行了

网址: [https://steamcommunity.com/workshop/browse/?appid=431960&browsesort=toprated&section=readytouseitems](https://steamcommunity.com/workshop/browse/?appid=431960&browsesort=toprated&section=readytouseitems) 规则: ``` [ { "name": "Steam Workshop", "url": "https?://steamcommunity\\.com/(workshop|id)", "pageElement": "//div[@class='workshopBrowseItems']|//div[@class='workshopBrowsePaging']", "nextLink": "(//div[@class='workshopBrowsePagingControls'])[last()]/a[@class='pagebtn' and contains(text(),'>')]", "useiframe": true }, { "name": "Steam Workshop个人主页", "url": "https?://steamcommunity\\.com/profiles", "pageElement": "//div[@class='workshopItemSubscription']|//div[@class='workshopBrowsePagingWithBG']", "nextLink": "(//div[@class='workshopBrowsePagingControls'])[last()]/a[@class='pagebtn'...

很多网站上自动匹配会把当前url后面加上/page/2这么个不存在的链接匹配为next link,比如github、b站等等,不清楚是普遍问题还是和什么其他东西冲突了,建议验证一下next link的有效性。

**Describe the bug** When used with latest Violentmonkey beta, the floating window does not appear after installing the script, with the following error in Devtools console: ``` TypeError: Cannot read...

https://yande.re/post 用iframe和强制拼接打开后翻页显示的不是下一页而是别的页面

This idea builds on #415, maybe we can check common front-end frameworks/routers and disable paging since it tends to stop working in these scenarios. Examples: - Vue.js: `body > #app:first-child`...