Simplified ublock whitelist.

This commit is contained in:
2020-06-07 21:22:49 +12:00
parent 5c14f76ef3
commit 769de961f6
2 changed files with 5 additions and 2 deletions

View File

@ -88,6 +88,5 @@
"netWhitelist": "about-scheme\nchrome-extension-scheme\nchrome-scheme\nmoz-extension-scheme\nopera-scheme\nvivaldi-scheme\nwyciwyg-scheme",
"dynamicFilteringString": "behind-the-scene * * noop\nbehind-the-scene * inline-script noop\nbehind-the-scene * 1p-script noop\nbehind-the-scene * 3p-script noop\nbehind-the-scene * 3p-frame noop\nbehind-the-scene * image noop\nbehind-the-scene * 3p noop",
"urlFilteringString": "",
"hostnameSwitchesString": "no-large-media: behind-the-scene false\nno-remote-fonts: * true\nno-scripting: * true\nno-scripting: www.youtube.com false\nno-scripting: app.plex.tv false\nno-scripting: nextcloud.jamma.life false\nno-scripting: gitlab.jamma.life false\nno-scripting: hangouts.google.com false\nno-scripting: admin.google.com false\nno-scripting: app.slack.com false\nno-scripting: webmail.dreamhost.com false\n",
"userFilters": "! 9/10/2019 https://www.wish.com\nwww.wish.com##.AtfOT.AuthenticationModal__MainContent-li0874-1\nwww.wish.com##.jOGCy.AuthenticationModal__Wrapper-li0874-0.BaseModal__PlainBackDrop-sc-188teto-0\n"
"hostnameSwitchesString": "no-large-media: behind-the-scene false\nno-remote-fonts: * true\nno-scripting: * true\nno-scripting: www.youtube.com false\nno-scripting: app.plex.tv false\nno-scripting: *.jamma.life false\nno-scripting: accounts.google.com false\nno-scripting: hangouts.google.com false\nno-scripting: admin.google.com false\nno-scripting: app.slack.com false\nno-scripting: webmail.dreamhost.com false\n"
}

View File

@ -121,6 +121,10 @@ powershell.exe curl.exe -L -o firefox.exe https://download.mozilla.org/?product=
firefox.exe
#+end_src
#+RESULTS: Download and run firefox installer
#+begin_example
#+end_example
One of the customisations we apply is to update the color of the newtab page in firefox to match the rest of the theme we use and prevent white glare. To achieve this we use [[https://superuser.com/questions/1235975/change-firefox-new-tab-background#][usercss]].