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)}());
@badp
Copy link

badp commented Feb 14, 2011

I hope you have an automated way of going from my gist to yours, because I do want to continue improving mine in the future.

Also, while you're minifying, remove all the references to #thingadongdong, it's just there to help me not screw up with commas.

@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