mirror of
https://github.com/flancian/garden.git
synced 2026-08-06 14:36:18 +00:00
Auto: misc.
This commit is contained in:
@@ -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/<profile dir>/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"
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user