Update.
This commit is contained in:
parent
02eb38b777
commit
e0e1758eb8
|
|
@ -8,9 +8,32 @@ EOF
|
||||||
|
|
||||||
ln -sf /etc/apt/sources.list-available/waterfox.list /etc/apt/sources.list.d/waterfox.list
|
ln -sf /etc/apt/sources.list-available/waterfox.list /etc/apt/sources.list.d/waterfox.list
|
||||||
|
|
||||||
curl https://bintray.com/user/downloadSubjectPublicKey\?username\=hawkeye116477 | sudo apt-key add -
|
curl "https://bintray.com/user/downloadSubjectPublicKey\?username\=hawkeye116477" | sudo apt-key add -
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
|
|
||||||
apt-get install -y waterfox
|
apt-get install -y waterfox
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
## Australis Dark - enabled in Firefox 53
|
||||||
|
## Has rounded corners on active tab and grey surround
|
||||||
|
# https://github.com/wilfredwee/australis-dark
|
||||||
|
# https://addons.mozilla.org/en-US/firefox/addon/devedition-theme-enabler/
|
||||||
|
#https://addons.mozilla.org/firefox/downloads/file/477584/developer_edition_theme_enabler-1.0.1-fx.xpi
|
||||||
|
|
||||||
|
## Aa Dark Background and light text
|
||||||
|
|
||||||
|
## ff2mpv
|
||||||
|
## Firebug - being retired
|
||||||
|
## firepath
|
||||||
|
## greasemonkey
|
||||||
|
## it's all text
|
||||||
|
## saved password editor
|
||||||
|
## text link
|
||||||
|
## try xpath
|
||||||
|
## ublock origin
|
||||||
|
## umatrix
|
||||||
|
## web developer
|
||||||
|
## xdebug helper
|
||||||
|
## xpath finder
|
||||||
|
## wideo blocker - doesn't seem to work
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue