Comments by Dan F on scripts

18 comments

Comment on:
Google Maps Walker

Jan 30, 2008

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:
B92 - vesti

Jun 12, 2006

Great spam...is there any way to report a userscript as sucking?

Comment on:
addundigg

May 19, 2006

I added a picture to clear that up.

Thanks for replying with your comments.

Comment on:
Server not found? Try and try again!

May 19, 2006

Very nice!

Just one question: why does it have a * for the website address and then do a substr as the first line?

Comment on:
addundigg

May 17, 2006

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:
KeepVid Interface Tidy Up

May 16, 2006

I was looking to do the same thing, its very Google like now.

It would load faster if this was based off of http://keepvid.com/lite/ because that has less junk in general.

Nice script tho :).

Comment on:
addundigg

May 13, 2006

Seumas. Your wishes have come true :).

Comment on:
addundigg

Mar 2, 2006

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:
clickable guilt-o-meter

Feb 13, 2006

I love this thing...up to 48 hours. I would just change the include to *slashdot.com*, not *slashdot*.

Oh, and maybe a simple way to reorder the hours and minutes. I went into the code to change it to have hours on top and minutes at the bottom but it would be a lot simpler to have a variable at the top of the code that anyone can easily change.

Comment on:
The Daily WTF

Dec 14, 2005

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:
Head shrink

Dec 12, 2005

You could concatenate the first part of the regex, then d, and then the last part of the regex and use that new variable in your replacements.

Comment on:
Random Filler

Dec 12, 2005

Very nice. It would be even better if it filled textboxes with random text. Then, if you clicked on a textbox all the text would go away so you could type.

Comment on:
Head shrink

Dec 10, 2005

Great idea!

As for your lowercase problem: if you remove the toLowerCase and then do all of your replacements via regular expressions, it should work..

so foo = bar.replace(x, y) becomes:
foo = bar.replace(x, new Regexp("/www/", "i")). You would have to double check the regexp syntax tho.

Comment on:
Torrentspy Cleaner

Dec 8, 2005

If you add this code to the end of your file:
var killme = document.getElementsByTagName("div")[9]; //10th DIV, index starts at 0
killme.style.display="none";

var killme = document.getElementsByTagName("div")[12];
killme.style.display="none";

var killme = document.getElementsByTagName("div")[10];
killme.style.display="none";

That is what I mean. Nothing but the search box (almost :)

Comment on:
Torrentspy Cleaner

Dec 8, 2005

IMHO, sorting comes first in neededness. But, for "googlification," I mean having just a search box on the front page and nothing else.

Comment on:
Torrentspy Cleaner

Dec 7, 2005

Nice.

Now it has to be "Googlified" and the ShoutWire crap must go.

Are you (ankut) still developing this?

Comment on:
Super-Clean Answers.com

Dec 4, 2005

Love it! In fact, I was just about to write one.

It screws up the answers.com homepage, tho. Add some excludes and this script it perfect!

Comment on:
My Google Maps

Dec 3, 2005

Great idea, but it didn't work for me.