[RESOLVED] Google street view

Ask for help about NoScript, no registration needed to post
Jojo999
Senior Member
Posts: 147
Joined: Mon Jun 01, 2009 3:54 am

[RESOLVED] Google street view

Post by Jojo999 »

Could NS somehow be blocking Google Street View from working? It works fine in IE8 but not in FF 3.6.8.

When I click on "street view" nothing happens.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 FlyPaper/RC1 (.NET CLR 3.5.30729)
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: Google street view

Post by Giorgio Maone »

Are both google.com and gstatic.com allowed?
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8
Jojo999
Senior Member
Posts: 147
Joined: Mon Jun 01, 2009 3:54 am

Re: Google street view

Post by Jojo999 »

Giorgio Maone wrote:Are both google.com and gstatic.com allowed?
Yes they are.

I opened up the error console and when I click "Street View", I get this error below. Is it meaningful?

Warning: Unknown property '-moz-opacity'. Declaration dropped.
Source file: about:blank
Line: 98

I also have Firebug and Web Developer add-on's installed here if they could produce any useful info.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 FlyPaper/RC1 (.NET CLR 3.5.30729)
allow flash

Re: Google street view

Post by allow flash »

gmodules also needs to be whitelisted, and then, got any blocked Flash objects listed in your NS context menu?
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8
Jojo999
Senior Member
Posts: 147
Joined: Mon Jun 01, 2009 3:54 am

Re: Google street view

Post by Jojo999 »

allow flash wrote:gmodules also needs to be whitelisted, and then, got any blocked Flash objects listed in your NS context menu?
Nothing is blocked. I checked the whitelist and do not see any entry for gmodules. I can try and add this. Is it google.com/gmodules? Or what?
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 FlyPaper/RC1 (.NET CLR 3.5.30729)
User avatar
therube
Ambassador
Posts: 7969
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Re: Google street view

Post by therube »

URL: Google Maps: 678 7th Avenue

I had googlesyndication.com & gstatic.com in my Whitelist.
google.com was not. Allowed google.com & "street views" worked.

If you have Adblock Plus or other "blockers" (HOSTS file) disable & try again.

PS: If you want to try it, gmodules.com.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 6.1; rv:2.0b4pre) Gecko/20100810 SeaMonkey/2.1a3pre
Jojo999
Senior Member
Posts: 147
Joined: Mon Jun 01, 2009 3:54 am

Re: Google street view

Post by Jojo999 »

Maybe a screenshot would help better here.

Check out:
http://www.fototime.com/EA359D4EAD1F85E/orig.jpg

Note that when I put the mouse cursor over "Street view", I see that all it contains is "javascript:void(0). Which usually means that someone is removing something necessary. When I use Firebug to inspect this element, I see this:

Code: Select all

<a id="svcaption" href="javascript:void(0)" jsaction="sv.showFromInfoWindow" jstcache="0" style="">Street view</a>
AddBlock Plus says it is not blocking anything on this page.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 FlyPaper/RC1 (.NET CLR 3.5.30729)
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: Google street view

Post by Giorgio Maone »

Jojo999 wrote:I see that all it contains is "javascript:void(0). Which usually means that someone is removing something necessary.
Nope. "javascript:void(0)" just means that the web author put "javascript:void(0)" as the href attribute, in order to avoid HTML navigation to interfere with a JavaScript event handler.
If JS is allowed for the page, the handler will just work.

Furthermore, as far as I can see you've got nothing blocked in NoScript, so pending extensions conflicts, Street View should work for you as it works for me and anybody else in this thread.
The most obvious culprit here is some different extension. Could you try disabling all your extensions except NoScript and check whether it works?
If it does, Standard Diagnostic should help you.
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8
User avatar
therube
Ambassador
Posts: 7969
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Re: Google street view

Post by therube »

This is what I was looking at:

#1, initial
#2, street view "shows", but is blurred
#3, Blocked Objects, had to allow shockwave-flash@http://maps.gstatic.com

Didn't need to do that yesterday.
Though in the interim I did update Flash to the latest, 10.1 r82 & also NoScript to 2.0.2rc2.
Don't know if either of those changes made a difference?

(I've "un-linked" the pics. Didn't realize they were kind of large.)

#1 http://i33.tinypic.com/k2n6ty.jpg

#2 http://i34.tinypic.com/hx0vir.jpg

#3 http://i33.tinypic.com/np2ys9.jpg
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.11) Gecko/20100701 SeaMonkey/2.0.6
Jojo999
Senior Member
Posts: 147
Joined: Mon Jun 01, 2009 3:54 am

Re: Google street view

Post by Jojo999 »

Giorgio Maone wrote:
Jojo999 wrote:I see that all it contains is "javascript:void(0). Which usually means that someone is removing something necessary.
Nope. "javascript:void(0)" just means that the web author put "javascript:void(0)" as the href attribute, in order to avoid HTML navigation to interfere with a JavaScript event handler.
If JS is allowed for the page, the handler will just work.

Furthermore, as far as I can see you've got nothing blocked in NoScript, so pending extensions conflicts, Street View should work for you as it works for me and anybody else in this thread.
The most obvious culprit here is some different extension. Could you try disabling all your extensions except NoScript and check whether it works?
If it does, Standard Diagnostic should help you.
What I've discovered today is that if I double-click the "Street view" link, a little man icon in orange appears on the map. If I drag that icon around, I can see street views in little windows (maybe 100 x 100 pixels?). But there doesn't seem any way to expand those views.

But in IE8, I don't see that orange man icon at all.

How can I disable NS for a particular site, like Google.com to do some testing?
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 FlyPaper/RC1 (.NET CLR 3.5.30729)
Ernest Bunbury

Re: Google street view

Post by Ernest Bunbury »

It's Flashblock.
According to their site https://addons.mozilla.org/en-US/firefox/addon/433/,
you must add maps.google.com to the FlashBlock whitelist..
This solved it for me.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.11) Gecko/20100701 Firefox/3.5.11 (.NET CLR 3.5.30729)
Guest

Re: Google street view

Post by Guest »

Flashblock?

To install a second Flash blocker (besides NoScript) looks like carelessness.
To install Flashblock in particular http://noscript.net/faq#qa1_3 ... could be regarded as a misfortune ;-)
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8
Jojo999
Senior Member
Posts: 147
Joined: Mon Jun 01, 2009 3:54 am

Re: Google street view

Post by Jojo999 »

Ernest Bunbury wrote:It's Flashblock.
According to their site https://addons.mozilla.org/en-US/firefox/addon/433/,
you must add maps.google.com to the FlashBlock whitelist..
This solved it for me.
Cool! That worked for me also.

Don't know why I had to whitelist it though. Why doesn't it just show the Flashblock symbol as always and then I click on the symbol to see the Flash?
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 FlyPaper/RC1 (.NET CLR 3.5.30729)
Post Reply