Comments by Dan F on scripts
18 comments
|
Comment on: |
It should work as long as:
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: |
Great spam...is there any way to report a userscript as sucking? |
|
Comment on: |
I added a picture to clear that up. Thanks for replying with your comments. |
|
Comment on: |
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: |
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: |
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: |
Seumas. Your wishes have come true :). |
|
Comment on: |
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: |
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: |
Update 12/14:
Thanks for the comment, Dan! |
|
Comment on: |
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: |
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: |
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:
|
|
Comment on: |
If you add this code to the end of your file:
var killme = document.getElementsByTagName("div")[12];
var killme = document.getElementsByTagName("div")[10];
That is what I mean. Nothing but the search box (almost :) |
|
Comment on: |
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: |
Nice. Now it has to be "Googlified" and the ShoutWire crap must go. Are you (ankut) still developing this? |
|
Comment on: |
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: |
Great idea, but it didn't work for me. |
