chrisburnell / Tampermonkey Extension: Pixelate 88x31s
0 likes
0 forks
1 files
Last active 3 months ago
For the Tampermonkey browser extension: applies `image-rendering: pixelated` CSS to images whose width and height are 88 and 31 respectively.
| 1 | // ==UserScript== |
| 2 | // @name Pixelate 88x31s |
| 3 | // @version 1.0.0 |
| 4 | // @namespace https://chrisburnell.com/ |
| 5 | // @author Chris Burnell |
| 6 | // @match *://*/* |
| 7 | // @run-at document-idle |
| 8 | // @grant none |
| 9 | // ==/UserScript== |
Newer
Older