Greasy Fork is available in English.

Pixiv Image Searches and Stuff

Searches Danbooru for pixiv IDs, adds IQDB image search links

目前为 2018-02-01 提交的版本。查看 最新版本

作者
Mango 2
评分
0 0 0
版本
2018.02.01
创建于
2014-08-18
更新于
2018-02-01
许可证
暂无
适用于

Features:

  • 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 by default] Adds a link to the IQDB for each image (using the base URL specified by the user), replacing the "X bookmarks" links where present.

The features can be toggled/adjusted by modifying the top of the script.


2018-02-01:

  • Fixed single images

2018-01-28:

  • Fixed /search and /bookmark_new_illust.php
  • Removed (broken) filtering based on number of favorites
  • Source searching is on by default
  • Added 'danbooruBase' option at the top of the script in case you want post links to use something other than "http://danbooru.donmai.us"

2017-04-18:

  • Added HTTPS @include for pixiv

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)