I got tired of waiting for someone to fix the problem with the stream
search results option for web searching not working when I was logged
into Google, so I decided to fix the problem myself.
To fix this add the following lines right before the "if
(list.snapshotLength==0) {" line in the javascript.js file:
if (list.snapshotLength==0) {
// if signed into Google
list = iframe.contentDocument.evaluate("//li[@class='g w0']",
iframe.contentDocument.body, null, 6, null);
}
Or you can install the fixed version of the addon from the following
link which also contains the fix for the Google Image Search: Rewrite
links being broken (previously posted to this group).
> I got tired of waiting for someone to fix the problem with the stream
> search results option for web searching not working when I was logged
> into Google, so I decided to fix the problem myself.
> To fix this add the following lines right before the "if
> (list.snapshotLength==0) {" line in the javascript.js file:
> if (list.snapshotLength==0) {
> // if signed into Google
> list = iframe.contentDocument.evaluate("//li[@class='g w0']",
> iframe.contentDocument.body, null, 6, null);
> }
> Or you can install the fixed version of the addon from the following
> link which also contains the fix for the Google Image Search: Rewrite
> links being broken (previously posted to this group).
I just noticed that I accidently removed the fix for rewriting image
links from the version I uploaded so I added it back in and bumped up
the version to 0.76.2.
Hard to wade through all the spam here. Is the original developer
MIA?
Thanks for the fix. I noticed that in FF 3.5, in gmail I am not
showing the invite box and chat box, although I have them checked not
to show in CG. If you end up fixing this...I'd be interested. :-)
Thanks,
r
On Jul 1, 8:35 am, Morac <anonymous...@comcast.net> wrote:
> I just noticed that I accidently removed the fix for rewriting image
> links from the version I uploaded so I added it back in and bumped up
> the version to 0.76.2.
One small thing with image rewriting: while the link seems to get
rewritten, the info that is shown in the statusbar when hovering over
a link is not; in fact it seems to be doubled. When the image is
clicked and you return with the browsers back button, the hovering
info of that single image is ok, but the one for all other still show
some bloated URL.
On Jul 1, 5:35 pm, Morac <anonymous...@comcast.net> wrote:
> I just noticed that I accidently removed the fix for rewriting image
> links from the version I uploaded so I added it back in and bumped up
> the version to 0.76.2.