ppixiv for Pixiv

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

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

Bạn sẽ cần cài đặt một tiện ích mở rộng như Tampermonkey hoặc Violentmonkey để cài đặt kịch bản này.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(Tôi đã có Trình quản lý tập lệnh người dùng, hãy cài đặt nó!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name        ppixiv for Pixiv
// @author      ppixiv
// @namespace   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
// @match       https://*.pixiv.net/*
// @run-at      document-start
// @icon        https://ppixiv.org/ppixiv.png
// @grant       GM.xmlHttpRequest
// @grant       GM.setValue
// @grant       GM.getValue
// @connect     pixiv.net
// @connect     pximg.net
// @connect     self
//
// @comment     Note: this doesn't actually give the script access everywhere.  It just lets us request
// @comment     access to new domains at runtime.  If you use a feature that needs access to another site,
// @comment     the script manager will ask for permission the first time.
// @connect     *
//
// @version     250
// @require     https://ppixiv.org/builds/r250/ppixiv-main.user.js#sha256=2c15449ee56883d5595de8dc865cd88dd28e51be4c6724aeefa6cb4c38788fac
// ==/UserScript==
(() => {})();