Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
For those with similar issues these 2 changes are the only ones I made: instead of
change to: if (linkx.href.indexOf("http://www.anonym.to/?") != -1) and: decodeURIComponent(linkx.href.substring(linkx.href.indexOf("") + 18)); to decodeURIComponent(linkx.href.substring(linkx.href.indexOf("") + 22)); Thx for a great script! |
|
|
Hi there! Nowadays it's common they use "www."anonym.to redirects aswell. So I modified the script accordingly to fit that scenario aswell: // ==UserScript==
// Find "http://anonym.to/?" and chop the 18 digits off
|