Created
November 4, 2011 16:45
-
-
Save hawx/1339808 to your computer and use it in GitHub Desktop.
Fix Google Reader, for people who read in All Feeds sequentially with j/k
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// for https://github.com/defunkt/dotjs, put in ~/.js/google.com.js | |
// there may be side effects put I haven't really noticed any | |
$('body').css('font', '1em/1.5em Georgia, Serif'); | |
$('#top-bar').css('height', '0').css('opacity', '0'); | |
$('#nav').css('display', 'none'); | |
$('#chrome').css('margin-left', '0'); | |
$('#entries').css('padding-right', '0'); | |
$('#viewer-header').css('height', '0'); | |
$('#title-and-status-holder').css('display', 'none'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment