mirror of https://github.com/gorhill/uBlock.git
blocking taboola.com, username1.link
This commit is contained in:
parent
4d4e67bda4
commit
a52d4f5250
|
@ -1,6 +1,6 @@
|
|||
7be24cdd81de77c4fd1a49513ef5e76d assets/ublock/unbreak.txt
|
||||
b8fd6f6a836d34e0629dca07424d7bd8 assets/ublock/privacy.txt
|
||||
cd44f26c735f58c839d075f80eae1118 assets/ublock/filters.txt
|
||||
75448208315e80706632ec8a6df0e6d3 assets/ublock/privacy.txt
|
||||
e669c3b41ef18ad9f744d93e8c52a302 assets/ublock/filters.txt
|
||||
535b115044f2f1832c681e6b79c5d611 assets/ublock/badware.txt
|
||||
c9c5cc56bec563bc1885847f925b9be2 assets/ublock/mirror-candidates.txt
|
||||
84e25004aed0624992957a6fc6914d75 assets/ublock/filter-lists.json
|
||||
|
|
|
@ -107,3 +107,9 @@ deviantart.com##.dp-ad-chrome.dp-ad-visible
|
|||
|
||||
# https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/reviews/720518/
|
||||
mail.yahoo.com###inboxcontainer .list-view-items-page > .ml-bg:not(.list-view-item-container)
|
||||
|
||||
# https://adblockplus.org/forum/viewtopic.php?f=2&t=38703
|
||||
# http://www.christiantoday.com/article/huawei.nexus.release.news.could.be.googles.ticket.back.into.china/58786.htm
|
||||
# `important` must be used as there is one EasyList exception preventing
|
||||
# complete block.
|
||||
||username1.link^$important
|
||||
|
|
|
@ -25,3 +25,8 @@
|
|||
|
||||
# To counter EasyList's `@@||trc.taboola.com*http%$script,third-party`
|
||||
||trc.taboola.com*http%$script,third-party,important
|
||||
|
||||
# https://adblockplus.org/forum/viewtopic.php?f=2&t=38703
|
||||
# 1st-party "recommendations" should never depends on a 3rd-party doing the job:
|
||||
# this is just disguised tracking
|
||||
||taboola.com^$third-party
|
||||
|
|
Loading…
Reference in New Issue