hoothin

Results 300 comments of hoothin

{ "name": "Woot", "url": "^https?://www\\.woot\\.com/", "example": "https://www.woot.com/alldeals?ref=w_ngh_et_1", "author": "Hoothin", "nextLink": "//div[text()='Next >']", "pinUrl": true }

https://www.tampermonkey.net/faq.php#Q209

需要自訂規則,用atob(data-wzt3)來取得真實位址

類似於這樣`.BCsectionTwo-top-chapter>a>>item.href=atob(item.dataset.wzt3);return item;` 注意勾選iframe下載 ![Image](https://github.com/user-attachments/assets/04974f4a-31bd-4748-b6f0-b84465fb179a) 這個data-wzt3會根據不同頁面而變化,需要你自己去源碼裏爬取

不好意思,因爲私人原因,小説下載的問題暫時不回復了。 這個站應該是改了加密方法,需要你自己去分析源碼,找出類似“atob(data-wzt3)”的解密方法。可以嘗試詢問ai

It seems that the original image doesn't always exist. In the examples you provided, I couldn't find the corresponding original image. Could you perhaps share the link to the original...

服务器地址不用加jsonrpc,直接填`http://localhost:16800`

測試了一下,沒問題呀,你是不是把設定中的「嗅探章節內分頁」禁用了? ![Image](https://github.com/user-attachments/assets/0187666d-70da-424c-a5e5-f3ab8d5c9a2e)

```json { "name": "nozomi", "url": "^https://nozomi\\.la", "r": "///qtn(\\..*)\\.\\w+\\.webp/i", "s": "//w$1.webp" } ```