Skip to content

Commit

Permalink
Add support for new search page (/tags/* and /en/tags/*)
Browse files Browse the repository at this point in the history
  • Loading branch information
kepstin committed Jan 26, 2020
1 parent f3ad544 commit 4e1f1b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Fix-pixiv-thumbnails.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @name:ja pixivサムネイルを改善する
// @namespace https://www.kepstin.ca/userscript/
// @license MIT; https://spdx.org/licenses/MIT.html
// @version 20190925.0
// @version 20191120.0
// @description Stop pixiv from cropping thumbnails to a square. Use higher resolution thumbnails on Retina displays.
// @description:ja 正方形にトリミングされて表示されるのを防止します。Retinaディスプレイで高解像度のサムネイルを使用します。
// @author Calvin Walton
Expand All @@ -16,6 +16,7 @@
// @match https://www.pixiv.net/discovery/users
// @match https://www.pixiv.net/en/
// @match https://www.pixiv.net/en/artworks/*
// @match https://www.pixiv.net/en/tags/*
// @match https://www.pixiv.net/history.php*
// @match https://www.pixiv.net/howto*
// @match https://www.pixiv.net/member.php*
Expand All @@ -25,6 +26,7 @@
// @match https://www.pixiv.net/ranking.php*
// @match https://www.pixiv.net/search.php*
// @match https://www.pixiv.net/stacc*
// @match https://www.pixiv.net/tags/*
// @grant none
// ==/UserScript==

Expand Down

0 comments on commit 4e1f1b1

Please sign in to comment.