Post Reply 
Imageshack.us: Direct Image
Jan. 05, 2009, 09:08 PM
Post: #1
Imageshack.us: Direct Image
Code:
[Patterns]
Name = "Imageshack.us: Direct Image"
Active = TRUE
URL = "$TYPE(htm)img[0-9]+.imageshack.us/my.php\?image="
Limit = 128
Match = "var url_image_path = 'img\0/\1/\2';"
Replace = "\k$STOP()"
          "var url_image_path = 'img\0/\1/\2';\r\n"
          "location.href = 'http://img\0.imageshack.us/img\0/\1/\2';\r\n"
          "</script>"

A pretty simple filter that automatically redirects to the full image, instead of viewing a thumbnail.

If you use NoScript, or have JavaScript disabled, you can change the replacement text to be:

Code:
\k$STOP()
var url_image_path = 'img\0/\1/\2';\r\n
</script>
<meta http-equiv="refresh" content="0;url=http://img\0.imageshack.us/img\0/\1/\2">

Example:

http://img380.imageshack.us/my.php?image...332gb4.jpg
(that's not my desktop; I found it randomly Wink)
Visit this user's website
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Imageshack.us: Direct Image - Kye-U - Jan. 05, 2009 09:08 PM
RE: Imageshack.us: Direct Image - lnminente - Jan. 06, 2009, 01:34 PM
RE: Imageshack.us: Direct Image - Toppy - Jan. 06, 2009, 05:45 PM
RE: Imageshack.us: Direct Image - Kye-U - Jan. 11, 2009, 03:57 AM
RE: Imageshack.us: Direct Image - usr - Feb. 05, 2009, 02:36 PM
RE: Imageshack.us: Direct Image - Toppy - Jun. 15, 2009, 08:46 PM
RE: Imageshack.us: Direct Image - Toppy - Jul. 10, 2009, 06:08 PM
RE: Imageshack.us: Direct Image - lnminente - Jul. 11, 2009, 04:04 PM
RE: Imageshack.us: Direct Image - Graycode - Jul. 11, 2009, 06:18 PM
RE: Imageshack.us: Direct Image - Toppy - Jun. 28, 2010, 04:41 PM
RE: Imageshack.us: Direct Image - Toppy - Feb. 04, 2012, 04:55 PM

Forum Jump: