Bypass Google Images intermediary page


Ever wanted the Google Image search results to go directly to your page?

Look no further! This goes into your page, and it will make make the users’ browser refresh once your page is loaded under the picture that google displays.

<script type="text/javascript">
if (top.location != location) {
  top.location.href = document.location.href;
}
<script>

I might make some pictures for show and tell later.

This entry was posted in Design, Javascript, Programming. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">