2018-06-10 11:18:41 +00:00
|
|
|
! Title: Personal Clean-Web
|
2018-06-10 15:53:07 +00:00
|
|
|
! Checksum: VDYUQsWATNGaJMsoeDkNHw
|
2018-06-10 11:57:33 +00:00
|
|
|
! Description: List of filter rules for uBlock Origin to enhance the browsing privacy and replace Ghostery
|
2018-06-10 11:18:41 +00:00
|
|
|
! Expires: 1 hour
|
2018-06-10 15:53:07 +00:00
|
|
|
! TimeUpdated: 2018-06-10T15:53:07+00:00
|
2018-06-10 11:57:33 +00:00
|
|
|
! Homepage: https://github.com/Luzifer/browser-privacy
|
|
|
|
! License: https://unlicense.org/
|
2018-06-10 11:18:41 +00:00
|
|
|
|
|
|
|
|
|
|
|
! ---- Global filters ----
|
|
|
|
|
|
|
|
! On every page block third-party scripts and frames
|
|
|
|
*$script,third-party
|
|
|
|
*$subdocument,third-party
|
|
|
|
|
|
|
|
! Welcome to the EU - Remove CookieConsent
|
|
|
|
||cdnjs.cloudflare.com/ajax/libs/cookieconsent2/*$important,script
|
|
|
|
|
|
|
|
! Many pages rely on CDNs - allow scripts except of a blocking rule
|
|
|
|
@@||cdnjs.cloudflare.com/ajax/libs/*$script
|
|
|
|
@@||cdn.jsdelivr.net^$script
|
|
|
|
|
|
|
|
! Allow loading fonts from TypeKit
|
|
|
|
@@||use.typekit.net^$script
|
|
|
|
|
|
|
|
! Allow embedding of YouTube videos
|
|
|
|
@@||www.youtube.com/embed/*$subdocument
|
|
|
|
|
|
|
|
! Override allowed analytics in EasyPrivacy
|
|
|
|
||cdn.segment.com/analytics.js/*$important,script
|
|
|
|
|
|
|
|
|
|
|
|
! ---- Application specific filters ----
|
|
|
|
|
2018-06-10 14:07:16 +00:00
|
|
|
! APP: Amazon Prime Video - https://www.amazon.de/
|
|
|
|
! Allow loading sources to enable Prime Video playback
|
|
|
|
@@||aiv-cdn.net^$script,domain=www.amazon.de
|
|
|
|
@@||ssl-images-amazon.com^$script,domain=www.amazon.de
|
|
|
|
|
2018-06-10 12:24:28 +00:00
|
|
|
! APP: PaS(t)3 - https://paste.luzifer.io/
|
|
|
|
! Site is using Google Login
|
|
|
|
@@||accounts.google.com^$subdocument,domain=paste.luzifer.io
|
|
|
|
@@||apis.google.com^$script,domain=paste.luzifer.io
|
|
|
|
|
2018-06-10 11:18:41 +00:00
|
|
|
! APP: pubg.op.gg - https://pubg.op.gg/
|
|
|
|
! Scripts hosted on a CDN, required to work at all
|
|
|
|
@@||opgg-pubg-static.akamaized.net^$script,domain=pubg.op.gg
|
|
|
|
|
2018-06-10 12:37:29 +00:00
|
|
|
! APP: Slack - https://*.slack.com/
|
|
|
|
! Scripts hosted on a CDN, required to work at all
|
|
|
|
@@||a.slack-edge.com^$script,domain=slack.com
|
|
|
|
|
|
|
|
! APP: ToDoist - https://todoist.com/
|
|
|
|
! Scripts hosted on a CDN, required to work at all
|
|
|
|
@@||d3ptyyxy2at9ui.cloudfront.net^$script,domain=todoist.com
|
|
|
|
|
2018-06-10 11:59:49 +00:00
|
|
|
! APP: Trello - https://trello.com/
|
2018-06-10 11:18:41 +00:00
|
|
|
! Scripts hosted on a CDN, required to work at all - still blocking newrelic
|
|
|
|
@@||trellocdn.com^$script,domain=trello.com
|
|
|
|
||trellocdn.com/dist/newrelic*$important,script,domain=trello.com
|
|
|
|
|
2018-06-10 12:37:29 +00:00
|
|
|
! APP: TweetDeck - https://tweetdeck.twitter.com/
|
|
|
|
! Scripts hosted on Twitter CDN, required to work at all - still blocking GA
|
|
|
|
||ton.twimg.com/tweetdeck-web/web/scripts/google_analytics.*$important,script,domain=tweetdeck.twitter.com
|
|
|
|
@@||ton.twimg.com^$script,domain=tweetdeck.twitter.com
|
2018-06-10 15:53:07 +00:00
|
|
|
! Allow playback of videos hosted on Twitter using internal player
|
|
|
|
@@||abs.twimg.com/web-video-player/*$script,domain=twitter.com
|
2018-06-10 12:37:29 +00:00
|
|
|
|
2018-06-10 11:18:41 +00:00
|
|
|
! APP: YNAB - https://app.youneedabudget.com/
|
|
|
|
! Scripts hosted on a CDN, required to work at all
|
|
|
|
@@||evergreen-production-youneedabudgetco.netdna-ssl.com^$script,domain=app.youneedabudget.com
|
|
|
|
|
|
|
|
|
|
|
|
! vim: set ft=abp:
|