Greasy Fork is available in English.
Better Pixiv viewing | Fullscreen images | Faster searching | Bigger thumbnails | Download ugoira MKV | Ugoira seek bar | Download manga ZIP | One-click like, bookmark, follow | One-click zoom and pan
当前为
// ==UserScript==
// @name ppixiv for Pixiv
// @author ppixiv
// @description Better Pixiv viewing | Fullscreen images | Faster searching | Bigger thumbnails | Download ugoira MKV | Ugoira seek bar | Download manga ZIP | One-click like, bookmark, follow | One-click zoom and pan
// @homepage https://github.com/ppixiv/ppixiv
// @include http://*.pixiv.net/*
// @include https://*.pixiv.net/*
// @run-at document-start
// @grant GM.xmlHttpRequest
// @grant GM_xmlhttpRequest
// @grant GM_setValue
// @grant GM_getValue
// @connect pixiv.net
// @connect i.pximg.net
// @connect self
// @namespace ppixiv
// @version 212
// @require https://ppixiv.org/builds/r212/ppixiv-main.user.js#sha256=c4fc1e0799f220950f30fe78eed8ee627de7c50993ea7a1fb588e2bf1bfdc603
// ==/UserScript==
(() => {})();