Skip to content

Instantly share code, notes, and snippets.

@hawx
Created November 4, 2011 16:45
Show Gist options
  • Save hawx/1339808 to your computer and use it in GitHub Desktop.
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
// 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