Greasy Fork

Greasy Fork is available in English.

Pixiv Info Enhancer

Inserts additional information such as bookmark count, date, and resolution into and below thumbnails. Supports user pages, search pages, recommendation lists, and rankings.

当前为 2026-04-13 提交的版本,查看 最新版本

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
InMirrors
评分
0 0 0
版本
3.0.0
创建于
2025-06-05
更新于
2026-04-13
大小
21.5 KB
许可证
GPL-3.0-or-later
适用于

Usage

Currently supports the bookmarks count, create date, and resolution. The character preceding the resolution is an image orientation identifier: = when the difference between the image's width and height in pixels is less than or equal to 20%, and | or when it's greater than 20%.

There are CSS settings for the inserted elements at the beginning of the script. If you are not satisfied with the style, please modify the code here.

You can modify elementConfigs to add more information. Fetch the JSON file from https://www.pixiv.net/ajax/illust/{pid}, find the data under the body, and fill the key names of the data you want into keys. Then, fill in getHTMLValueNum (1 or 2) according to the number of keys. Currently, only inserting aditional information below the image is supported; only the original bookmarks count can be inserted within the image. Therefore, you can only write group: 'footer' in the appended configuration object. Please refer to the existing examples for writing other configuration information. If you don't understand, ask AI.

My Scripts