Skip to content

Commit

Permalink
Enable script on all pixiv pages
Browse files Browse the repository at this point in the history
Exclude fanbox, which is very different from main pixiv but is hosted
on the same domain name.
Also add the "dic" (wiki) domains, get high-res image previews there
too.
  • Loading branch information
kepstin committed Jan 26, 2020
1 parent 31cb3af commit ef7825f
Showing 1 changed file with 5 additions and 23 deletions.
28 changes: 5 additions & 23 deletions Fix-pixiv-thumbnails.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,14 @@
// @name:ja pixivサムネイルを改善する
// @namespace https://www.kepstin.ca/userscript/
// @license MIT; https://spdx.org/licenses/MIT.html
// @version 20200116.0
// @version 20200126.0
// @description Stop pixiv from cropping thumbnails to a square. Use higher resolution thumbnails on Retina displays.
// @description:ja 正方形にトリミングされて表示されるのを防止します。Retinaディスプレイで高解像度のサムネイルを使用します。
// @author Calvin Walton
// @match https://www.pixiv.net/
// @match https://www.pixiv.net/artworks/*
// @match https://www.pixiv.net/bookmark.php*
// @match https://www.pixiv.net/bookmark_add.php*
// @match https://www.pixiv.net/bookmark_new_illust.php*
// @match https://www.pixiv.net/discovery
// @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/en/users/*
// @match https://www.pixiv.net/history.php*
// @match https://www.pixiv.net/howto*
// @match https://www.pixiv.net/member.php*
// @match https://www.pixiv.net/member_illust.php*
// @match https://www.pixiv.net/new_illust.php*
// @match https://www.pixiv.net/new_illust_r18.php*
// @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/*
// @match https://www.pixiv.net/users/*
// @match https://www.pixiv.net/*
// @match https://dic.pixiv.net/*
// @match https://en-dic.pixiv.net/*
// @exclude https://www.pixiv.net/fanbox*
// @grant none
// ==/UserScript==

Expand Down

0 comments on commit ef7825f

Please sign in to comment.