summary refs log tree commit diff
path: root/.mozilla
diff options
context:
space:
mode:
Diffstat (limited to '.mozilla')
-rw-r--r--.mozilla/firefox/hibiki.default/chrome/Makefile14
-rw-r--r--.mozilla/firefox/hibiki.default/chrome/csshacks.hide_tabs_toolbar_v2.css51
-rw-r--r--.mozilla/firefox/hibiki.default/chrome/lepton.patch34
-rw-r--r--.mozilla/firefox/hibiki.default/chrome/user.sidebar.css59
-rw-r--r--.mozilla/firefox/hibiki.default/chrome/user.urlbar.css28
-rw-r--r--.mozilla/firefox/hibiki.default/chrome/userChrome.css107
-rw-r--r--.mozilla/firefox/hibiki.default/chrome/userContent.css21
-rwxr-xr-x.mozilla/firefox/hibiki.default/times.json1
-rw-r--r--.mozilla/firefox/hibiki.default/user.js120
l---------.mozilla/firefox/hibiki.work/chrome1
-rw-r--r--.mozilla/firefox/hibiki.work/handlers.json1
-rwxr-xr-x.mozilla/firefox/hibiki.work/times.json1
l---------.mozilla/firefox/hibiki.work/user.js1
-rw-r--r--.mozilla/firefox/installs.ini4
-rw-r--r--.mozilla/firefox/librewolf.overrides.cfg7
l---------.mozilla/firefox/native-messaging-hosts1
-rw-r--r--.mozilla/firefox/profiles.ini20
17 files changed, 0 insertions, 471 deletions
diff --git a/.mozilla/firefox/hibiki.default/chrome/Makefile b/.mozilla/firefox/hibiki.default/chrome/Makefile
deleted file mode 100644
index 3e5c8d6..0000000
--- a/.mozilla/firefox/hibiki.default/chrome/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-STYLE := proton-style
-
-all: fetch patch
-
-.PHONY: fetch
-fetch:
-	@echo Fetching lepton...
-	curl -sSL "https://github.com/black7375/Firefox-UI-Fix/raw/${STYLE}/css/leptonChrome.css" -o lepton.userChrome.css
-	curl -sSL "https://github.com/black7375/Firefox-UI-Fix/raw/${STYLE}/css/leptonContent.css" -o lepton.userContent.css
-
-.PHONY: patch
-patch:
-	@echo Patching lepton...
-	patch -p1 --reject-file - < lepton.patch
diff --git a/.mozilla/firefox/hibiki.default/chrome/csshacks.hide_tabs_toolbar_v2.css b/.mozilla/firefox/hibiki.default/chrome/csshacks.hide_tabs_toolbar_v2.css
deleted file mode 100644
index 37dadb8..0000000
--- a/.mozilla/firefox/hibiki.default/chrome/csshacks.hide_tabs_toolbar_v2.css
+++ /dev/null
@@ -1,51 +0,0 @@
-/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/hide_tabs_toolbar_v2.css made available under Mozilla Public License v. 2.0
-See the above repository for updates as well as full license text. */
-
-/* This requires Firefox 133+ to work */
-
-@media (-moz-bool-pref: "sidebar.verticalTabs"){
-  #sidebar-main{
-    visibility: collapse;
-  }
-}
-@media (-moz-bool-pref: "userchrome.force-window-controls-on-left.enabled"){
-  #nav-bar > .titlebar-buttonbox-container{
-    order: -1 !important;
-    > .titlebar-buttonbox{
-      flex-direction: row-reverse;
-    }
-  }
-}
-@media not (-moz-bool-pref: "sidebar.verticalTabs"){
-  #TabsToolbar:not([customizing]){
-    visibility: collapse;
-  }
-  :root[sizemode="fullscreen"] #nav-bar > .titlebar-buttonbox-container{
-    display: flex !important;
-  }
-  :root:is([tabsintitlebar],[customtitlebar]) #toolbar-menubar:not([autohide="false"]) ~ #nav-bar{
-    > .titlebar-buttonbox-container{
-      display: flex !important;
-    }
-    :root[sizemode="normal"] & {
-      > .titlebar-spacer{
-        display: flex !important;
-      }
-    }
-    :root[sizemode="maximized"] & {
-      > .titlebar-spacer[type="post-tabs"]{
-        display: flex !important;
-      }
-      @media (-moz-bool-pref: "userchrome.force-window-controls-on-left.enabled"),
-        (-moz-gtk-csd-reversed-placement),
-        (-moz-platform: macos){
-        > .titlebar-spacer[type="post-tabs"]{
-          display: none !important;
-        }
-        > .titlebar-spacer[type="pre-tabs"]{
-          display: flex !important;
-        }
-      }
-    }
-  }
-}
\ No newline at end of file
diff --git a/.mozilla/firefox/hibiki.default/chrome/lepton.patch b/.mozilla/firefox/hibiki.default/chrome/lepton.patch
deleted file mode 100644
index b87db26..0000000
--- a/.mozilla/firefox/hibiki.default/chrome/lepton.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- ./lepton.userChrome.css	2022-05-24 23:50:09.178033305 +0200
-+++ ./lepton.userChrome.css	2022-05-24 23:49:33.843031418 +0200
-@@ -23,6 +23,6 @@
-   /*= Darkmode - Color lighter =================================================*/
-   :root[lwtheme-mozlightdark][lwthemetextcolor="bright"],
-   :root[style*="--lwt-accent-color: rgb(28, 27, 34); --lwt-text-color: rgba(251, 251, 254);"] {
--    --toolbar-bgcolor: rgba(43, 42, 51, 5) !important; /* Original: rgba(43, 42, 51, 1) */
-+    /* noop */
-   }
- }
-@@ -4398,9 +4398,9 @@
-   @supports -moz-bool-pref("userChrome.padding.urlbar") {
-     :root:not([uidensity="touch"]) #urlbar-container,
-     :root:not([uidensity="touch"]) #search-container {
--      padding-block: 3px !important; /* Original: 4px */
-+      padding-block: 0 !important; /* Original: 4px */
-     }
-     :root:not([uidensity="compact"]) #urlbar-container,
-     :root:not([uidensity="compact"]) #search-container {
--      padding-block: 2px !important;
-+      padding-block: 0 !important;
-     }
-@@ -18480,9 +18480,9 @@
- @media (not (-moz-bool-pref: "userChrome.urlView.as_commandbar")) and (-moz-bool-pref: "userChrome.padding.urlbar") {
-   :root:not([uidensity="touch"]) #urlbar-container,
-   :root:not([uidensity="touch"]) #search-container {
--    padding-block: 3px !important; /* Original: 4px */
-+    padding-block: 0 !important; /* Original: 4px */
-   }
-   :root:not([uidensity="compact"]) #urlbar-container,
-   :root:not([uidensity="compact"]) #search-container {
--    padding-block: 2px !important;
-+    padding-block: 0 !important;
-   }
diff --git a/.mozilla/firefox/hibiki.default/chrome/user.sidebar.css b/.mozilla/firefox/hibiki.default/chrome/user.sidebar.css
deleted file mode 100644
index 4b76246..0000000
--- a/.mozilla/firefox/hibiki.default/chrome/user.sidebar.css
+++ /dev/null
@@ -1,59 +0,0 @@
-/* = SIDEBAR STUFF ========================================================== */
-
-/* sidebar that collapses when not hovered */
-:root {
-	--thin-tab-width: 31px;
-	--wide-tab-width: 280px;
-}
-
-@media (-moz-bool-pref: "sidebar.revamp") {
-	#sidebar-box {
-		padding: 0 !important;
-	}
-
-	#sidebar {
-		border-radius: 0 !important;
-	}
-}
-
-#sidebar-box {
-	width: unset !important;
-	z-index: 1;
-	opacity: 1.0 !important;
-	border-right: 1px solid var(--chrome-content-separator-color);
-	background-color: var(--toolbar-bgcolor) !important;
-}
-
-#sidebar-box:not([hidden]) {
-	min-width: var(--thin-tab-width) !important;
-	max-width: var(--thin-tab-width) !important;
-	overflow-x: hidden !important;
-	/* animate transition */
-	transition: all 40ms !important;
-}
-
-#sidebar-box:not([hidden]):hover,
-#sidebar-box:not([hidden]):active,
-#sidebar-box:not([hidden]):focus-within,
-#sidebar-box:not([hidden]):-moz-drag-over,
-#sidebar-box:not([hidden])>.Tab[selected="true"] {
-	min-width: var(--wide-tab-width) !important;
-	max-width: var(--wide-tab-width) !important;
-}
-
-/* make sure the contents of the sidebar are not squished */
-#sidebar {
-	min-width: var(--wide-tab-width) !important;
-	max-width: var(--wide-tab-width) !important;
-	margin-left: 0 !important;
-}
-
-/* hide sidebar header */
-#sidebar-header {
-	visibility: collapse;
-}
-
-/* hide sidebar shadow */
-#sidebar-splitter {
-	display: none !important;
-}
diff --git a/.mozilla/firefox/hibiki.default/chrome/user.urlbar.css b/.mozilla/firefox/hibiki.default/chrome/user.urlbar.css
deleted file mode 100644
index 2a5297c..0000000
--- a/.mozilla/firefox/hibiki.default/chrome/user.urlbar.css
+++ /dev/null
@@ -1,28 +0,0 @@
-/* = URLBAR STUFF =========================================================== */
-
-#urlbar-container {
-	--urlbar-container-height: 29px !important;
-	--urlbar-container-padding: 0 !important;
-	--urlbar-padding-block: 0 !important;
-	--urlbar-margin-inline: 0 !important;
-}
-
-#urlbar-background {
-	background-color: var(--toolbar-bgcolor) !important;
-}
-
-#urlbar[breakout][breakout-extend] {
-	width: var(--urlbar-width) !important;
-}
-
-#urlbar[breakout][breakout-extend]>.urlbar-input-container {
-	padding-block: var(--urlbar-padding-block) !important;
-	padding-inline: var(--urlbar-padding-block) !important;
-}
-
-#urlbar-results {
-	--urlbarView-results-padding: 2px !important;
-
-	padding-top: 0 !important;
-	border-top: none !important;
-}
diff --git a/.mozilla/firefox/hibiki.default/chrome/userChrome.css b/.mozilla/firefox/hibiki.default/chrome/userChrome.css
deleted file mode 100644
index 6d2d27c..0000000
--- a/.mozilla/firefox/hibiki.default/chrome/userChrome.css
+++ /dev/null
@@ -1,107 +0,0 @@
-/* vim: foldmethod=marker
- */
-
-@import url(lepton.userChrome.css);
-@import url(csshacks.hide_tabs_toolbar_v2.css);
-@import url(user.urlbar.css);
-@import url(user.sidebar.css);
-
-@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
-@namespace html "http://www.w3.org/1999/xhtml";
-
-* {
-    font-family: "Iosevka Aile", monospace !important;
-}
-
-@media (-moz-toolbar-prefers-color-scheme: dark),
-(prefers-color-scheme: dark) {
-    :root {
-        --toolbar-non-lwt-bgcolor: #040405 !important;
-        --toolbar-bgcolor: #040405 !important;
-        --toolbar-color: #fffffb !important;
-    }
-}
-
-:root {
-    --urlbar-box-bgcolor: var(--toolbar-bgcolor) !important;
-    --urlbar-icon-fill-opacity: 0.8 !important;
-    --arrowpanel-background: var(--toolbar-bgcolor) !important;
-
-    --chrome-content-separator-color: #70649ab0 !important;
-}
-
-/* prevent pre-load flash bang */
-.browserContainer {
-    background-color: var(--toolbar-bgcolor) !important;
-}
-
-.tabbrowser tabpanels {
-    background-color: var(--toolbar-bgcolor) !important;
-}
-
-#titlebar {
-    display: none !important;
-}
-
-.titlebar-spacer[type="pre-tabs"],
-.titlebar-spacer[type="post-tabs"] {
-    width: 0 !important;
-}
-
-/* = RADIUS STUFF ========================================================== */
-
-/* Makes urlbar and many other things sharper on the edges */
-:root {
-    --any-border-radius: 0;
-    --toolbarbutton-border-radius: var(--any-border-radius) !important;
-    --urlbar-icon-border-radius: var(--any-border-radius) !important;
-    --arrowpanel-menuitem-border-radius: var(--any-border-radius) !important;
-    --arrowpanel-border-radius: var(--any-border-radius) !important;
-}
-
-menupopup,
-panel {
-    --panel-padding: 0 !important;
-    --panel-border-radius: var(--any-border-radius) !important;
-}
-
-.dialogBox {
-    border-radius: var(--any-border-radius) !important;
-}
-
-/* Hide the back and forward buttons */
-#main-window :-moz-any(#back-button, #forward-button) {
-    display: none !important;
-}
-
-/* Disable statuspanel completely, remove this if you want to keep the statuspanel */
-statuspanel {
-    display: none !important;
-}
-
-/* = PANEL STUFF =========================================================== */
-
-:root {
-    /*removes any excess space at start/end of toolbar*/
-    --toolbarbutton-outer-padding: 0 !important;
-    --toolbar-start-end-padding: 0 !important;
-}
-
-#TabsToolbar {
-    display: none !important;
-}
-
-#nav-bar {
-    /*removes thin space at the top of window*/
-    border-top: none !important;
-}
-
-/*spacer cannot be removed via customize, do this instead*/
-#nav-bar toolbarspring {
-    min-width: 0 !important;
-    flex-grow: 0 !important;
-}
-
-.titlebar-spacer {
-    width: 0 !important;
-}
diff --git a/.mozilla/firefox/hibiki.default/chrome/userContent.css b/.mozilla/firefox/hibiki.default/chrome/userContent.css
deleted file mode 100644
index 34d1bb6..0000000
--- a/.mozilla/firefox/hibiki.default/chrome/userContent.css
+++ /dev/null
@@ -1,21 +0,0 @@
-
-@import url(lepton.userContent.css);
-
-/* 
-   dark background in new tabs without a white flash (with tridactyl newtab)
-   @see: https://github.com/tridactyl/tridactyl/issues/2510
-*/
-:root {
-  --toolbar-bgcolor: #040405 !important;
-}
-
-/*
-    set the background color of the new tab page (without tridactyl or with tridactyl without newtab)
-*/
-@-moz-document url("about:home"), url("about:newtab"), url("about:blank") {
-  @media (prefers-color-scheme: dark) {
-    body {
-      background: var(--toolbar-bgcolor);
-    }
-  }
-}
diff --git a/.mozilla/firefox/hibiki.default/times.json b/.mozilla/firefox/hibiki.default/times.json
deleted file mode 100755
index 7b85f31..0000000
--- a/.mozilla/firefox/hibiki.default/times.json
+++ /dev/null
@@ -1 +0,0 @@
-{"created":1669046288885,"firstUse":1669047905653}
\ No newline at end of file
diff --git a/.mozilla/firefox/hibiki.default/user.js b/.mozilla/firefox/hibiki.default/user.js
deleted file mode 100644
index 59df8d3..0000000
--- a/.mozilla/firefox/hibiki.default/user.js
+++ /dev/null
@@ -1,120 +0,0 @@
-// new sidebar
-// both revamp AND verticalTabs need to be set to false to avoid the new
-// sidebar popping up on start
-user_pref("sidebar.visibility", "hide-sidebar"); // "expand-on-hover"
-user_pref("sidebar.expandOnHover", false);
-user_pref("sidebar.revamp", false);
-user_pref("sidebar.revamp.round-content-area", false);
-user_pref("sidebar.verticalTabs", false);
-user_pref("sidebar.animation.enabled", false);
-user_pref("sidebar.main.tools", "aichat,syncedtabs,history");
-
-// required for my custom userChrome
-user_pref("extensions.webextensions.tabhide.enabled", true);
-user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
-
-// customize looks
-user_pref("browser.display.use_document_fonts", 1);
-user_pref("browser.uidensity", 1);
-user_pref("browser.theme.native-theme", false);
-user_pref("devtools.theme", "auto");
-user_pref("devtools.toolbox.host", "window");
-user_pref("widget.gtk.native-context-menus", false);
-
-// reduce motion for ui
-user_pref("toolkit.cosmeticAnimations.enabled", false);
-// reduce motion for web content
-user_pref("ui.prefersReducedMotion", 1);
-
-// force dark mode via `prefers-color-scheme` media query
-user_pref("browser.in-content.dark-mode", true);
-// user_pref("layout.css.prefers-color-scheme.content-override", 2); // https://github.com/darkreader/darkreader/issues/7593#issuecomment-992195153
-// user_pref("ui.systemUsesDarkTheme", 2);
-user_pref("widget.chrome.allow-gtk-dark-theme", true);
-user_pref("widget.content.allow-gtk-dark-theme", true);
-
-// fix some annoyances
-user_pref("browser.aboutConfig.showWarning", false);
-user_pref("browser.autofocus", false);
-user_pref("browser.download.alwaysOpenPanel", true);
-user_pref("extensions.pocket.enabled", false);
-user_pref("extensions.update.enabled", true);
-user_pref("general.smoothScroll", false);
-user_pref("network.standard-url.escape-utf8", false);
-user_pref("pdfjs.disabled", false);
-user_pref("accessibility.typeaheadfind", false);
-
-// force pocket off
-// ref: https://www.reddit.com/r/firefox/comments/za67tu/large_huge_performance_boost_by_completely/
-user_pref("extensions.pocket.enabled", false);
-user_pref("extensions.pocket.api", "0.0.0.0");
-user_pref("extensions.pocket.loggedOutVariant", "");
-user_pref("extensions.pocket.oAuthConsumerKey", "");
-user_pref("extensions.pocket.onSaveRecs", false);
-user_pref("extensions.pocket.onSaveRecs.locales", "");
-user_pref("extensions.pocket.showHome", false);
-user_pref("extensions.pocket.site", "0.0.0.0");
-user_pref("browser.newtabpage.activity-stream.pocketCta", "");
-user_pref("browser.newtabpage.activity-stream.section.highlights.includePocket", false);
-user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);
-user_pref("services.sync.prefs.sync.browser.newtabpage.activity-stream.section.highlights.includePocket", false);
-user_pref("services.sync.prefs.sync-seen.services.sync.prefs.sync.browser.newtabpage.activity-stream.section.highlights.includePocket", false);
-user_pref("services.sync.prefs.sync.browser.newtabpage.activity-stream.feeds.section.topstories", false);
-
-// force proton
-user_pref("browser.proton.enabled", true);
-user_pref("browser.proton.tabs.enabled", true);
-user_pref("browser.proton.appmenu.enabled", false);
-user_pref("browser.proton.newtabpage.activity-stream.newNewtabExperience.enabled", true);
-user_pref("browser.proton.contextmenus.enabled", true);
-user_pref("browser.proton.doorhangers.enabled", true);
-user_pref("browser.proton.modals.enabled", true);
-user_pref("browser.proton.places-tooltip.enabled", true);
-user_pref("browser.compactmode.show", true);
-
-user_pref("gfx.missing_fonts.notify", true);
-// disable; default: 2
-// user_pref("network.http.sendRefererHeader", 0);
-
-// user_pref("browser.newtabpage.activity-stream.showSearch", false);
-// user_pref("browser.newtabpage.activity-stream.showSponsoredTopSites", false);
-// user_pref("browser.newtabpage.activity-stream.topSitesRows", 2);
-// user_pref("browser.newtabpage.activity-stream.section.highlights.includePocket",
-//           false);
-// user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);
-
-// user_pref("font.name.monospace.x-western", "monospace");
-// user_pref("font.name.sans-serif.x-western", "FiraGO");
-// user_pref("font.name.serif.x-western", "Noto Serif");
-// user_pref("font.name.serif.x-western", "Rosario");
-// user_pref("font.name.sans-serif.x-western", "Noto Sans");
-// user_pref("font.name.sans-serif.ja", "Noto Sans CJK JP");
-// user_pref("font.name.serif.ja", "Noto Serif CJK JP");
-// user_pref("font.name.sans-serif.ko", "Noto Sans CJK KR");
-// user_pref("font.name.serif.ko", "Noto Serif CJK KR");
-// user_pref("font.name.sans-serif.zh-CN", "Noto Sans CJK SC");
-// user_pref("font.name.serif.zh-CN", "Noto Serif CJK SC");
-
-// user_pref("gfx.webrender.all", true);
-// user_pref("gfx.webrender.compositor", true);
-// user_pref("gfx.webrender.compositor.force-enabled", true);
-// user_pref("media.ffmpeg.dmabuf-textures.enabled", true);
-// user_pref("media.ffmpeg.vaapi.enabled", true);
-// user_pref("media.ffvpx.enabled", true);
-
-// fix broken hwaccel when fullscreen
-// user_pref("widget.wayland.opaque-region.enabled", false);
-
-// this would disable vaapi if enabled
-// see: https://utcc.utoronto.ca/~cks/space/blog/web/Firefox93MyVideoAcceleration
-// user_pref("media.rdd-process.enabled", false);
-
-//user_pref("xpinstall.signatures.required", true);
-
-// disable global legacy sharing indicator
-user_pref("privacy.webrtc.legacyGlobalIndicator", false);
-user_pref("privacy.webrtc.globalMuteToggles", false);
-user_pref("privacy.webrtc.sharedTabWarning", true);
-
-// setup fxaccounts
-user_pref("services.sync.engine.passwords", false);
diff --git a/.mozilla/firefox/hibiki.work/chrome b/.mozilla/firefox/hibiki.work/chrome
deleted file mode 120000
index 274c29e..0000000
--- a/.mozilla/firefox/hibiki.work/chrome
+++ /dev/null
@@ -1 +0,0 @@
-../hibiki.default/chrome
\ No newline at end of file
diff --git a/.mozilla/firefox/hibiki.work/handlers.json b/.mozilla/firefox/hibiki.work/handlers.json
deleted file mode 100644
index db51329..0000000
--- a/.mozilla/firefox/hibiki.work/handlers.json
+++ /dev/null
@@ -1 +0,0 @@
-{"defaultHandlersVersion":{"en-US":4},"mimeTypes":{"application/pdf":{"action":3,"extensions":["pdf"]},"application/json":{"action":0,"ask":false,"extensions":["json"]},"image/png":{"action":0,"ask":false,"extensions":["png"]},"image/jpeg":{"action":0,"ask":false,"extensions":["jpg","jpe","jpeg"]},"application/xml":{"action":0,"ask":false,"extensions":["xml","xsd","xsl"]},"text/html":{"action":0,"ask":false,"extensions":["htm","html","shtml","ehtml"]},"text/plain":{"action":0,"ask":false,"extensions":["txt","asc","brf","conf","def","diff","in","list","log","pot","srt","text","pm","el","c","h","cc","hh","cxx","hxx","f90"]},"application/epub+zip":{"action":0,"ask":false,"extensions":["epub"]},"video/mp4":{"action":0,"ask":false,"extensions":["mp4","mp4v","mpg4"]},"text/xml":{"action":0,"extensions":["xml"]},"image/svg+xml":{"action":0,"extensions":["svg"]},"image/webp":{"action":3,"extensions":["webp"]},"audio/mpeg":{"action":0,"ask":false,"extensions":["mp3","m2a","m3a","m4a","mp2","mp2a","mpega","mpga"]},"text/css":{"action":0,"ask":false,"extensions":["css"]},"application/x-tar":{"action":0,"ask":false,"extensions":["tar"]},"text/csv":{"action":0,"ask":false,"extensions":["csv"]},"audio/x-aac":{"action":0,"ask":false,"extensions":["aac"]},"application/x-rar-compressed":{"action":0,"ask":false,"extensions":["rar"]},"application/zip":{"action":0,"ask":false,"extensions":["zip"]},"application/x-gtar":{"action":0,"ask":false,"extensions":["tgz","gtar","taz"]},"application/vnd.android.package-archive":{"action":0,"ask":false,"extensions":["apk"]},"application/java-archive":{"action":0,"ask":false,"extensions":["jar"]},"image/avif":{"action":3,"extensions":["avif"]},"audio/x-wav":{"action":0,"ask":false,"extensions":["wav"]},"video/quicktime":{"action":0,"ask":false,"extensions":["mov","qt"]},"application/octect-stream":{"action":0,"ask":false,"extensions":["ass"]},"text/calendar":{"action":0,"ask":false,"extensions":["ics","icz","ifb","ical","icalendar"]},"application/x-7z-compressed":{"action":0,"ask":false,"extensions":["7z"]}},"schemes":{"irc":{"handlers":[null,{"name":"Mibbit","uriTemplate":"https://www.mibbit.com/?url=%s"},{"name":"chat.sr.ht","uriTemplate":"https://chat.sr.ht/?open=%s"}],"action":4,"ask":true},"ircs":{"handlers":[null,{"name":"Mibbit","uriTemplate":"https://www.mibbit.com/?url=%s"},{"name":"chat.sr.ht","uriTemplate":"https://chat.sr.ht/?open=%s"}],"action":2,"ask":true},"mailto":{"stubEntry":true,"handlers":[null,{"name":"Yahoo! Mail","uriTemplate":"https://compose.mail.yahoo.com/?To=%s"},{"name":"Gmail","uriTemplate":"https://mail.google.com/mail/?extsrc=mailto&url=%s"}]},"web+mastodon":{"action":2,"ask":true,"handlers":[null,{"name":"Mastodon","uriTemplate":"https://toot.berlin/intent?uri=%s"}]},"ext+treestyletab":{"action":2,"ask":true},"discord":{"action":4},"tg":{"action":4},"spotify":{"action":4,"ask":true},"zoommtg":{"action":4,"handlers":[{"name":"Zoom","command":"zoom %u"}]},"ssb":{"action":2,"ask":true},"ext+patchfox":{"action":2,"ask":true},"vifm":{"action":4},"url-launcher":{"action":4},"foobar":{"action":4},"slack":{"action":4}},"isDownloadsImprovementsAlreadyMigrated":true,"isSVGXMLAlreadyMigrated":true}
\ No newline at end of file
diff --git a/.mozilla/firefox/hibiki.work/times.json b/.mozilla/firefox/hibiki.work/times.json
deleted file mode 100755
index be58369..0000000
--- a/.mozilla/firefox/hibiki.work/times.json
+++ /dev/null
@@ -1 +0,0 @@
-{"created":1669046288885,"firstUse":1669113555029}
\ No newline at end of file
diff --git a/.mozilla/firefox/hibiki.work/user.js b/.mozilla/firefox/hibiki.work/user.js
deleted file mode 120000
index 9a05026..0000000
--- a/.mozilla/firefox/hibiki.work/user.js
+++ /dev/null
@@ -1 +0,0 @@
-../hibiki.default/user.js
\ No newline at end of file
diff --git a/.mozilla/firefox/installs.ini b/.mozilla/firefox/installs.ini
deleted file mode 100644
index bfa40eb..0000000
--- a/.mozilla/firefox/installs.ini
+++ /dev/null
@@ -1,4 +0,0 @@
-[2BDD5BCC96785009]
-Default=hibiki.default
-Locked=1
-
diff --git a/.mozilla/firefox/librewolf.overrides.cfg b/.mozilla/firefox/librewolf.overrides.cfg
deleted file mode 100644
index 56ea0d4..0000000
--- a/.mozilla/firefox/librewolf.overrides.cfg
+++ /dev/null
@@ -1,7 +0,0 @@
-defaultPref("media.peerconnection.ice.no_host", false);
-defaultPref("webgl.disabled", false);
-defaultPref("identity.fxaccounts.enabled", true);
-defaultPref("privacy.resistFingerprinting", false);
-defaultPref("privacy.resistFingerprinting.autoDeclineNoUserInputCanvasPrompts", true);
-defaultPref("general.useragent.override", undefined);
-defaultPref("geo.provider.network.url", "https://api.positon.xyz/v1/geolocate?key=test");
diff --git a/.mozilla/firefox/native-messaging-hosts b/.mozilla/firefox/native-messaging-hosts
deleted file mode 120000
index b24d852..0000000
--- a/.mozilla/firefox/native-messaging-hosts
+++ /dev/null
@@ -1 +0,0 @@
-../native-messaging-hosts
\ No newline at end of file
diff --git a/.mozilla/firefox/profiles.ini b/.mozilla/firefox/profiles.ini
deleted file mode 100644
index ae9aadd..0000000
--- a/.mozilla/firefox/profiles.ini
+++ /dev/null
@@ -1,20 +0,0 @@
-[Profile0]
-Name=default
-IsRelative=1
-Path=hibiki.default
-Default=1
-
-[Profile1]
-Name=work
-IsRelative=1
-Path=hibiki.work
-Default=0
-
-[Install2BDD5BCC96785009]
-Default=hibiki.default
-Locked=1
-
-[General]
-StartWithLastProfile=1
-Version=2
-