Skip to content

Instantly share code, notes, and snippets.

@palaniraja
Created March 10, 2012 08:42
Show Gist options
  • Save palaniraja/2010871 to your computer and use it in GitHub Desktop.
Save palaniraja/2010871 to your computer and use it in GitHub Desktop.
Fixing the osx lion ui for Google reader - https://github.com/aziz/Google-Reader-Lion-UI
/*
1. Install https://github.com/aziz/Google-Reader-Lion-UI as userscript
2. Run the below snippet in your console
* Tested on Chrome
*/
document.getElementById('gbx3').style.display="none";
document.getElementById('gbzw').style.display="none";
document.getElementById('gbx1').style.display="none";
document.getElementById('gbq').style.top="2px";
document.getElementById('gbu').style.top="0px";
document.getElementById('gbql').style.backgroundImage="url(http://i.imgur.com/ICg3t.png)";
@palaniraja
Copy link
Author

Resizing the browser seems to shorten the textbox for search. But i guess most of us don't resize window often.

@palaniraja
Copy link
Author

https://github.com/aziz/Google-Reader-Lion-UI v1.5 seems to resolve the issue (no longer required) unless you want the greyscale Google logo.

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