UserScripts icon indicating copy to clipboard operation
UserScripts copied to clipboard

Request Pagetual support for weread.qq.com

Open H-P-926 opened this issue 7 months ago • 1 comments

The url of site The example urls of site. ⚠Do not paste only domain without pathname, or I'll close the issue without explanation⚠.

Is your request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the result you'd like with the rule A clear and concise description of what you want to happen.

Custom rule you've tried The rule you've made before.

Additional context Add any other context or screenshots about the feature request here.

H-P-926 avatar Jun 12 '25 19:06 H-P-926

https://weread.qq.com/web/reader/6a042623643425f397554346d58346d3835667136734136744337776a334e6a681

The issue is it doesn't flip or connect to the next page as expected. When I made the custom rule with X path with dynamic loading(iframe loading content then grab), it simply just copy the content of the current page, when I made the custom rule with X path with force loading(use iframe to integrate), it says girl's praying then it says the end has been reached( when i am in the middle of the book) or simply nothing happened. I have followed EVERYTHING that the guide tole me to do, including to import the rule from Github and use the developer mode for Chrome. When I tried on Baidu, it worked as expected.

The result that I'd like to see would be the suitable rule to be created for "微信讀書" or "weread" in English. Thank You!

The custom code that I created following the instruction are as follows: { "name": "冠军之心_www.84sk.com - - 微信读书", "url": "^https?://weread\.qq\.com/web/reader/", "example": "https://weread.qq.com/web/reader/6a042623643425f397554346d58346d3835667136734136744337776a334e6a681", "pageElement": "id("routerView")/div[@class="readerContent"]/div[@class="app_content"]/div[@class="wr_various_font_provider_wrapper"]", "nextLink": "id("routerView")/div[@class="readerContent"]/div[@class="app_content"]/div[@class="readerFooter"]/div[1]/button[@class="readerFooter_button"]" }

I think the issue could be due to the fact that the book that i was reading is my own file which was imported to "weread" instead of its own original book?(im not sure, i do not have any knowledge regarding coding.) If you have any questions, please do not hesitate to ask me :)

H-P-926 avatar Jun 12 '25 19:06 H-P-926