mirror of
https://github.com/arkenfox/user.js.git
synced 2024-10-01 01:35:52 -04:00
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
This commit is contained in:
parent
e29a301578
commit
a74170e2b0
2
user.js
2
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+)
|
||||
|
Loading…
Reference in New Issue
Block a user