From eee592d902b6ff5a03633df37c85a67b5c4ee543 Mon Sep 17 00:00:00 2001 From: emma Date: Sun, 24 Mar 2024 15:33:24 -0600 Subject: [PATCH] removed unified extensions button toggle --- web/index.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/web/index.html b/web/index.html index 47e0d4b..d2d4435 100644 --- a/web/index.html +++ b/web/index.html @@ -100,13 +100,6 @@ with this website. If not, see https://www.gnu.org/licenses/. -->
  • browser.tabs.insertAfterCurrent = true
  • Forces tabs to open to the right of the current tab.

    -
  • extensions.unifiedExtensions.enabled = false
  • -

    - Disables the new - - unified extensions button. -

    -
  • browser.urlbar.trimURLs = false
  • Disables the automatic trimming of the URL scheme from the URL bar.