Skip to content

Instantly share code, notes, and snippets.

@ArdaXi
Forked from badp/get_back_pixelation.css
Created February 14, 2011 17:57
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 ArdaXi/826250 to your computer and use it in GitHub Desktop.
Save ArdaXi/826250 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Bring back pixelation!
// @namespace http://gaming.stackexchange.com/
// @description Applied the pixel font for pretty much everything except text.
// @author badp
// @homepage http://meta.gaming.stackexchange.com/q/1225/56
// @include http://*gaming.stackexchange.com*
// ==/UserScript==
(function(){var a=document.createElement("link");a.href="https://gist.github.com/raw/614745/get_back_pixelation.css";a.rel="stylesheet";a.type="text/css";document.head.appendChild(a)}());
@ArdaXi
Copy link
Author

ArdaXi commented Feb 14, 2011

Well, I'm not going to set up a crawler for it, but all I'd have to do is minify the CSS in yours and paste it in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment