Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install
Google Reader Minimalistic
Removes all the chrome from Google Reader and just gives you a bare bones interface
heres created a script to strip out the header and footer from google reader.
The end result is a screen that actually fits on my laptop alot better especially when you collapse the left hand navigation bar (with the arrow).
**New - Added a video of this script
Keyboard shortcuts that come in handy are
w - toggle fullscreen (shows search bar again)
existing shortcuts
g t - go to tag
g u - go to subscription
g s - go to starred items
j - next item
k - prev item
s - star item
u - toggle left sidebar
|
|
Just thought I'd let you know unsafeWindow.AK() changed to BK().. currently my solution though is to trigger the "u" keyboard event two times, hides/shows the nav-bar, this way googles own JS tells it to refresh the view. Another solution would be to use regexp to search for the function and trigger it. |
|
|
Thanks Danny, I'm glad I could help |
|
|
Awesome! Kudos for the speedy fix. This is my favourite script by far. |
|
|
Hi Danny, I've just updated with a fix to ignore Cmd+W and Alt+W in addition to Ctlr-W let me know if you have a problem |
|
|
One thing I find REALLY ANNOYING which didnt happen before - Command + W on the mac (Same as Control + w) does not close tab anymore, but instead hides/shows the header. I'm using Firefox 3.0 |
|
|
Just updated to remove the blue border around news items Thanks merttt, it's really cool to hear, sadly there's no greasemonkey on my windows mobile. I'm not sure what to do with those boxes, I just leave the subscriptions collapsed all the time but I could see how its a problem since it doesn't scroll |
|
|
Great script. I find it particularly useful on my N810 - the screen is so limited that removing as much cruft as possible helps a LOT. I made one small modification - I added these IDs: "selectors-box","addbox" to get rid of the two boxes on the left side above the subscription list. Thank you for sharing your script. |
|
|
Thanks anemos, I've added that in there and your right this is the only place its documented |
|
|
Hei, great script. I've got an idea for improvement though!
unsafeWindow.AK(); unsafeWindow basically says to use the pages own javascripts, not limited to the functions within greasemonkey. Now don't ask me how i found out that this function recalculates the size of the window, it was like finding a needle in a haystack, i guarantee! (doubt it is documented anywhere, and GReaders .js file is hellish..) |
|
|
Hei Scott and thanks. It was good mental exercise to work out what worked :) |
|
|
Hi cintra, just got off a 14h flight or I would've been able to help earlier. As far as I know lifehacker haven't updated with the 2.0.0.12 fix yet but Gina knows about it so you might want to use this one til you see and update available |
|
|
OK, now I have it. When using Better Greader's (0.2.1) Minimalistic skin w doesn't work. However if I choose no skin, and use the Minimalstic script instead w works well. Could be that Better Greader needs to update their skins.. Thanks anyway. Your skin helps make Google Reader a lot better! |
|
|
Back again.. have just come back to the iMac during which time it was Sleeping, and blow me but w is working solidly now.. |
|
|
I'm afraid the w problem still exists here on 2.0.0.12 Leopard 10.5.2 - u works ok all the time. w has done on this version IIRC, but right now it simply blanks the mouse cursor and thats all :)
|
|
|
the w key is fixed, the problem with firefox 2.0.0.12 is that they made some js changes like the 'keypress' event only handles the function keys but 'keydown' works and the characters returned are all uppercase now. |
|
|
looks like this widescreen toggle is broken in 2.0.0.12 I'm fixing it now |
|
|
I'm not a big fan of hiding the actions bar, but I could see it would be useful in hiding it for items other than the one with id = current-entry. I'll take a look at doing that. I'm having a little trouble getting the css to say display:inline when I have div class="entry-actions" under div id="current-entry" any ideas? as for the border, I'm undecided as it does change the look quite a bit and you only gain in having more entries on the screen not by being able to read more of any given entry. I find mine feeds are longer posts so maybe thats why it doesn't bug me. as for the red line in firefox 3 I'll give that a look. |
|
|
Or alternatively for .entry-actions, only show it for currently active item, and possibly only when
|
|
|
Wonder if you could possibly add ".entry-actions" to autohide ? ( can't get it working consistently enough with .entry-actions:hover ) All the actions work when it's hidden, only there's not a whole lot of feedback when sharing an item or adding a tag. Possibly make
Also, autohiding .cb , .cbl, .cbr, .cr (most of the frames around an item in expanded view) for that little extra vertical space. Resulting look in the screenshot in http://userstyles.org/styles/4200 Also removes the problem of sometimes seeing the horizontal red line (seen eg. on earlier alpha builds of Firefox 3.0)
--
|
|
|
Thanks syntax, they just changed that gbh tag from an id to a class attribute yesterday. I updated the script with the changes to hide that line. |
|
|
Thanks for the great script!
|
|
|
thanks ydant, I think I'll leave those two in this copy unless I hear different. I find relying on keyboard shortcuts to just around between tags and subscriptions means I don't really open up the sidebar anyways. I could see how it'd give you more space though. |
|
|
Great script. I find it particularly useful on my N810 - the screen is so limited that removing as much cruft as possible helps a LOT. I made one small modification - I added these IDs: "selectors-box","add-box" to get rid of the two boxes on the left side above the subscription list. Thank you for sharing your script. |
|
|
I created a video on my blog of this working incase you want to check it out http://www.sleepoverrated.com/2007/11/13/Google... |
|
|
Does anyone want any new features, I've got a couple I'll try and add shortly |
You could comment on this script if you were logged in.
