Last active
January 7, 2025 01:02
-
-
Save jywarren/8b2a216cd5ac84d4c42df5f8cbfee5bd to your computer and use it in GitHub Desktop.
A bookmarklet to make all pixel art crisp. https://bit.ly/pxlate Save as a bookmark URL and use the bookmark on any page to prevent anti-aliasing.
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()%7Bdocument.body.style.imageRendering%20%3D%20(document.body.style.imageRendering%20%3D%3D%20%22pixelated%22%20%3F%20%22auto%22%20%3A%20%22pixelated%22)%3B%7D)()%3B |
Original: document.body.style.imageRendering = (document.body.style.imageRendering == "pixelated" ? "auto" : "pixelated");
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://caiorss.github.io/bookmarklet-maker/