I know this is evil and you should not do it, but just for the doability, here's a JavaScript that removes the censorings (like http://360gigapixels.com/tokyo-tower-panorama-photo/?v=-154.... ): javascript:$("*").filter(function(){if(this.currentStyle)return this.currentStyle["backgroundImage"]==="url( http://360gigapixels.com/black.png)";else if(window.getComputedStyle)return document.defaultView.getComputedStyle(th…
What a 600,000-megapixel-wide picture looks like
31–40 of 93 posts
Re: What a 600,000-megapixel-wide picture looks like
#32what do they mean?
Re: What a 600,000-megapixel-wide picture looks like
#33quite a few windows have a red triangle in them, f.e. http://360gigapixels.com/tokyo-tower-panorama-photo/?v=-154.... what do they mean?
Re: What a 600,000-megapixel-wide picture looks like
#34I know this is evil and you should not do it, but just for the doability, here's a JavaScript that removes the censorings (like http://360gigapixels.com/tokyo-tower-panorama-photo/?v=-154.... ): javascript:$("*").filter(function(){if(this.currentStyle)return this.currentStyle["backgroundImage"]==="url( http://360gigapixels.com/black.png)";else if(window.getComputedStyle)return document.defaultView.getComputedStyle(th…
$('*').filter(function(){if($(this).css('background-image').indexOf('black.png') != -1) return true}).remove();
Re: What a 600,000-megapixel-wide picture looks like
#35I know this is evil and you should not do it, but just for the doability, here's a JavaScript that removes the censorings (like http://360gigapixels.com/tokyo-tower-panorama-photo/?v=-154.... ): javascript:$("*").filter(function(){if(this.currentStyle)return this.currentStyle["backgroundImage"]==="url( http://360gigapixels.com/black.png)";else if(window.getComputedStyle)return document.defaultView.getComputedStyle(th…
Re: What a 600,000-megapixel-wide picture looks like
#36Re: What a 600,000-megapixel-wide picture looks like
#37Re: What a 600,000-megapixel-wide picture looks like
#38Re: What a 600,000-megapixel-wide picture looks like
#39I know this is evil and you should not do it, but just for the doability, here's a JavaScript that removes the censorings (like http://360gigapixels.com/tokyo-tower-panorama-photo/?v=-154.... ): javascript:$("*").filter(function(){if(this.currentStyle)return this.currentStyle["backgroundImage"]==="url( http://360gigapixels.com/black.png)";else if(window.getComputedStyle)return document.defaultView.getComputedStyle(th…
Oh and btw, they even show us where the censored parts are: http://360gigapixels.com/tokyo-tower-panorama-photo/tokyo.xm... (four nodes of type hotspot)
Re: What a 600,000-megapixel-wide picture looks like
#40These controls are obnoxious.