user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 38dc90a947cd07f57992eabf0f56807119a44afe
parent 80f69a6f3d1d34f49496064d9199d885a28c6c4f
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Thu, 26 Aug 2021 06:27:32 +0000

dom.allow_cut_copy

https://github.com/arkenfox/user.js/commit/80f69a6f3d1d34f49496064d9199d885a28c6c4f
Diffstat:
Mscratchpad-scripts/arkenfox-clear-removed.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scratchpad-scripts/arkenfox-clear-removed.js b/scratchpad-scripts/arkenfox-clear-removed.js @@ -1,7 +1,7 @@ /*** This will reset the preferences that have been removed completely from the arkenfox user.js. - Last updated: 22-August-2021 + Last updated: 26-August-2021 For instructions see: https://github.com/arkenfox/user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts] @@ -15,6 +15,7 @@ /* removed in arkenfox user.js */ /* 91 */ 'alerts.showFavicons', + 'dom.allow_cut_copy', 'dom.battery.enabled', 'dom.storage.enabled', 'dom.vibrator.enabled',