From 01cd80f517396140214334c736403d0d9ef0b536 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Fri, 5 Mar 2021 15:16:06 +0100 Subject: [PATCH] Auto: misc. --- hide-tabs-in-firefox.md | 19 +++++++++++++++++++ journal/2021-03-05.md | 8 +++++--- 2 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 hide-tabs-in-firefox.md diff --git a/hide-tabs-in-firefox.md b/hide-tabs-in-firefox.md new file mode 100644 index 000000000..3293f5769 --- /dev/null +++ b/hide-tabs-in-firefox.md @@ -0,0 +1,19 @@ +# Hide Tabs in Firefox + +- useful when using [[tree style tabs]] +- [[go]] https://superuser.com/questions/1424478/can-i-hide-native-tabs-at-the-top-of-firefox + - in about:config, set ```toolkit.legacyUserProfileCustomizations.stylesheets``` to true + - create ```userChrome.css``` in .mozilla/firefox//chrome (/chrome might need to be created) + - paste the following: + +``` +/* hides the native tabs */ +#TabsToolbar { + visibility: collapse; +} +``` + + +[//begin]: # "Autogenerated link references for markdown compatibility" +[go]: go "Go" +[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/journal/2021-03-05.md b/journal/2021-03-05.md index 78a9874fa..6bd4a4384 100644 --- a/journal/2021-03-05.md +++ b/journal/2021-03-05.md @@ -8,6 +8,7 @@ - [[kasparov vs the world]] - [[federated ecosystem]] - [[bardo]] +- [[hide tabs in firefox]] - [[amadeo]] - vio a [[spoon]] en vivo - [[done]] @@ -15,6 +16,8 @@ - [[do]] - [[explore]] [[other agoras]] - [[yubnub]] could be used to implement 'magic go links'? for example 'go wp' + - [[ctzn]] + - [[catch up]] with [[twitter]] - [[catch up]] with [[armengol]] - [[catch up]] with [[jonathan]] - [[catch up]] with [[bmann]] @@ -23,7 +26,6 @@ - [[catch up]] with [[twitter]] - [[catch up]] with [[mastodon]] - [[answer]] [[will walker]] - - [[review]] [[ctzn]] - [[meet]] [[paul-frazee]] - [[find]] good [[javascript 2021]] review/primer - what are the next steps for [[wikilinks everywhere]]? @@ -41,15 +43,15 @@ [done]: ../done "DONE" [do]: ../do "Do" [yubnub]: ../yubnub "Yubnub" +[ctzn]: ../ctzn "Ctzn" +[twitter]: ../twitter "Twitter" [armengol]: ../armengol "Armengol" [jonathan]: ../jonathan "Jonathan" [bmann]: ../bmann "Bmann" [vera]: ../vera "Vera" [ablueaeshna]: ../ablueaeshna "Ablueaeshna" -[twitter]: ../twitter "Twitter" [mastodon]: ../mastodon "Mastodon" [answer]: ../answer "Answer" -[ctzn]: ../ctzn "Ctzn" [meet]: ../meet "Meet" [paul-frazee]: ../paul-frazee "Paul Frazee" [promnesia]: ../promnesia "Promnesia"