google image search forced website forwarding?

intence

Regular Member
Joined
Nov 21, 2008
Messages
435
Reaction score
77
i've seen a few times when you click on a image result from GIS that it will forward to the page containing the image and thus removing the google frame.

does anyone know how to do this?

thanks
 
This works in blogger atleast, dunno what Google likes about it but well , worth the try eh ?

Code:
<script type="text/javascript">
if (top !== self) top.location.href = self.location.href;
</script>
 
Thats good idea, i took that too on notepad so i can get it was rather than going to the website everytime :)
 
This works in blogger atleast, dunno what Google likes about it but well , worth the try eh ?

Code:
<script type="text/javascript">
if (top !== self) top.location.href = self.location.href;
</script>

so where do i put this code in blogger for it to work?
 
nm..

i just added it to page element and it worked.. thanks

Yeah it worked for me too...
just added HTML/java script element and placed this code in it.. and its working like a charm...
I have been looking for something like this for long time..
 
it may not work for blogger

mod rewrite comes to mind though
 
Back
Top