commit 9b8735a87a1696a0124246b92d5c6beadf2d4567
parent 6c10e03ce52423d87fada431a49369c7b73a4337
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Thu, 8 Apr 2021 01:21:14 +0000
webgl.min_capability_mode
Diffstat:
1 file changed, 3 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: 03-Apr-2021
+ Last updated: 07-Apr-2021
For instructions see:
https://github.com/arkenfox/user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts]
@@ -236,6 +236,8 @@
'media.gmp-widevinecdm.visible',
/* 87-beta */
'browser.send_pings.require_same_host',
+ /* 88-beta */
+ 'webgl.min_capability_mode',
/* reset parrot: check your open about:config after running the script */
'_user.js.parrot'
]