From e5d27f459f22e6dface1c39a08e5049d9b882a40 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 4 Oct 2019 16:14:02 +0200 Subject: [PATCH] [ADD][TRIDACTYL] Define fixamo command Mozilla asked tridactyl's dev-team to remove this command because it is supposedly insecure... I still want to use tridactyl on Mozilla reserved pages so here it is again. --- tridactyl/.config/tridactyl/tridactylrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tridactyl/.config/tridactyl/tridactylrc b/tridactyl/.config/tridactyl/tridactylrc index 675d111..41e9788 100644 --- a/tridactyl/.config/tridactyl/tridactylrc +++ b/tridactyl/.config/tridactyl/tridactylrc @@ -46,6 +46,10 @@ command hint_focus hint -; " Open right click menu on links bind ;C composite hint_focus; !s xdotool key Menu +" Allow Tridactyl and other extensions on Mozilla reserved pages +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."))) + " " URL Redirects "