Comments by Aaron McBride on scripts

9 comments

Comment on:
Unsafe Google Suggestion

Nov 14, 2007

I was having a problem on the /ig page. The query field starts out with focus, so for some reason the code to disable autocomplete doesn't work right away (until you blur and refocus).

To fix it, I added:
f.q.blur();
f.q.focus();
after:
f.q.setAttribute("autocomplete", "off");

Anyone know a better way?

Comment on:
Google IG Suggest

Oct 8, 2007

Is anyone else getting crashes from this? It was working for me for a while, but it recently stopped.

The error that I get in Firebug is:
window.google has no properties
onreadystatechange() ac.js (line 26)
1000;break;case 302:case 500:case 502:case 503:I++;break;case 200:var b=q.respon...

Comment on:
Digg Hide Buried Comments

Jul 31, 2007

Ken, I suspect that the problem was the missing @include for www.digg.com. (I was always visiting http://digg.com, so I never noticed.) I've updated the script, so you might want to give it another try.

Comment on:
Google Tab Saver

Jul 31, 2007

I finally got around to fixing the bug (and found and fixed another one in the process). It works slightly differently now, but has the same effect.

Comment on:
Google Tab Saver

Jul 5, 2007

Something changed and now this script isn't working for me. I'll try to find some time to fix it.

Comment on:
View all comments on Digg

Jun 22, 2007

Here's my script that hides the buried comments:
http://userscripts.org/scripts/show/8431

I haven't checked yet, but hopefully our scripts are compatible.

Comment on:
Google Theme Time Fix

May 1, 2007

I noticed the new iGoogle branding and did a quick test. It appears that, at least for me, the bug has been fixed and this fix is no longer needed. Thanks Google.

Comment on:
Tin Foil Hat

Apr 12, 2007

Great idea! Thanks.

Comment on:
Digg Hide Buried Comments

Apr 11, 2007

Yeah, great idea. I'll probably add it by the profanity filter and sort drop-down list.