Skip to content

Instantly share code, notes, and snippets.

Created January 12, 2018 17:36
Show Gist options
  • Save anonymous/d9394b0db6d8c6f84c11d6d22f329d9a to your computer and use it in GitHub Desktop.
Save anonymous/d9394b0db6d8c6f84c11d6d22f329d9a to your computer and use it in GitHub Desktop.
javascript:(function pxl8(){const s=document.createElement('style');s.innerHTML='img{ image-rendering: optimizeSpeed; image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: pixelated; image-rendering: optimize-contrast; -ms-interpolation-mode: nearest-neighbor; }';document.head.appendChild(s);for(let i=0;i<frames.length;++i){frames[i].document.head.appendChild(s);}})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment