As you may know, Github forces an HTTPS connection. How could I force the stylesheets to load through a standard HTTP connection?
This is because I am behind a school firewall, and the HTTPS version of the stylesheets is blocked, but the HTTP version isn’t.
Perhaps a Greasemonkey script to rewrite the URIs for the css files?