Remove "Stylish" browser extension recommendation

Thanks to Sven Semmler for pointing out that this recommendation is
problematic given recent privacy revelations regarding the extension:

https://arstechnica.com/information-technology/2018/07/stylish-extension-with-2m-downloads-banished-for-tracking-every-site-visit/

https://groups.google.com/forum/#!msg/qubes-users/-PL4UguLoCs/tLyz-5qcCgAJ
This commit is contained in:
Andrew David Wong 2018-07-06 20:43:22 -05:00
parent f0d7a9208b
commit b00325dba0
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -157,11 +157,7 @@ The advantage of creating a dark themed Template VM is, that each AppVM which is
6. *(Optional)* Modify Firefox
**Note:** Firefox uses GTK style settings by default. This can create side effects such as unusable forms or search fields. There are two different ways to avoid this. Either by using a add-on or by overwriting the defaults.
- use the theme [GTK+ Dark Theme Global Fixes](https://userstyles.org/styles/111694/gtk-dark-theme-global-fixes) and the [Stylish](https://addons.mozilla.org/en-US/firefox/addon/stylish/) addon
- or add the following line to `/rw/config/rc.local`
**Note:** Firefox uses GTK style settings by default. This can create side effects such as unusable forms or search fields. One way to avoid this is to add the following line to `/rw/config/rc.local`:
sed -i.bak "s/Exec=firefox %u/Exec=bash -c 'GTK_THEME=Adwaita:light firefox %u'/g" /usr/share/applications/firefox.desktop