This post is going to show how to remove content you don't want to look at using the developer tools in Chrome (Firefox is basically the same). The only catch is that it's a temporary fix, the next time you load the page it will all come back again.
So maybe you have a great view of the CN tower, but those pesky boxes are in the way:
Getting rid of all of it is actually pretty easy to do:
- Click ctrl-shft-i to get the developer tools
- Click on the magnifying glass icon in the upper left corner of the developer window (square with an arrow in FF)
- Go to the black location box in the upper left corner and hover over the black area just above the arrow so the entire box turns blue and click on it
- Go to the developer window and a few lines should be highlighted
- Right click on the line above it that says <div id="titlecard" jstcache="0"> and choose Delete to remove that box
- Repeat steps 2-5 for the bottom of the map, but for that one you want to delete the line is about a dozen lines above the highlighted line that says <div class="app-viewcard-strip noprint" jstcache="0">
- Click on the X in the upper right corner of the developer tools tools to close them
I can't be bothered to take images of the entire process, but if you follow them, the result should look like this:
I use this technique quite a bit when I want to take a screen-capture of something but there are elements I don't want to include. Sometimes you have to experiment a bit to find out what lines to delete to make the specific content go away, but the beauty of this process is that if you mess up you can just reload the page and it all comes back again.
Hi Dave - just looked at your browser developer advice for Removing clutter from Streetview - but don't see answer to my query = How to remove the nasty Road Name intrusion - any suggestions please ?
ReplyDeleteUnfortunately in the New Maps the road name can't be removed (at least I can't figure out how to do it). I think it's being added on a layer that's all being rendered on Google's servers, not on the local computer.
DeleteThe only way would be to use the old system. Another individual is working on recreating Classic Maps as "ClassyGMap" at http://gokml.net/maps, and you could use the technique I outlined above to remove the street names and arrows from that version of the streetview interface.