Pixiv Image Searches and Stuff

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

Versión del día 18/08/2014. Echa un vistazo a la versión más reciente.

Autor
Mango 2
Calificaciones
0 0 0
Versión
2014.08.17
Creado
18/08/2014
Actualizado
18/08/2014
Tamaño
12.2 KB
Licencia
Desconocida
Funciona en

Formerly part of the Endless Pixiv Pages script.

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.


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)