commit e89f9a5d8997210f6c9ee089e5000a2dcb244613
parent a56ba859363f87d45b860b51560a9a3072f33b84
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Fri, 2 Oct 2020 08:36:15 +0000
dom.IntersectionObserver.enabled
commit: https://github.com/arkenfox/user.js/commit/a56ba859363f87d45b860b51560a9a3072f33b84
issue: #1026
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: 14-Sept-2020
+ Last updated: 2-Oct-2020
For instructions see:
https://github.com/arkenfox/user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts]
@@ -223,6 +223,8 @@
'browser.search.region',
/* 79-beta */
'browser.urlbar.usepreloadedtopurls.enabled',
+ /* 80 */
+ 'dom.IntersectionObserver.enabled',
/* reset parrot: check your open about:config after running the script */
'_user.js.parrot'
]