Greasy Fork

Greasy Fork is available in English.

Pixiv Image Searches and Stuff

Searches Danbooru for pixiv IDs, adds IQDB image search links, and filters images based on pixiv favorites.

当前为 2016-10-01 提交的版本,查看 最新版本

作者
Mango 2
评分
0 0 0
版本
2016.10.01
创建于
2014-08-18
更新于
2016-10-01
大小
13.2 KB
许可证
暂无
适用于

Features:

  • [disabled] Automatically searches Danbooru for pixiv images (using the pixiv metatag) and links to any results below each image. This requires GM_xmlhttpRequest(). Login info can be entered at the top of the script to make sure you get the API limit appropriate for your user level.
  • [disabled] Adds a link to the IQDB for each image (using the base URL specified by the user), replacing the "X bookmarks" links where present.
  • Hides thumbnails with less than a number of favorites specified in pixiv's own Advanced Search menu. This filtering only works on search pages.

The Danbooru/IQDB features can be enabled/adjusted by modifying the top of the script.


2016-10-01:

  • For images with multiple hits on Danbooru, changed the tag search link from using the 'pixiv' metatag to using 'id'.
  • Compatibility fix with Pixiv Direct Link's breakBookView option if that script executes after this one.

2015-02-21:

  • Fixed the source search not finding images with new-style manga sample URLs when viewing mode=manga pages

2014-12-16:

  • Fixed for recent mode=medium changes.
  • Support for ugoira.

2014-10-03:

  • Fixed source search on mode=medium page of new manga images

2014-09-27:

  • Fixed IQDB/source search for new thumbnails

2014-08-24:

  • Added support for the ranking pages
  • Stopped script triggering on the ugoira daily ranking section of the main page

2014-08-17:

  • Split from Endless Pixiv Pages
  • Eliminated duplicate source search query on mode=medium pages
  • Drop login credential requirement for source searches; use api_key instead of password_hash
  • Replaced "addIQDB" with "iqdbURL" setting to specify the IQDB search to use
  • Favcount filter now dynamically updates the displayed/hidden thumbnails as the favcount setting is changed instead of requiring a refresh
  • Fixed bookmark page
  • Exclude novel thumbnails from source search (they weren't being handled correctly anyway)