hoothin / UserScripts

Greasemonkey scripts ( Pagetual / Picviewer CE+ / DownloadAllContent ) 油猴腳本集 ユーザースクリプト集
https://greasyfork.org/users/8227-hoothin
3.02k stars 511 forks source link

Request Pagetual support for bbs.tampermonkey.net.cn #673

Open MerielVaren opened 2 months ago

MerielVaren commented 2 months ago

The url of site https://bbs.tampermonkey.net.cn/plugin.php?id=codfrm_recommend%3Asearch&keyword=%E7%BD%91%E9%A1%B5%E5%8A%A0%E8%BD%BD&searchsubmit=true The example urls of site. ⚠Do not paste only domain without pathname⚠.

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.

hoothin commented 2 months ago
{
    "name": "油猴中文网 - 搜索",
    "url": "^https?://bbs\\.tampermonkey\\.net\\.cn/",
    "example": "https://bbs.tampermonkey.net.cn/plugin.php?id=codfrm_recommend%3Asearch&keyword=%E7%BD%91%E9%A1%B5%E5%8A%A0%E8%BD%BD&searchsubmit=true",
    "author": "Hoothin",
    "pageElement": ".searchResult~div",
    "waitElement": ".searchResult~div"
}