mirror of
https://github.com/Luzifer/browser-privacy.git
synced 2024-11-09 17:40:00 +00:00
54 lines
1.7 KiB
Text
54 lines
1.7 KiB
Text
! Title: Personal Clean-Web
|
|
! Checksum: HnqyV9lVqCdQRicmt/5FRg
|
|
! Description: List of filter rules for uBlock Origin to enhance the browsing privacy and replace Ghostery
|
|
! Expires: 1 hour
|
|
! TimeUpdated: 2018-06-10T12:24:28+00:00
|
|
! Homepage: https://github.com/Luzifer/browser-privacy
|
|
! License: https://unlicense.org/
|
|
|
|
|
|
! ---- 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 ----
|
|
|
|
! 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
|
|
|
|
! 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
|
|
|
|
! APP: Trello - https://trello.com/
|
|
! 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
|
|
|
|
! 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:
|