X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_config%2Ftridactyl%2Ftridactylrc;h=c3524a8e974c8915c1c4e7e3655bc6cc8b03410b;hb=95e70d6fb7a9581ac8744530b3a38aa7d09a9be3;hp=b69da8efd64345742fc9d527471a2eb5499e47a8;hpb=e6f9219b99ded1fdfcc6c471360f93702dede092;p=sugar.git diff --git a/dot-files/_config/tridactyl/tridactylrc b/dot-files/_config/tridactyl/tridactylrc index b69da8e..c3524a8 100644 --- a/dot-files/_config/tridactyl/tridactylrc +++ b/dot-files/_config/tridactyl/tridactylrc @@ -4,6 +4,11 @@ fillcmdline_tmp 3000 Reloading tricatylrc... sanitise tridactyllocal tridactylsync +" Add helper commands that Mozillians think make Firefox irredeemably insecure +" https://github.com/tridactyl/tridactyl/commit/fef58f508f6da258ac2a447b02c86e33313b115b +command fixamo_quiet jsb tri.excmds.setpref("privacy.resistFingerprinting.block_mozAddonManager", "true").then(tri.excmds.setpref("extensions.webextensions.restrictedDomains", '""')) +command fixamo js tri.excmds.setpref("privacy.resistFingerprinting.block_mozAddonManager", "true").then(tri.excmds.setpref("extensions.webextensions.restrictedDomains", '""').then(tri.excmds.fillcmdline_tmp(3000, "Permissions added to user.js. Please restart Firefox to make them take affect."))) + " Configuration fixamo_quiet set csp clobber @@ -56,7 +61,7 @@ bind fillcmdline mcjira " Memories of multi_requester unbind m -command alc js -p let uri='https://eow.alc.co.jp/search?q=' + JS_ARG; if (document.location.hostname == 'eow.alc.co.jp') { tri.excmds.open(uri); } else { tri.excmds.tabopen(uri); } +command alc js -p let query=(JS_ARG == '' ? window.prompt('Query') : JS_ARG); if (query !== null) { let uri='https://eow.alc.co.jp/search?q=' + encodeURIComponent(query); if (document.location.hostname == 'eow.alc.co.jp') { tri.excmds.open(uri); } else { tri.excmds.tabopen(uri); } } bind ma fillcmdline alc " Quick marks