Last active
December 26, 2022 09:35
-
-
Save n-buna404/22bb340b1845a7cf76c6d0049ce39765 to your computer and use it in GitHub Desktop.
Redirect pixiv artwork to pixiv.cat. Limitation: manually change "-2","-3" etc behind the artwork number before .png for multiple images. You may want to change /en/ to your preferred language.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){ 'use strict';const url = (window.location.href).replace("www.pixiv.net/en/artworks", "pixiv.cat");window.location.href = url + ".png"; })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment