hoothin / UserScripts

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

Not working on this website #299

Closed rakitanc closed 1 year ago

rakitanc commented 1 year ago

https://pcpph.in/dosearch?pname=ESPORTS+ICE-110

I am using Chrome browser Version 103.0.5060.114 (Official Build) (64-bit) On Pos OS linux

hoothin commented 1 year ago

You can't load more page on this site as all page data are already loaded completely after page open. To view more data, you can do these:

  1. Change to desktop mode.
  2. Change prop of jQuery-dataTables, like
    {
        "name": "Parts search",
        "url": "^https?://pcpph\\.in/",
        "init": "$('#search_results')[0].dataset.pageLength=100;$('#search_results_length select').val(100).trigger('change');"
    }
    

    And you can find more props in jQuery-dataTables

meiMingle commented 1 year ago

Doesn't work here either

https://plugins.jetbrains.com/search?orderBy=downloads&products=androidstudio&products=appcode&products=aqua&products=clion&products=dataspell&products=dbe&products=go&products=idea&products=idea_ce&products=idea_edu&products=mps&products=phpstorm&products=pycharm&products=pycharm_ce&products=pycharm_edu&products=rider&products=ruby&products=webstorm

hoothin commented 1 year ago

Doesn't work here either

这个是翻完主题翻插件的规则

    {
        "name": "Search Results more themes",
        "url": "^https?://plugins\\.jetbrains\\.com/",
        "loadMore": "span.test_show-more"
    }

这个是只翻插件的规则

    {
        "name": "Search Results more plugins",
        "url": "^https?://plugins\\.jetbrains\\.com/",
        "loadMore": ".search-page>div:nth-child(4) .test_show-more"
    }
meiMingle commented 1 year ago

你太好了,感谢感谢