From fceee7b95f5b7eb701e7950a8de635d6b8678e01 Mon Sep 17 00:00:00 2001 From: xyz Date: Sat, 26 Jun 2021 05:12:50 -0700 Subject: firefox user profile --- .mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css new file mode 100644 index 00000000..2f20695d --- /dev/null +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css @@ -0,0 +1,3 @@ +#titlebar { + visibility: collapse !important; +} -- cgit v1.2.3-70-g09d2 From 27c39017835e547343fe3099b6715003cc21472c Mon Sep 17 00:00:00 2001 From: xyz Date: Wed, 14 Jul 2021 02:00:09 -0700 Subject: decrease sidebar width --- .mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css index 2f20695d..ee8a868f 100644 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css @@ -1,3 +1,7 @@ #titlebar { visibility: collapse !important; } + +#sidebar { + min-width: 0px !important; +} -- cgit v1.2.3-70-g09d2 From b000183f1147d1269e2bbe5df2d812dd37949ac5 Mon Sep 17 00:00:00 2001 From: xyz Date: Wed, 14 Jul 2021 17:39:08 -0700 Subject: delete userChrome.css, no more TST --- .mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css deleted file mode 100644 index ee8a868f..00000000 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css +++ /dev/null @@ -1,7 +0,0 @@ -#titlebar { - visibility: collapse !important; -} - -#sidebar { - min-width: 0px !important; -} -- cgit v1.2.3-70-g09d2 From f507bfafead6d5921df65f9413b196c2943a4b5b Mon Sep 17 00:00:00 2001 From: xyz Date: Sun, 26 Sep 2021 15:59:59 -0700 Subject: userChrome.css, tabbar navbar oneline, hide some buttons --- .../firefox/xxxxxxxx.fly/chrome/userChrome.css | 106 +++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 .mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css new file mode 100644 index 00000000..3e88d7d0 --- /dev/null +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css @@ -0,0 +1,106 @@ +/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/navbar_tabs_oneliner_tabs_on_left.css made available under Mozilla Public License v. 2.0 +See the above repository for updates as well as full license text. */ + +/*Make tabs and navbar appear side-by-side tabs on left */ + +/* IMPORTANT */ +/* +Get window_control_placeholder_support.css +Window controls will be all wrong without it +*/ +:root{ --tab-block-margin: var(--proton-tab-block-margin) } +:root[uidensity="compact"]{ + --tab-block-margin: 2px !important; + --proton-tab-block-margin: 2px !important; + } + +/* Modify these to change relative widths or default height */ +#navigator-toolbox{ + /* need 46vw for search bookmarks urls and title shown in one line */ + --uc-navigationbar-width: 46vw; + --uc-toolbar-height: 40px; + --uc-urlbar-min-width: 100vw; /* minimum width for opened urlbar */ +} +@media (-moz-proton){ + #scrollbutton-up,#scrollbutton-down{ border-block-width: 2px !important; } +} +/* Override for other densities */ +:root[uidensity="compact"] #navigator-toolbox{ --uc-toolbar-height: 32px;} +:root[uidensity="touch"] #navigator-toolbox{ --uc-toolbar-height: 44px; } + +:root[uidensity=compact] #urlbar-container{ + --urlbar-container-height: var(--uc-toolbar-height) !important; + padding-block: 0 !important; +} +:root[uidensity=compact] #urlbar{ + --urlbar-toolbar-height: var(--uc-toolbar-height) !important; +} + +/* prevent urlbar overflow on narrow windows */ +/* Dependent on how many items are in navigation toolbar and tabs-/nav-bar ratio - ADJUST AS NEEDED */ +@media screen and (max-width: 1600px){ + #urlbar-container{ min-width:unset !important } +} + +#toolbar-menubar{ height: initial !important; } +#toolbar-menubar[inactive] > :not(.titlebar-buttonbox-container){ opacity: 0; pointer-events: none; } +#toolbar-menubar[inactive]{ margin-bottom: calc(0px - var(--uc-toolbar-height)) } + +#TabsToolbar > .titlebar-buttonbox-container, +.titlebar-spacer[type="post-tabs"]{ + display: none; +} +#TabsToolbar{ + margin-right: var(--uc-navigationbar-width); + --tabs-navbar-shadow-size: 0px; +} + +#tabbrowser-tabs{ + --tab-min-height: calc(var(--uc-toolbar-height) - 2 * var(--tab-block-margin,0px)) !important; +} + +#toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container{ + min-height: var(--uc-toolbar-height) !important +} +#tabbrowser-tabs, +.tabbrowser-tab[pinned]{ + min-height: var(--tab-min-height) !important; +} +#nav-bar{ + margin-left: calc(100vw - var(--uc-navigationbar-width)); + margin-top: calc(0px - var(--uc-toolbar-height)); +} + +/* Override style set in window_control_placeholder_support.css */ +#nav-bar{ border-left-width: 0px !important } +#nav-bar::before{ display:none !important } + +/* Rules specific to window controls on right layout */ +@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){ + :root:not([inFullscreen]) #TabsToolbar-customization-target > .titlebar-spacer[type="pre-tabs"]{ + width: var(--uc-window-drag-space-post) !important; + display: -moz-box !important; + } + #TabsToolbar > .titlebar-buttonbox-container{ display: -moz-box; } +} + +/* 1px margin on touch density causes tabs to be too high */ +.tab-close-button{ margin-top: 0 !important } + +/* Make opened urlbar overlay all */ +#urlbar[open]:focus-within{ + min-width: var(--uc-urlbar-min-width,none) !important; + right: -78px !important; + left: auto !important; +} + +/* Hide dropdown placeholder */ +#urlbar-container:not(:hover) .urlbar-history-dropmarker{ margin-inline-start: -28px; } + +/* Fix customization view */ +#customization-panelWrapper > .panel-arrowbox > .panel-arrow{ margin-inline-end: initial !important; } + +/* hide history back and forward-button */ +#back-button, #forward-button { display: none !important; } +/* hide minimize, restore, and close button when in full screen mode */ +#minimize-button, #restore-button, #close-button { display: none !important; } -- cgit v1.2.3-70-g09d2 From 683a73a4ac27c24c8646db3c8bfb146afe1acb7d Mon Sep 17 00:00:00 2001 From: xyz Date: Sun, 26 Sep 2021 21:11:06 -0700 Subject: userchrome, no expand opened url bar --- .mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css index 3e88d7d0..2592f593 100644 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css @@ -19,7 +19,8 @@ Window controls will be all wrong without it /* need 46vw for search bookmarks urls and title shown in one line */ --uc-navigationbar-width: 46vw; --uc-toolbar-height: 40px; - --uc-urlbar-min-width: 100vw; /* minimum width for opened urlbar */ + /* minimum width for opened urlbar */ + /*--uc-urlbar-min-width: 100vw;*/ } @media (-moz-proton){ #scrollbutton-up,#scrollbutton-down{ border-block-width: 2px !important; } @@ -87,12 +88,15 @@ Window controls will be all wrong without it /* 1px margin on touch density causes tabs to be too high */ .tab-close-button{ margin-top: 0 !important } -/* Make opened urlbar overlay all */ +/* Make opened urlbar overlay all +fcitx5 input method or sxhkd caps lock will close opened bar, seems hard to fix */ +/* #urlbar[open]:focus-within{ min-width: var(--uc-urlbar-min-width,none) !important; right: -78px !important; left: auto !important; } +*/ /* Hide dropdown placeholder */ #urlbar-container:not(:hover) .urlbar-history-dropmarker{ margin-inline-start: -28px; } -- cgit v1.2.3-70-g09d2 From 3fb33ecfea0797054e8f76f27c5a0c7e2f0f2dd3 Mon Sep 17 00:00:00 2001 From: xyz Date: Sun, 26 Sep 2021 22:09:17 -0700 Subject: userchrome, using git submodule or clone to manage instead --- .../firefox/xxxxxxxx.fly/chrome/userChrome.css | 106 +-------------------- 1 file changed, 4 insertions(+), 102 deletions(-) (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css index 2592f593..512fc29a 100644 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css @@ -1,110 +1,12 @@ -/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/navbar_tabs_oneliner_tabs_on_left.css made available under Mozilla Public License v. 2.0 -See the above repository for updates as well as full license text. */ +@import url(firefox-csshacks/chrome/navbar_tabs_oneliner.css); +@import url(firefox-csshacks/chrome/urlbar_popup_full_width.css); -/*Make tabs and navbar appear side-by-side tabs on left */ - -/* IMPORTANT */ -/* -Get window_control_placeholder_support.css -Window controls will be all wrong without it -*/ -:root{ --tab-block-margin: var(--proton-tab-block-margin) } -:root[uidensity="compact"]{ - --tab-block-margin: 2px !important; - --proton-tab-block-margin: 2px !important; - } - -/* Modify these to change relative widths or default height */ #navigator-toolbox{ - /* need 46vw for search bookmarks urls and title shown in one line */ - --uc-navigationbar-width: 46vw; - --uc-toolbar-height: 40px; - /* minimum width for opened urlbar */ - /*--uc-urlbar-min-width: 100vw;*/ -} -@media (-moz-proton){ - #scrollbutton-up,#scrollbutton-down{ border-block-width: 2px !important; } -} -/* Override for other densities */ -:root[uidensity="compact"] #navigator-toolbox{ --uc-toolbar-height: 32px;} -:root[uidensity="touch"] #navigator-toolbox{ --uc-toolbar-height: 44px; } - -:root[uidensity=compact] #urlbar-container{ - --urlbar-container-height: var(--uc-toolbar-height) !important; - padding-block: 0 !important; -} -:root[uidensity=compact] #urlbar{ - --urlbar-toolbar-height: var(--uc-toolbar-height) !important; -} - -/* prevent urlbar overflow on narrow windows */ -/* Dependent on how many items are in navigation toolbar and tabs-/nav-bar ratio - ADJUST AS NEEDED */ -@media screen and (max-width: 1600px){ - #urlbar-container{ min-width:unset !important } -} - -#toolbar-menubar{ height: initial !important; } -#toolbar-menubar[inactive] > :not(.titlebar-buttonbox-container){ opacity: 0; pointer-events: none; } -#toolbar-menubar[inactive]{ margin-bottom: calc(0px - var(--uc-toolbar-height)) } - -#TabsToolbar > .titlebar-buttonbox-container, -.titlebar-spacer[type="post-tabs"]{ - display: none; -} -#TabsToolbar{ - margin-right: var(--uc-navigationbar-width); - --tabs-navbar-shadow-size: 0px; -} - -#tabbrowser-tabs{ - --tab-min-height: calc(var(--uc-toolbar-height) - 2 * var(--tab-block-margin,0px)) !important; + --uc-navigationbar-width: 46vw !important; } -#toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container{ - min-height: var(--uc-toolbar-height) !important -} -#tabbrowser-tabs, -.tabbrowser-tab[pinned]{ - min-height: var(--tab-min-height) !important; -} -#nav-bar{ - margin-left: calc(100vw - var(--uc-navigationbar-width)); - margin-top: calc(0px - var(--uc-toolbar-height)); -} - -/* Override style set in window_control_placeholder_support.css */ -#nav-bar{ border-left-width: 0px !important } -#nav-bar::before{ display:none !important } - -/* Rules specific to window controls on right layout */ -@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){ - :root:not([inFullscreen]) #TabsToolbar-customization-target > .titlebar-spacer[type="pre-tabs"]{ - width: var(--uc-window-drag-space-post) !important; - display: -moz-box !important; - } - #TabsToolbar > .titlebar-buttonbox-container{ display: -moz-box; } -} - -/* 1px margin on touch density causes tabs to be too high */ -.tab-close-button{ margin-top: 0 !important } - -/* Make opened urlbar overlay all -fcitx5 input method or sxhkd caps lock will close opened bar, seems hard to fix */ -/* -#urlbar[open]:focus-within{ - min-width: var(--uc-urlbar-min-width,none) !important; - right: -78px !important; - left: auto !important; -} -*/ - -/* Hide dropdown placeholder */ -#urlbar-container:not(:hover) .urlbar-history-dropmarker{ margin-inline-start: -28px; } - -/* Fix customization view */ -#customization-panelWrapper > .panel-arrowbox > .panel-arrow{ margin-inline-end: initial !important; } - /* hide history back and forward-button */ #back-button, #forward-button { display: none !important; } + /* hide minimize, restore, and close button when in full screen mode */ #minimize-button, #restore-button, #close-button { display: none !important; } -- cgit v1.2.3-70-g09d2 From 8ee080f5a08b062756eb7d571900727bc054801a Mon Sep 17 00:00:00 2001 From: xyz Date: Sun, 26 Sep 2021 22:17:00 -0700 Subject: firefox-csshacks submodule --- .gitmodules | 3 +++ .mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 .mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..7ab45179 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks"] + path = .mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks + url = git@github.com:MrOtherGuy/firefox-csshacks.git diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks new file mode 160000 index 00000000..33a655de --- /dev/null +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks @@ -0,0 +1 @@ +Subproject commit 33a655de9e34dd0c8950b470134272c795cece55 -- cgit v1.2.3-70-g09d2 From dd9f1d5ba6d31b8694b1f5e92ac1a57ae03189c8 Mon Sep 17 00:00:00 2001 From: xyz Date: Sun, 26 Sep 2021 22:41:02 -0700 Subject: refactor --- .mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css | 1 + 1 file changed, 1 insertion(+) (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css index 512fc29a..cd515eae 100644 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css @@ -1,6 +1,7 @@ @import url(firefox-csshacks/chrome/navbar_tabs_oneliner.css); @import url(firefox-csshacks/chrome/urlbar_popup_full_width.css); +/* need 46vw for search bookmarks urls and title shown in one line */ #navigator-toolbox{ --uc-navigationbar-width: 46vw !important; } -- cgit v1.2.3-70-g09d2 From b5e504b13fd6e4e203e13922f4f3daaae3bc0d18 Mon Sep 17 00:00:00 2001 From: xyz Date: Sun, 26 Sep 2021 22:44:04 -0700 Subject: refactor --- .mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css index cd515eae..e8f9392c 100644 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css @@ -1,7 +1,8 @@ @import url(firefox-csshacks/chrome/navbar_tabs_oneliner.css); @import url(firefox-csshacks/chrome/urlbar_popup_full_width.css); -/* need 46vw for search bookmarks urls and title shown in one line */ +/* on my laptop with linux, if only has more tool >> button and application menu hambugger button, +need 46vw for search bookmarks urls and title shown in one line */ #navigator-toolbox{ --uc-navigationbar-width: 46vw !important; } -- cgit v1.2.3-70-g09d2 From 439a4e77852cbfb4de99282eb980c0a859aeebe5 Mon Sep 17 00:00:00 2001 From: xyz Date: Tue, 28 Sep 2021 21:42:28 -0700 Subject: refactor --- .mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css index e8f9392c..c0465de8 100644 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/userChrome.css @@ -3,9 +3,7 @@ /* on my laptop with linux, if only has more tool >> button and application menu hambugger button, need 46vw for search bookmarks urls and title shown in one line */ -#navigator-toolbox{ - --uc-navigationbar-width: 46vw !important; -} +#navigator-toolbox { --uc-navigationbar-width: 46vw !important; } /* hide history back and forward-button */ #back-button, #forward-button { display: none !important; } -- cgit v1.2.3-70-g09d2 From 0e121bc00db2db824d89602c32a33a5d72c88c5d Mon Sep 17 00:00:00 2001 From: xyz Date: Tue, 12 Oct 2021 15:29:54 -0700 Subject: refactor --- .mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks | 2 +- .mozilla/firefox/xxxxxxxx.fly/user-overrides.js | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks index 33a655de..9ad96bb6 160000 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks @@ -1 +1 @@ -Subproject commit 33a655de9e34dd0c8950b470134272c795cece55 +Subproject commit 9ad96bb6f3efde62ba28417af8b99f50d4dc50e3 diff --git a/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js b/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js index ddd885bd..686c6c35 100644 --- a/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js +++ b/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js @@ -7,6 +7,9 @@ user_pref("keyword.enabled", true); // enable https-only mode in private windows only user_pref("dom.security.https_only_mode", false); user_pref("dom.security.https_only_mode_pbm", true); +// enable search suggestions +//user_pref("browser.search.suggest.enabled", true); +//user_pref("browser.urlbar.suggest.searches", true); // old about:config, for perfsCleaner.sh // use extensions on more sites -- cgit v1.2.3-70-g09d2 From 9f0481f49e30c2054bcd97b0932cd7433ac09a15 Mon Sep 17 00:00:00 2001 From: xyz Date: Wed, 13 Oct 2021 17:58:20 -0700 Subject: refactor --- .mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks index 9ad96bb6..7801318d 160000 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks @@ -1 +1 @@ -Subproject commit 9ad96bb6f3efde62ba28417af8b99f50d4dc50e3 +Subproject commit 7801318d78a73ffcd051d6d11ca87af5567313c2 -- cgit v1.2.3-70-g09d2 From f49fcb240bd3cd59aa61d88eb17f1ff40479528a Mon Sep 17 00:00:00 2001 From: xyz Date: Sat, 16 Oct 2021 13:34:23 -0700 Subject: refactor --- .mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks index 7801318d..81a385bd 160000 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks @@ -1 +1 @@ -Subproject commit 7801318d78a73ffcd051d6d11ca87af5567313c2 +Subproject commit 81a385bd631c0c519ae5fe4cdd9e90f3019533e0 -- cgit v1.2.3-70-g09d2 From 2c7ac3f9b750bc6c566d2825c380f71abc845bd4 Mon Sep 17 00:00:00 2001 From: xyz Date: Thu, 28 Oct 2021 01:05:41 -0700 Subject: refactor --- .mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks index 81a385bd..f0675ef1 160000 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks @@ -1 +1 @@ -Subproject commit 81a385bd631c0c519ae5fe4cdd9e90f3019533e0 +Subproject commit f0675ef1a8124bbd13297a929216cc1c6f6c5b81 -- cgit v1.2.3-70-g09d2 From f9b202997ac0e4c78e6a5657828ce360d0efb0c2 Mon Sep 17 00:00:00 2001 From: xyz Date: Sat, 30 Oct 2021 03:06:12 -0700 Subject: refactor --- .mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks index f0675ef1..233d758f 160000 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks @@ -1 +1 @@ -Subproject commit f0675ef1a8124bbd13297a929216cc1c6f6c5b81 +Subproject commit 233d758f08f7321d3fa447e12db5b0f86ccb565d -- cgit v1.2.3-70-g09d2 From d408904fd42f4e3215b5eeba92308786a64c5059 Mon Sep 17 00:00:00 2001 From: xyz Date: Mon, 1 Nov 2021 01:13:08 -0700 Subject: refactor --- .mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks index 233d758f..1ae35459 160000 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks @@ -1 +1 @@ -Subproject commit 233d758f08f7321d3fa447e12db5b0f86ccb565d +Subproject commit 1ae35459e14db743ae2fd3efb6a577f61640cf51 -- cgit v1.2.3-70-g09d2 From 37a52ddf299703bc366fe46315deb45dd38bda44 Mon Sep 17 00:00:00 2001 From: xyz Date: Tue, 2 Nov 2021 19:01:34 -0700 Subject: refactor --- .mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks index 1ae35459..d0c5ac94 160000 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks @@ -1 +1 @@ -Subproject commit 1ae35459e14db743ae2fd3efb6a577f61640cf51 +Subproject commit d0c5ac941c5cf832e70f93a80f30b96b6e47a8bc -- cgit v1.2.3-70-g09d2 From 5055ba5c5188318d6a11be140bf250f22731ba0e Mon Sep 17 00:00:00 2001 From: xyz Date: Wed, 3 Nov 2021 01:38:03 -0700 Subject: refactor --- .mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks index d0c5ac94..b6ae5593 160000 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks @@ -1 +1 @@ -Subproject commit d0c5ac941c5cf832e70f93a80f30b96b6e47a8bc +Subproject commit b6ae5593524194b89b7ae6384baa604edfdb1e02 -- cgit v1.2.3-70-g09d2 From 71a48dd8f18865d80819282c0cbdb8829248862b Mon Sep 17 00:00:00 2001 From: xyz Date: Fri, 5 Nov 2021 02:08:46 -0700 Subject: refactor --- .mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks index b6ae5593..357e5bc0 160000 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks @@ -1 +1 @@ -Subproject commit b6ae5593524194b89b7ae6384baa604edfdb1e02 +Subproject commit 357e5bc0b4879c5d565aff86c51514ec198aebf1 -- cgit v1.2.3-70-g09d2 From ab4b2253e806200d053cf3703dfc651230b3a935 Mon Sep 17 00:00:00 2001 From: xyz Date: Sun, 7 Nov 2021 18:52:31 -0800 Subject: refactor --- .config/nvim/init.vim | 3 ++- .mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index be228d5a..8ab67395 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -59,7 +59,8 @@ augroup END " :h markdown, for vim default tpope/vim-markdown "let g:markdown_folding = 1 -let g:markdown_minlines = 1000 +let g:markdown_minlines = 1500 +"let g:markdown_fenced_languages = ['python', 'sh', 'vim', 'c', 'cpp'] " netrw-p preview vertial split let g:netrw_preview = 1 diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks index 357e5bc0..fe534d62 160000 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks @@ -1 +1 @@ -Subproject commit 357e5bc0b4879c5d565aff86c51514ec198aebf1 +Subproject commit fe534d622483ef7a95b37bcd2725be75ec31345d -- cgit v1.2.3-70-g09d2 From 280d75b017bd905eda84ed78ffe6e3f2d59103be Mon Sep 17 00:00:00 2001 From: xyz Date: Wed, 10 Nov 2021 20:56:24 -0800 Subject: refactor --- .mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks index fe534d62..2d7f31b7 160000 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks @@ -1 +1 @@ -Subproject commit fe534d622483ef7a95b37bcd2725be75ec31345d +Subproject commit 2d7f31b766b9c33958d75c361b7ad73f6f9677e9 -- cgit v1.2.3-70-g09d2 From f56088dd79a2a53639e4bbfd0f2421bdfed6106c Mon Sep 17 00:00:00 2001 From: xyz Date: Sun, 14 Nov 2021 22:45:18 -0800 Subject: refactor --- .mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks index 2d7f31b7..cd77c41a 160000 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks @@ -1 +1 @@ -Subproject commit 2d7f31b766b9c33958d75c361b7ad73f6f9677e9 +Subproject commit cd77c41af7e8669f212eefced2b2aa36f96117c2 -- cgit v1.2.3-70-g09d2 From 28d2925826d5d89d862b2a7ea43745d530111d39 Mon Sep 17 00:00:00 2001 From: xyz Date: Tue, 16 Nov 2021 21:28:24 -0800 Subject: refactor --- .mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks index cd77c41a..5d5370fa 160000 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks @@ -1 +1 @@ -Subproject commit cd77c41af7e8669f212eefced2b2aa36f96117c2 +Subproject commit 5d5370fab3af5eafe6fd0e49c4cd3ad2564d0a30 -- cgit v1.2.3-70-g09d2 From d01f5ae8233a6f2078980e66b4a8da1e6d9138b3 Mon Sep 17 00:00:00 2001 From: xyz Date: Fri, 19 Nov 2021 17:49:28 -0800 Subject: refactor --- .mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks index 5d5370fa..d35ebf19 160000 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks @@ -1 +1 @@ -Subproject commit 5d5370fab3af5eafe6fd0e49c4cd3ad2564d0a30 +Subproject commit d35ebf19433d0a988e765e8f04edb5599a063c6c -- cgit v1.2.3-70-g09d2 From 775bfbc770cd08a04e986ff8103c096d8c9e88f9 Mon Sep 17 00:00:00 2001 From: xyz Date: Tue, 23 Nov 2021 16:58:00 -0800 Subject: refactor --- .mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks index d35ebf19..5118aedf 160000 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks @@ -1 +1 @@ -Subproject commit d35ebf19433d0a988e765e8f04edb5599a063c6c +Subproject commit 5118aedfada10b477d8a96ce618348add8418566 -- cgit v1.2.3-70-g09d2 From 751f35581d1979e0b21e863cf4d36290c09a8aab Mon Sep 17 00:00:00 2001 From: xyz Date: Wed, 24 Nov 2021 17:09:27 -0800 Subject: refactor --- .mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks index 5118aedf..85b03c07 160000 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks @@ -1 +1 @@ -Subproject commit 5118aedfada10b477d8a96ce618348add8418566 +Subproject commit 85b03c07012ec2d11866138c106e1854273f56cd -- cgit v1.2.3-70-g09d2 From c3d597e035bacd77af67659500e49f626a227f31 Mon Sep 17 00:00:00 2001 From: xyz Date: Fri, 26 Nov 2021 00:22:48 -0800 Subject: refactor --- .mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks index 85b03c07..116199ce 160000 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks @@ -1 +1 @@ -Subproject commit 85b03c07012ec2d11866138c106e1854273f56cd +Subproject commit 116199ce0dc393818b4588f8f2884004f8226a81 -- cgit v1.2.3-70-g09d2 From 714c476935d6ebe2f3b4369f2d0db227c3851af4 Mon Sep 17 00:00:00 2001 From: xyz Date: Wed, 1 Dec 2021 00:24:57 -0800 Subject: refactor --- .mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks index 116199ce..05ffcd19 160000 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks @@ -1 +1 @@ -Subproject commit 116199ce0dc393818b4588f8f2884004f8226a81 +Subproject commit 05ffcd19c3f5323d66fbe04b52ae07b3c835d37b -- cgit v1.2.3-70-g09d2 From 888ca5b2f3ad2ca0ca7df5640345d5dc85b27fa3 Mon Sep 17 00:00:00 2001 From: xyz Date: Wed, 8 Dec 2021 21:35:42 -0800 Subject: no need douyu pay --- .mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks | 2 +- .mozilla/firefox/xxxxxxxx.fly/user-overrides.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks index 05ffcd19..5578aa9d 160000 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks @@ -1 +1 @@ -Subproject commit 05ffcd19c3f5323d66fbe04b52ae07b3c835d37b +Subproject commit 5578aa9d2d15cbfcb6152cc6d2e6136513bdd289 diff --git a/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js b/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js index 76eb92da..6cd94308 100644 --- a/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js +++ b/.mozilla/firefox/xxxxxxxx.fly/user-overrides.js @@ -1,7 +1,7 @@ // fixes //user_pref("privacy.resistFingerprinting", false); // douyu pay -user_pref("network.http.referer.XOriginPolicy", 0); +//user_pref("network.http.referer.XOriginPolicy", 0); // baidu user_pref("security.ssl.require_safe_negotiation", false); -- cgit v1.2.3-70-g09d2 From 29d85407bbd5767fc15c3e1584650e70883a6d66 Mon Sep 17 00:00:00 2001 From: xyz Date: Sun, 12 Dec 2021 18:44:32 -0800 Subject: refactor --- .mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.mozilla/firefox/xxxxxxxx.fly/chrome') diff --git a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks index 5578aa9d..fcec71b0 160000 --- a/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks +++ b/.mozilla/firefox/xxxxxxxx.fly/chrome/firefox-csshacks @@ -1 +1 @@ -Subproject commit 5578aa9d2d15cbfcb6152cc6d2e6136513bdd289 +Subproject commit fcec71b08aec8af35f72c71902c4b38f033c2f97 -- cgit v1.2.3-70-g09d2