X-Git-Url: https://git.donarmstrong.com/?p=x_full.git;a=blobdiff_plain;f=.mozilla%2Ffirefox%2Fdefault%2Fextensions%2F%7B4476fef4-3557-40b5-afcd-d6903cf7cc9d%7D%2Fdefaults%2Fpreferences%2Fprefs.js;fp=.mozilla%2Ffirefox%2Fdefault%2Fextensions%2F%7B4476fef4-3557-40b5-afcd-d6903cf7cc9d%7D%2Fdefaults%2Fpreferences%2Fprefs.js;h=0000000000000000000000000000000000000000;hp=baea932446151eeaef6884cea99609f11876dcfd;hb=5472698bd5f6c5656e1be483fb7332eceef08b6b;hpb=3a82c19864b8fd20a4408de51127896edf8ddcb7 diff --git a/.mozilla/firefox/default/extensions/{4476fef4-3557-40b5-afcd-d6903cf7cc9d}/defaults/preferences/prefs.js b/.mozilla/firefox/default/extensions/{4476fef4-3557-40b5-afcd-d6903cf7cc9d}/defaults/preferences/prefs.js deleted file mode 100644 index baea932..0000000 --- a/.mozilla/firefox/default/extensions/{4476fef4-3557-40b5-afcd-d6903cf7cc9d}/defaults/preferences/prefs.js +++ /dev/null @@ -1,19 +0,0 @@ -# Hit-a-Hint default preferences - -/* Do not edit this file. - * - * If you make changes to this file while the application is running, - * the changes will be overwritten when the application exits. - * - * To make a manual change to preferences, you can visit the URL about:config - * For more information, see http://www.mozilla.org/unix/customizing.html#prefs - */ - -pref("extensions.hah.enabled", true); -pref("extensions.hah.hideTabs", false); -pref("extensions.hah.hints.forceNumeric", false); -pref("extensions.hah.hints.style", "z-index:500;font:normal normal normal x-small helvetica;color:ButtonText;background-color:ButtonFace;border-color:ButtonShadow;border-width:1px;-moz-border-radius:0.3em;border-style:solid;padding:0px 3px 0px 3px;position:absolute;"); -pref("extensions.hah.hints.styleFocus", "z-index:500;font:normal normal normal x-small helvetica;color:ButtonText;background-color:ButtonShadow;border-color:ButtonShadow;border-width:1px;-moz-border-radius:0.3em;border-style:solid;padding:0px 3px 0px 3px;position:absolute;"); -pref("extensions.hah.hints.tags", "//*[@onclick or @onmouseover or @onmousedown or @onmouseup or @oncommand or @class='lk' or @class='s'] | //input[@type!='hidden'] | //a | //area | //iframe | //textarea | //button | //select"); -pref("extensions.hah.keys.magicDelay", 150); -pref("extensions.hah.keys.numbers", "0123456789");