This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const D3colors = [ | |
"#88d9cc", | |
"#edbd69", | |
"#f4e884", | |
"#f69787", | |
"#edd0b7", | |
"#c6d", | |
"#f4f", | |
]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
This will hide search box/bar in Firefox | |
you should enable legacy customization too | |
While this will hide some elements you should use this HotKeys | |
show search box: CTRL-L or ALT-D or F6 | |
hide search box: Esc | Tab | |
go-back: ALT - <= | |
go-forward: ALT- => | |
reload: CTRL-r | |
switch tabs: ALT-(1-8) |