View Full Version : Disable autocomplete in firefox 0.9
anarchist
06-26-2004, 02:42 PM
This is one of the most retarded features to ever be included in any software. It's so annoying. Anyone know how I can disable autocomplete in fourms and the address bar in firefox 0.9. I don't see anything for it in the options dialog.
<P ID="signature"></P>
CEpeep
06-26-2004, 02:52 PM
> This is one of the most retarded features to ever be
> included in any software. It's so annoying.
<img src=smilies/eek13.gif>
<P ID="signature"><hr>
"Every gun that is made every warship launched every rocket fired signifies in the final sense a theft from those who hunger and are not fed those who are cold and are not clothed"
Eisenhower</P>
SirDaShadow
06-26-2004, 04:11 PM
> This is one of the most retarded features to ever be
> included in any software. It's so annoying. Anyone know
> how I can disable autocomplete in fourms and the address bar
> in firefox 0.9. I don't see anything for it in the options
This is a wild guess, but go to \Mozilla Firefox\greprefs\all.js edit it and see this section:
// Type Ahead Find
pref("accessibility.typeaheadfind", true);
pref("accessibility.typeaheadfind.autostart", true);
pref("accessibility.typeaheadfind.linksonly", true);
pref("accessibility.typeaheadfind.startlinksonly", false);
pref("accessibility.typeaheadfind.timeout", 4000);
pref("accessibility.typeaheadfind.enabletimeout", true);
pref("accessibility.typeaheadfind.soundURL", "default");
pref("accessibility.typeaheadfind.enablesound", true);
Change all that to false and see if that works.
<P ID="signature"></P>
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.