Pixiv Direct Links

Turns thumbnail titles into direct or mode=manga links, adds direct image links on mode=manga pages, replaces the medium thumbnail on mode=medium pages with the full size, and disables lazy-loading images.

目前為 2014-08-27 提交的版本,檢視 最新版本

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
Mango 2
評價
0 0 0
版本
2014.08.26
建立日期
2014-08-27
更新日期
2014-08-27
尺寸
8.4 KB
授權條款
未知
腳本執行於

The titles of most thumbnails are turned into either direct links to the images or (if a manga sequence) the mode=manga page. Novels are not affected, and the titles of ugoira animations just link to the mode=medium page (as do all other titles until the direct links are determined). If GM_xmlhttpRequest() is available, only one API query is needed per page to fetch direct links. Otherwise, each thumbnail must be queried individually (slower). By default, title links are disabled if GM_xmlhttpRequest() is not available.

On mode=manga pages, a 'direct link' is added below each page, linking to the 'big' size if one exists or the normal page otherwise.

On mode=medium pages of non-manga, non-animated images, the main medium thumbnail is replaced with the full image.

Pixiv's lazy loading on pages such as rankings and mode=manga is disabled, forcing all images on the page to load at once.

Features can be toggled by editing the top of the script.

Inspired by Pixiv Fullsize Links, which was abandoned in 2012 in favor of Pixiv++, and Pixiv - Full size and image search.