Simple Greasemonkey Reload Script


Granted, it could use some flash, but it works. Default is 120 seconds. It does require jQuery loaded up into your gmscript, which can take some troubleshooting. But here’s what the head of the script looks like:

Debugging Perl Blank/White Pages


Have a Perl script that just gives you a blank page and can’t figure out what error it’s giving? You can run it on the command line, including GET params like so: http://something.com/cgi-bin/x.pl?x=y&t=j becomes ./x.pl x=y t=j