mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-23 02:42:41 +01:00
fix FoxNews video player + blocking splyt.com
This commit is contained in:
parent
c8060385fb
commit
c3b0230ef8
@ -1,6 +1,6 @@
|
||||
39c6f45e6a3d4ec664d24fa9cc5869dc assets/ublock/thirdparty-lists.txt
|
||||
e0253de635defc74ff3c978ce5860b35 assets/ublock/privacy.txt
|
||||
0effd86523805cc1788ce9e523dc9bd3 assets/ublock/filters.txt
|
||||
6a9fd32fe3e6146d2dc1c6d100a263af assets/ublock/privacy.txt
|
||||
d2d2b7e87131f49e97893c7b16d528d4 assets/ublock/filters.txt
|
||||
336c4af224fd676ac6aae9077d8fa66a assets/ublock/filter-lists.json
|
||||
132b3ecc9da8a68c3faf740c00af734b assets/thirdparties/adblock-plus-japanese-filter.googlecode.com/hg/abp_jp.txt
|
||||
94c0a3eab74c42783855f07b22a429cf assets/thirdparties/home.fredfiber.no/langsholt/adblock.txt
|
||||
|
@ -129,6 +129,9 @@ google.*###center_col > #tads
|
||||
@@||target.122.2o7.net^$domain=target.com
|
||||
@@||chiptec.net/skin/*$script
|
||||
@@||www.youtube.com/api/analytics/*$~third-party
|
||||
@@||imasdk.googleapis.com/js/core/*$domain=foxnews.com
|
||||
@@||analytics.edgesuite.net/config/*.xml$domain=foxnews.com
|
||||
@@||analytics.edgesuite.net/html5/*.js$domain=foxnews.com
|
||||
|
||||
# To counter `adm.fwmrm.net` from hpHosts, MVPS, Dan Pollock's
|
||||
@@||adm.fwmrm.net^$domain=go.com
|
||||
|
@ -1,24 +1,21 @@
|
||||
# µBlock experimental
|
||||
# µBlock -- Privacy
|
||||
# Status: experimental
|
||||
#
|
||||
# Experimental list: use only if you don't mind potential breakage, I just
|
||||
# don't have the resource to deal with lists, I do it because blocking these
|
||||
# are in the interest of users.
|
||||
#
|
||||
# These filters make use of the `important` filter option, which purpose is
|
||||
# to guarantee that a filter won't be overriden by exception filters.
|
||||
#
|
||||
# I will use data from benchmarks to decide what to add here.
|
||||
# https://github.com/gorhill/uBlock/wiki/%C2%B5Block-and-others:-Blocking-ads,-trackers,-malwares
|
||||
|
||||
# CAVEAT: There are so many exception filters in EasyList, EasyPrivacy and
|
||||
# Fanboy's lists that it's just impossible to guarantee that whatever I put in
|
||||
# "µBlock filters - Privacy" will actually be enforced with a 100% certainty.
|
||||
#
|
||||
# The only way for sure you can block something is to install and use
|
||||
# HTTP Switchboard. If you don't like to break sites, I suggest you start in
|
||||
# allow-all/block-exceptionally mode and blacklist whatever you wish as you go.
|
||||
#
|
||||
# You may want to read more also about the latest release of HTTP Switchboard
|
||||
# if you plan to install it alongside µBlock (suggested).
|
||||
|
||||
# https://www.eff.org/deeplinks/2014/07/white-house-website-includes-unique-non-cookie-tracker-despite-privacy-policy
|
||||
||addthis.com^$third-party,important
|
||||
|
||||
# I think web sites can live without this
|
||||
||linkedin.com^$third-party,important
|
||||
|
||||
# Seen on cheezburger.com, on 2014-10-01
|
||||
||data.splyt.com^
|
||||
|
Loading…
Reference in New Issue
Block a user