Skip to content

Instantly share code, notes, and snippets.

@n-buna404
Last active December 26, 2022 09:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n-buna404/22bb340b1845a7cf76c6d0049ce39765 to your computer and use it in GitHub Desktop.
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.
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