Direct Images

By neo_ch Last update Jul 6, 2007 — Installed 2,013 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 8 posts, 5 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
tommy218 Scriptwright

if you want to use this script on the new skins.be pages, you have to replace lines 290-309 with the following code:
/**
* skins.be
*
* link: http://www.skins.be/wallpaper/pamela-anderson/25151/1024x768/
* image: http://wallpapers.skins.be/pamela-anderson/pamela-anderson-1024x768-25151.jpg

*/

else if (allLinks[i].href.indexOf('wallpaper.skins.be/') != -1) {
var fullLink = allLinks[i].href;
if (fullLink.indexOf('http://') != -1) {
fullLink = fullLink.substring(7);
}
var items = new Array();
items = fullLink.split('/');
var celebrity = items[1];
var n = items[2]
var size = items[3];

allLinks[i].href = 'http://wallpapers.skins.be/' + celebrity + '/' + celebrity + '-' + size + '-' + n + '.jpg';

 
neo_ch Script's Author

Added FamousQT.com and Go4Celebrity.com

 
neo_ch Script's Author

Added ImageMonk.com, ImagePal.info, PaparazziWallpapers.com, Skins.be (forum images), SuperiorPics.com, SuperPhotoSpace.com

Removed ImageHosting.gr sinche the hack does not work anymore and for the moment I was unable to find a new one...

 
cosmo User

oops...does work..

You have to restart Firefox for the script to take effect!

Thanks!

 
cosmo User

erm... Does not work with Shareavenue...

Nice try though.. ;)

 
neo_ch Script's Author

Added ImageHaven.net, ImageHive.us and SUpload.com. Enjoy

 
SparcMan Scriptwright

I've created a script with a similar result for renderosity.com galleries. You can find it here:
http://userscripts.org/scripts/show/7886
I had to use a different method because the path for the file contains a numbered folder that is not reflected in the URL to the information page. There's no doubt a cleaner way to do this, but I ended up matching thumb URLs to image page URLs and changing the thumb URL to come up with a direct link to the image.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel