|
Script Summary:
Removes redirect on AnonIB image links. (This script, currently, is not needed; there is no redirect) |
this script has 1 topic, 4 posts |
This script has no reviews. |
This script is, currently, not needed; there is no redirect
Rather than going to the image pass-through it sets the links to point directly to the image itself.
Update 1: Instead of a global replace of all occurrences of the pass-through site, this script now parses the DOM tree, removing the pass-through site from the href attribute of all links pointing to it. ctrl-clicking on the link opens the original (pass-through) link.
Update 2: The code has been changed because I was a little annoyed by the way I wrote it. It's now a little easier to read and it's no longer roundabout. Ctrl-clicking the image is now the only way to view the original pass-through page (Previously, a ctrl-click combined with the shift key and/or alt key would work). Also, I just realized that I spelled (or spelt) AnonIB wrong.
Update 3: Adapted to work in IE. Use GM4IE with
[Script]
Name = AnonIB Redirect Remover
Domains = anonib.com
ScriptURL = http://userscripts.org/scripts/source/31542.user.js
version = 1
as the install script.
This allows for an extension like DownThemAll to download all images in a thread.





