From a74170e2b093d65b582fbe0f9ed194d8b61625df Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Mon, 2 Oct 2017 11:46:34 +1300 Subject: [PATCH] 5005: clipboard.autocopy #109 this is a linux only pref, does nothing in Windows or Mac, as per tagging convention => [LINUX]. Here's a 15 year old ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=160200 .. enjoy! PS: Trying to find an autocopy text (excluding form fields) that auto trims, auto removes multi-spaces, auto trims, and auto removes double blank lines .. I had one, but its legacy. Best I can find is https://addons.mozilla.org/en-US/firefox/addon/autocopy-webextension/ - a wee timer in options lets you control when you copy (that's ok), but it gives a notification every time which is annoying as f - anyone got any ideas --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index 64d6b77..4729c35 100644 --- a/user.js +++ b/user.js @@ -1692,7 +1692,7 @@ user_pref("browser.tabs.warnOnOpen", false); user_pref("browser.tabs.closeWindowWithLastTab", false); /* 5004: disable backspace (0=previous page, 1=scroll up, 2=do nothing) ***/ user_pref("browser.backspace_action", 2); -/* 5005: disable autocopy default (linux) ***/ +/* 5005: disable autocopy default [LINUX] ***/ // user_pref("clipboard.autocopy", false); /* 5006: disable enforced extension signing (FF43+) * [NOTE] Only applicable to Nightly and ESR (FF48+)