If you prefer to see thumbnails over text links when viewing web indexes, make this a bookmark...

BigToque

Lifer
Oct 10, 1999
11,700
0
76
If you prefer to see thumbnails over text links when viewing web indexes, make this a bookmark. I don't remember where I got it, but it's really handy.

javascript:var sHTML=%22<html><head><title>gallery</title><body>
lt;center><table border=0>%22;var y=0;for(x=0;x<document.links.length;x++){a=document.links[x].href; if (a.match(/jpe|jpeg|jpg|bmp|tiff|tif|bmp|gif|png/i)){sHTML+='<td style=%22border-style:solid;border-width:1px%22><a target=%22_new%22 href=%22'+a+'%22><img border=%220%22 width=%22100%22 src=%22'+a+'%22></a></td>'; if (!((x+1)%5)) sHTML+=%22</tr><tr>%22}};this.innerHTML=sHTML+%22</table></center></body></html>%22;

If this doesn't work for you, copy the text from this text file:

http://www.bigtoque.com/misc/gallery.txt
 

BigToque

Lifer
Oct 10, 1999
11,700
0
76
Originally posted by: Pepsi90919
what is a web index, how is this made a bookmark, etc.

Here is an Index

If you copy the text below into the addres bar when you are viewing an index, the link with make a thumbnail gallery of the images in the index.
 

mercanucaribe

Banned
Oct 20, 2004
9,763
1
0
Originally posted by: Stefan
Originally posted by: Pepsi90919
what is a web index, how is this made a bookmark, etc.

Here is an Index

If you copy the text below into the addres bar when you are viewing an index, the link with make a thumbnail gallery of the images in the index.

:Q:confused::Q HOLY CRAP :Q:confused::Q
 

cyberhap

Senior member
Jun 29, 2005
341
0
76
That is pretty sweet!

It didn't work at first for me, but I removed 1 carriage return and was good to go.
 

Umberger

Golden Member
Apr 13, 2005
1,710
0
76
isn't working for me, i know this is a complete n00b question, but do i paste it over the current address, or append it to the end, prepend it to the beginning, or do something else? if someone can give me a more descriptive idea how to use it, i'd appreciate it.

EDIT: nevermind, i figured it out. i should try harder before asking questions.
 

BigToque

Lifer
Oct 10, 1999
11,700
0
76
clear the address bar and put the copied link in the address bar in.

Hit enter and you will go to a blank page. Bookmark this blank page.

Now, everytime you end up in an index of pictures (like I liked above), use the bookmark you just saved and it will load all the images in the index as thumbnails.
 

Epic Fail

Diamond Member
May 10, 2005
6,252
2
0
Originally posted by: Umberger
isn't working for me, i know this is a complete n00b question, but do i paste it over the current address, or append it to the end, prepend it to the beginning, or do something else? if someone can give me a more descriptive idea how to use it, i'd appreciate it.

add it as a bookmark to your brower with the script as your address and then click it when you see an index page.
 

eLiu

Diamond Member
Jun 4, 2001
6,407
1
0
I can't add the whole thing as a bookmark...?

When I paste it in, only this shows up: javascript:var sHTML=%22<html><head><title>gallery</title><body>

I tried typing the whole thing in manually but that didnt work...do I need to leave out the %22 things?

Sorry, I don't know anything about html/javascript :(
 

edro

Lifer
Apr 5, 2002
24,326
68
91
Originally posted by: eLiu
I can't add the whole thing as a bookmark...?

When I paste it in, only this shows up: javascript:var sHTML=%22<html><head><title>gallery</title><body>

I tried typing the whole thing in manually but that didnt work...do I need to leave out the %22 things?

Sorry, I don't know anything about html/javascript :(

SELECT ALL in the link he provided and paste that as the bookmark. If you copy and paste the quoted one, it contains line breaks.