user.js

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

commit c4a06c4689c168c8008f72c4a2ecdcbe4da3c23e
parent 0d27689c64c6a83b74dc34cd354bf3e349fb43c6
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Thu, 23 Jul 2020 12:23:14 +0000

missing comma
Diffstat:
Mscratchpad-scripts/ghacks-clear-RFP-alternatives.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scratchpad-scripts/ghacks-clear-RFP-alternatives.js b/scratchpad-scripts/ghacks-clear-RFP-alternatives.js @@ -27,7 +27,7 @@ 'dom.w3c_pointer_events.enabled', 'ui.use_standins_for_native_colors', 'ui.systemUsesDarkTheme', - 'ui.prefersReducedMotion' + 'ui.prefersReducedMotion', /* section 4700 */ 'general.useragent.override', 'general.buildID.override',