mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 23:16:21 +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]]
|
- [[kasparov vs the world]]
|
||||||
- [[federated ecosystem]]
|
- [[federated ecosystem]]
|
||||||
- [[bardo]]
|
- [[bardo]]
|
||||||
|
- [[hide tabs in firefox]]
|
||||||
- [[amadeo]]
|
- [[amadeo]]
|
||||||
- vio a [[spoon]] en vivo
|
- vio a [[spoon]] en vivo
|
||||||
- [[done]]
|
- [[done]]
|
||||||
@@ -15,6 +16,8 @@
|
|||||||
- [[do]]
|
- [[do]]
|
||||||
- [[explore]] [[other agoras]]
|
- [[explore]] [[other agoras]]
|
||||||
- [[yubnub]] could be used to implement 'magic go links'? for example 'go wp'
|
- [[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 [[armengol]]
|
||||||
- [[catch up]] with [[jonathan]]
|
- [[catch up]] with [[jonathan]]
|
||||||
- [[catch up]] with [[bmann]]
|
- [[catch up]] with [[bmann]]
|
||||||
@@ -23,7 +26,6 @@
|
|||||||
- [[catch up]] with [[twitter]]
|
- [[catch up]] with [[twitter]]
|
||||||
- [[catch up]] with [[mastodon]]
|
- [[catch up]] with [[mastodon]]
|
||||||
- [[answer]] [[will walker]]
|
- [[answer]] [[will walker]]
|
||||||
- [[review]] [[ctzn]]
|
|
||||||
- [[meet]] [[paul-frazee]]
|
- [[meet]] [[paul-frazee]]
|
||||||
- [[find]] good [[javascript 2021]] review/primer
|
- [[find]] good [[javascript 2021]] review/primer
|
||||||
- what are the next steps for [[wikilinks everywhere]]?
|
- what are the next steps for [[wikilinks everywhere]]?
|
||||||
@@ -41,15 +43,15 @@
|
|||||||
[done]: ../done "DONE"
|
[done]: ../done "DONE"
|
||||||
[do]: ../do "Do"
|
[do]: ../do "Do"
|
||||||
[yubnub]: ../yubnub "Yubnub"
|
[yubnub]: ../yubnub "Yubnub"
|
||||||
|
[ctzn]: ../ctzn "Ctzn"
|
||||||
|
[twitter]: ../twitter "Twitter"
|
||||||
[armengol]: ../armengol "Armengol"
|
[armengol]: ../armengol "Armengol"
|
||||||
[jonathan]: ../jonathan "Jonathan"
|
[jonathan]: ../jonathan "Jonathan"
|
||||||
[bmann]: ../bmann "Bmann"
|
[bmann]: ../bmann "Bmann"
|
||||||
[vera]: ../vera "Vera"
|
[vera]: ../vera "Vera"
|
||||||
[ablueaeshna]: ../ablueaeshna "Ablueaeshna"
|
[ablueaeshna]: ../ablueaeshna "Ablueaeshna"
|
||||||
[twitter]: ../twitter "Twitter"
|
|
||||||
[mastodon]: ../mastodon "Mastodon"
|
[mastodon]: ../mastodon "Mastodon"
|
||||||
[answer]: ../answer "Answer"
|
[answer]: ../answer "Answer"
|
||||||
[ctzn]: ../ctzn "Ctzn"
|
|
||||||
[meet]: ../meet "Meet"
|
[meet]: ../meet "Meet"
|
||||||
[paul-frazee]: ../paul-frazee "Paul Frazee"
|
[paul-frazee]: ../paul-frazee "Paul Frazee"
|
||||||
[promnesia]: ../promnesia "Promnesia"
|
[promnesia]: ../promnesia "Promnesia"
|
||||||
|
|||||||
Reference in New Issue
Block a user