1
0

dom.IntersectionObserver.enabled

commit: a56ba85936
issue: #1026
This commit is contained in:
Thorin-Oakenpants 2020-10-02 08:36:15 +00:00 committed by GitHub
parent a56ba85936
commit e89f9a5d89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
/*** /***
This will reset the preferences that have been removed completely from the arkenfox user.js. 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: For instructions see:
https://github.com/arkenfox/user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts] https://github.com/arkenfox/user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts]
@ -223,6 +223,8 @@
'browser.search.region', 'browser.search.region',
/* 79-beta */ /* 79-beta */
'browser.urlbar.usepreloadedtopurls.enabled', 'browser.urlbar.usepreloadedtopurls.enabled',
/* 80 */
'dom.IntersectionObserver.enabled',
/* reset parrot: check your open about:config after running the script */ /* reset parrot: check your open about:config after running the script */
'_user.js.parrot' '_user.js.parrot'
] ]