Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Would it be possible to integrate Google Reader Hide navbar with your script? I prefer having the sidebar arrow hidden too. |
|
|
hmm thats odd I'm running Ad Block Plus too, without an exception on google.com/reader. I'm glad you got it going |
|
|
hi Scott, Found the problem, it WAS NOT your script (sorry..)
Thanks anyway for your answers, and specially for your sCript. Definetily one of my favs.
|
|
|
so you load the page and it looks like that or you've pressed w and it looks like that? is that on google.com? |
|
|
here is a screenshot.
|
|
|
so when its fullscreen the add subscription button is missing from the sidebar? what resolution and FF version are you running? do you have a screen shot maybe? |
|
|
having problems with the design in the top part. I see a bit of the gogole logo, cover by search bar.
|
|
|
thanks for the quick fix scott |
|
|
Thanks Pete0r |
|
|
Thanks for the fast response.. this is one of my favorite scripts! |
|
|
I removed that line and added support for google.co.uk/reader |
|
|
it seems reason is in "unsafeWindow.AK();" line
|
|
|
I'm getting the same error. I have other scripts, but if I turn them all off and just have GRM up, it still produces this behavior. Page is completely blank. I can hit W to see the menu at the top, but that is it. U has no effect. |
|
|
hmm its still working for me, anyone else having a problem? do you have any other scripts installed? |
|
|
has anyone had any layout issues, I could see a bit of the google logo in the top left today but after refreshing the I couldn't replicate it. |
|
|
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 |
|
|
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 :) |
