Comments on Dan F's Scripts

19 comments

Comment on Google Maps Walker made Apr 10, 2008:

Hiromacu

Oh My God! 0,7 mf walking takes 2 hours and 45 minutes!?? Something no good with this script!!!

Comment on Google Maps Walker made Apr 1, 2008:

nick_name

Dan, I tried your suggestions, doesn't work on maps.google.com.au. Can you please take a look ?

Comment on Google Maps Walker made Mar 24, 2008:

neko

i can't really get it to work. possibly because i have no idea where to put the mouse.

i put it over the time estimation, and nothing comes up. maybe because i don't have traffic support in my city?

Comment on Google Maps Walker made Jan 30, 2008:

Dan F

It should work as long as:

1. You modify the included websites to be maps.google.* or something

2. You edit the 1st line of the script to be [ [ "walking", 8 ], ... and have the 8 in kilometers per hour.

3 (optional). You change the "and" near the bottom of the code to whatever "and" is in your language.

That said, I did a quick test on maps.google.fr with an earlier version and it didn't seem to work.

If you try and it doesn't work, I will look into the problem more closely.

Comment on Google Maps Walker made Jan 30, 2008:

nick_name

does it work for maps outside usa ??

Comment on PHPBB Redirect Remover made Nov 6, 2006:

Cece

i have problems when editing a post and previewing it ..

on previewing the edited post it redirects me to the thread.

Comment on addundigg made May 19, 2006:

Dan F

I added a picture to clear that up.

Thanks for replying with your comments.

Comment on addundigg made May 18, 2006:

Iain Cheyne

Ah. I see now! I had to click the undigg link between the category and the Problem dropdown. Thanks!

Comment on addundigg made May 18, 2006:

Iain Cheyne

Sorry, but it's still not working. I'm on Windows 2000, FF 1.5.0.3 and GM 0.6.4.

Comment on addundigg made May 17, 2006:

Dan F

I know the thing still says dugg! but the digg count does decrease by one. Try it on a story in the queue. If you go to your profile and undigg the same thing happens, the digg count decreases but it still says dugg!.

Comment on addundigg made May 17, 2006:

Iain Cheyne

Not working for me.

Comment on addundigg made May 13, 2006:

Dan F

Seumas. Your wishes have come true :).

Comment on addundigg made Mar 2, 2006:

Dan F

yeah it does seem to be working. I will get on a version for all of the pages.

I tried to do a version that didn't need a refresh...couldn't do it because of all greasemonkey's security caused me to not be able to define a function using window.function() etc. If you have any ideas on that...

Comment on addundigg made Feb 28, 2006:

Seumas

This works for me, but I don't like having to refresh it each time. I also wish the "undigg" was set to appear everywhere on every page - not just the comments page. And last I checked, undigging was working (but that was almost a week ago).

Anyway, it is a great idea and I hope it is rounded out over time!

Comment on PHPBB Redirect Remover made Jan 24, 2006:

dirk

The following lines of code should do the same:

(function() {

var links = document.getElementsByTagName("a");

for (var i = 0; i < links.length; i++)

if (links[i].href.indexOf("viewtopic.php") > 0)

location.href = links[i].href;

})();

Comment on PHPBB Redirect Remover made Jan 12, 2006:

Jas Randal

Works like a charm for me. I love it, pops me right back to the thread, no waiting.

Comment on PHPBB Redirect Remover made Dec 25, 2005:

Desconocido

I've tried it on http://forums.gentoo.org, but seems it doesn't work.

I've set the included pages of GM to "http://*.gentoo.org/posting.php" but it din't help.

Comment on The Daily WTF made Dec 14, 2005:

Dan F

Update 12/14:

* fixed off by one error (now the latest entries are bigger)

* Now error free, added some if statements.

Thanks for the comment, Dan!

Comment on The Daily WTF made Dec 8, 2005:

Daniel Bunyard

Very nice! I can read it!!!!!