diff --git a/Screenshot/Artix_Firefox_80.0.1_I3wm.png b/Screenshot/Artix_Firefox_80.0.1_I3wm.png new file mode 100644 index 0000000..0bc69ba Binary files /dev/null and b/Screenshot/Artix_Firefox_80.0.1_I3wm.png differ diff --git a/Screenshot/Debian_Firefox_80.0.1_Xfce4.png b/Screenshot/Debian_Firefox_80.0.1_Xfce4.png new file mode 100644 index 0000000..28e266d Binary files /dev/null and b/Screenshot/Debian_Firefox_80.0.1_Xfce4.png differ diff --git a/Screenshot/Mac_Firefox_80.0.1.png b/Screenshot/Mac_Firefox_80.0.1.png new file mode 100644 index 0000000..27ba80c Binary files /dev/null and b/Screenshot/Mac_Firefox_80.0.1.png differ diff --git a/Screenshot/Windows_Firefox_80.0.1.png b/Screenshot/Windows_Firefox_80.0.1.png new file mode 100644 index 0000000..df82c0b Binary files /dev/null and b/Screenshot/Windows_Firefox_80.0.1.png differ diff --git a/Screenshot/gif/bask.gif b/Screenshot/gif/bask.gif new file mode 100644 index 0000000..2d2f5a5 Binary files /dev/null and b/Screenshot/gif/bask.gif differ diff --git a/Screenshot/gif/listtab.gif b/Screenshot/gif/listtab.gif new file mode 100644 index 0000000..977f906 Binary files /dev/null and b/Screenshot/gif/listtab.gif differ diff --git a/Screenshot/gif/newtab.gif b/Screenshot/gif/newtab.gif new file mode 100644 index 0000000..69d7dbe Binary files /dev/null and b/Screenshot/gif/newtab.gif differ diff --git a/chrome/1.png b/chrome/1.png new file mode 100644 index 0000000..caff62c Binary files /dev/null and b/chrome/1.png differ diff --git a/chrome/ch2.css b/chrome/ch2.css new file mode 100644 index 0000000..4ef220a --- /dev/null +++ b/chrome/ch2.css @@ -0,0 +1,49 @@ +#browser { + -moz-box-ordinal-group: 0 !important; + padding-top: 0px; +} + + + +#TabsToolbar { + margin-bottom: 0px !important; + padding-bottom: 2px !important; + margin-left: 25vw !important; + max-height: 32px !important; +} + + +#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10} +#TabsToolbar {-moz-box-ordinal-group:1000!important} +#nav-bar { + background: transparent !important; + margin-top: -32px !important; + margin-bottom: -2px !important; + margin-right: 75vw !important; + height: 32px !important; + +} + +#urlbar-container { + min-width: 0px !important; + max-width: 100vw !important; + margin-left: 0px !important; + margin-top: -1px !important; +} + +#PanelUI-button { + -moz-box-ordinal-group: 0 !important; + padding-top: 1px !important; + margin-top: -1px !important; + margin-bottom: 1px !important; + } + +#tracking-protection-icon-container {display: none !important;} +#urlbar-background{opacity: 0.5} +#urlbar[focused]{ + top: auto !important; + bottom: 0px !important; } +#identity-box{display: none !important;} +#identity-icon{display: none !important;} +#pocket-button{display: none !important;} +.urlbar-icon{display: none !important;} diff --git a/chrome/chrome.css b/chrome/chrome.css new file mode 100644 index 0000000..192b4da --- /dev/null +++ b/chrome/chrome.css @@ -0,0 +1,112 @@ +:root{uidensity="compact" !important;} +* { + --newtab-search-icon: none; + --uidensity=compact; + --animation-speed: 0.4s; + --button-corner-rounding: 15px; + --moz-hidden-unscrollable: scroll !important; + --toolbarbutton-border-radius: 15px !important; + --tabs-border-color: transparent;' +} +window, +#main-window, + +#sidebar-box, +#nav-bar {} +#TabsToolbar{ + height: 30px; +} +#window-controls{ +display: none !important; +} + +#PersonalToolbar{ + top: 10 !important; + bottom: 0 !important;pi +} +#toolbar-menubar + +#TabsToolbar .tabbrowser-tab, +#TabsToolbar .tabbrowser-tab .tab-stack, +#TabsToolbar .tabbrowser-tab .tab-background, +#TabsToolbar .tabbrowser-tab .tab-content , +#TabsToolbar .tabbrowser-tab .tab-loading-burst{ + border-top-left-radius: 10px !important; + border-bottom-left-radius: 10px !important; + border-bottom-right-radius: 10px !important; + direction: rtl; + background: transparent; + border-top-right-radius: 10px !important; + margin-top: 0px; + height: 25px; + text-align: center; + border:none; + background: rgba(0,0,0,0); +} +#window-controls{display: none !important;} +.tab-line { + display: none; +} +#TabsToolbar:hover { + background: transparent; +} +#TabsToolbar .tab-label-container {direction: ltr} +.toolbarbutton-text{ +display:none; +} +.tab-close-button:hover{opacity: 1 !important;} +.tab-close-button{opacity: 0 !important ;} + +.tab-icon-image +{ + display:none!important; +} +#new-tab-button{opacity: 0 !important ;display: block !important;} +#new-tab-button:hover{opacity: 1 !important ;} + +#scrollbutton-up,#scrollbutton-down{display: none!important; + opacity: 0!important;} +#scrollbutton-up:hover,#scrollbutton-down:hover{ + opacity: 1!important;} +#tabs-newtab-button{display: none !important;} + +#back-button-tooltip{opacity: 0 !important;} + +#fullscreen-button{list-style: url("chrome://branding/content/about-logo.png")!important;} + +.tabs-newtab-button{opacity: 0 !important ;} +.tabs-newtab-button:hover{opacity: 1 !important ;} +#urlbar { + position: relative; + z-index: 1; +} +#PanelUI-menu-button{ + list-style-image:url(1.png) !important; + border: none !important; + outline: none !important; +} + +#alltabs-button{display: block!important;} +#alltabs-button{opacity: 0 !important ;} +#alltabs-button:hover{opacity: 1 !important ;} +#back-button { + list-style-image: url("left.svg") !important;; +} + +#forward-button{ + list-style-image: url("right.svg") !important;; +} +.tab-bottom-line { + background: linear-gradient(to right, transparent 10%, var(--identity-tab-color) 10%, var(--identity-tab-color) 90%, transparent 90%); + height: 2px; + margin-bottom: 2px; + display: none !important;} +.search-one-offs{display: none !important;} +.tab-icon-sound{display:none !important;} +#userContext-label,#userContext-icons,#userContext-indicator{display: none} +.titlebar-buttonbox-container,.titlebar-spacer{display:none !important;} +.tab-background{background-color: rgb(47, 52, 63,0.3) !important; filter: blur 10px !important;} + + + +#forward-button[disabled="true"]{display: none!important;} diff --git a/chrome/left.svg b/chrome/left.svg new file mode 100644 index 0000000..a0e434a --- /dev/null +++ b/chrome/left.svg @@ -0,0 +1,56 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/chrome/right.svg b/chrome/right.svg new file mode 100644 index 0000000..d38f7b4 --- /dev/null +++ b/chrome/right.svg @@ -0,0 +1,56 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/chrome/userChrome.css b/chrome/userChrome.css new file mode 100644 index 0000000..f3e3be8 --- /dev/null +++ b/chrome/userChrome.css @@ -0,0 +1,5 @@ + +@import "chrome.css"; + +@import "ch2.css"; + diff --git a/user.js b/user.js new file mode 100644 index 0000000..08f9363 --- /dev/null +++ b/user.js @@ -0,0 +1,5 @@ + +user_pref("browser.uiCustomization.state", "{\"placements\":{\"widget-overflow-fixed-list\":[],\"nav-bar\":[\"back-button\",\"forward-button\",\"urlbar-container\"],\"toolbar-menubar\":[\"fullscreen-button\",\"menubar-items\"],\"TabsToolbar\":[\"tabbrowser-tabs\",\"backtotop_softwarebychuck_com-browser-action\",\"new-tab-button\",\"alltabs-button\"],\"PersonalToolbar\":[]},\"seen\":[\"developer-button\",\"profiler-button\",\"_testpilot-containers-browser-action\",\"treestyletab_piro_sakura_ne_jp-browser-action\",\"ublock0_raymondhill_net-browser-action\",\"backtotop_softwarebychuck_com-browser-action\"],\"dirtyAreaCache\":[\"nav-bar\",\"toolbar-menubar\",\"TabsToolbar\",\"PersonalToolbar\"],\"currentVersion\":16,\"newElementCount\":89}"); +user_pref("browser.uidensity", 1); +user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true); +