Name: Anonymous 2009-05-08 17:18
http://userscripts.org/scripts/review/24099
I use this greasemonkey add-on that essentially auto-F5's threads on /b/, but doesn't work on any other boards. I don't know javascript very well, so is there anyone who might be familiar with this script who can tell me if there's a quick way to tweak it to work on more/all boards? I've been testing it on /x/, but haven't got it to work yet.
The only obvious thing I could see that I'm pretty sure is right is to change
to
I use this greasemonkey add-on that essentially auto-F5's threads on /b/, but doesn't work on any other boards. I don't know javascript very well, so is there anyone who might be familiar with this script who can tell me if there's a quick way to tweak it to work on more/all boards? I've been testing it on /x/, but haven't got it to work yet.
The only obvious thing I could see that I'm pretty sure is right is to change
url = window.location.href.replace(/#.*/, '').replace('img','dat');to
url = window.location.href.replace(/#.*/, '').replace('img','dat').replace('zip','dat');