Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Script for Image Gallery
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Richard  
View profile  
 More options Feb 1, 2:32 pm
From: Richard <fam...@googlemail.com>
Date: Wed, 1 Feb 2012 20:32:33 +0100
Local: Wed, Feb 1 2012 2:32 pm
Subject: Script for Image Gallery
Hello,
I often visit a site with a click-thru (next/previous image etc.)
gallery, which I find quite tedious. So I made myself a custom html
(saved on my desktop), to see all images in just one page.
For example the gallery URL is:
www.example.com/1234567890/galleryname/
my html looks like this (I'm a html noob):
<code>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>example.com pics</title>
</head>
<body bgcolor="#000000" text="#FFFFFF">
<div id="photo"><img
src="http://static.example.com/content/1234567890/1.jpg"></div>
<div id="photo"><img
src="http://static.example.com/content/1234567890/2.jpg"></div>
<div id="photo"><img
src="http://static.example.com/content/1234567890/3.jpg"></div>
...
..
.
</body>
</html>
</code>

In this html I change then manually (via replace all) the gallery
number to the appropriate number. Even tho this is much faster than
the click-thru, it gets also annoying after some time, so I was
wondering if this could also be done with a userscript? (and how?)

Thanks
Tom

PS:
I posted this also on the forum (http://userscripts.org/topics/97420).


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »