Skip to content

Commit

Permalink
Block Adjust and Experiment with query prune
Browse files Browse the repository at this point in the history
Hosts & pDNSF rules
- Add multiple `Adjust` tracking domains, in pDNSF will use wildcard instead.

uBO Test list
- Add query prune experiment for enhance privacy (a little bit?)
* Note: Query prune tests is require install dev build of uBO version 1.30.9b1 or above, more info can be found at uBlockOrigin/uBlock-issues#760
  • Loading branch information
kowith337 committed Nov 1, 2020
1 parent 8893aa7 commit 84701ba
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
6 changes: 5 additions & 1 deletion domains/pdnsf-additionalhosts.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [personalDNSFilter 1.50.35.1]
# Title: kowith337's custom hosts for personalDNSFilter
# Version: 202010291325
# Version: 202011011238
# Author: kowith337
# Expires: 2 days
# Homepage: https://github.com/kowith337/PersonalFilterListCollection/blob/master/domains
Expand Down Expand Up @@ -74,6 +74,7 @@ ww*.mobilelife.co.th

# Other unwanted
adasiatagmanager.*
adjust.*
alert-*.*
amp.*
ampproject.*
Expand Down Expand Up @@ -163,6 +164,9 @@ bstatic.com
# App owner's rant message: https://gitlab.com/vijai/screenrecorder/issues/72#note_180783854
orpheusdroid.com

# Prohibit zuckestions to use 3p domains for downloading official (with lots of ads and tracking codes) apps!
app.link

# [Wound ashes fox] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
# Sorry for anyone who use CloudFlare DNS resolvers, but it's just my opinion to block due to Firefox's wrong turn!
# e.g. Out-of-box config of Firefox use "TRR" resolvers (aka. DoH) from CloudFlare by default!
Expand Down
20 changes: 18 additions & 2 deletions filterlist/testing/testlist.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[uBlock Origin 1.28.0]
! Title: kowith337's Test List
! Version: 202010222006
! Version: 202011012024
! Expires: 2 days
! Author: kowith337
! Homepage: https://github.com/kowith337/PersonalFilterListCollection
Expand Down Expand Up @@ -88,7 +88,23 @@ twitter.com##section[aria-labelledby^="accessible-list"] div[aria-label^="Timeli
twitter.com##section[aria-labelledby^="accessible-list"] div[aria-label^="Timeline:"] div[style] div[class]:has(div[dir] span:has-text(/Who to follow/))
twitter.com##section[aria-labelledby^="accessible-list"] div[aria-label^="Timeline:"] div[style] div[class]:has(div[role="button"][data-testid="UserCell"] [data-testid*="follow"])

! Requests Blocking - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - !
! Specific requests filtering - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - !
! "Query Prune" experiment
! Info: Only handling some query that not necessary to binding in for specific requests rather than `document`, this may conflict
! with "Anti survived tracking link warning" filterlist that strictly blocked page when shady parameters are binding with
! any URLs for keep tracking users whenever you're visiting some sites out of social platform.
! Note: This still under developement, require uBO 1.30.9b1 or above, sideload extenstion may also required!
||facebook.com/a/*?fb_dtsg$queryprune=|fb_dtsg
||facebook.com/a/*&fb_dtsg$queryprune=|fb_dtsg
||facebook.com/ajax/*?fb_dtsg$queryprune=|fb_dtsg
||facebook.com/ajax/*&fb_dtsg$queryprune=|fb_dtsg
||facebook.com/*?privacy_mutation_token=$xhr,queryprune=privacy_mutation_token
||facebook.com/*&privacy_mutation_token=$xhr,queryprune=privacy_mutation_token
||fbcdn.net/*?_nc_fbs=$all,domain=facebook.com|messenger.com,queryprune=_nc_fbs
||fbcdn.net/*&_nc_fbs=$all,domain=facebook.com|messenger.com,queryprune=_nc_fbs
||fbcdn.net/*?_nc_x=$all,domain=facebook.com|messenger.com,queryprune=_nc_x
||fbcdn.net/*&_nc_x=$all,domain=facebook.com|messenger.com,queryprune=_nc_x
||google.*$queryprune=bih|biw|ei|ved

! Strict Blocking - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - !
||google.*/ads/^$important
Expand Down
9 changes: 8 additions & 1 deletion hosts/hosts_leftover.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [uMatrix 1.3.3.0]
# Title: Custom leftover hosts
# Version: 202010082054
# Version: 202011011901
# Author: kowith337
# Expires: 2 days
# Homepage: https://github.com/kowith337/PersonalFilterListCollection/blob/master/hosts
Expand Down Expand Up @@ -210,6 +210,9 @@
0.0.0.0 adform.net
0.0.0.0 adingo.jp
0.0.0.0 adjust.com
0.0.0.0 adjust.net
0.0.0.0 adjust.net.in
0.0.0.0 adjust.world
0.0.0.0 adkernel.com
0.0.0.0 adnium.com
0.0.0.0 adnuntius.com
Expand Down Expand Up @@ -389,6 +392,10 @@
0.0.0.0 api.useinsider.com
0.0.0.0 api.userstyles.org
0.0.0.0 app.adjust.com
0.0.0.0 app.adjust.com
0.0.0.0 app.adjust.net
0.0.0.0 app.adjust.net.in
0.0.0.0 app.adjust.world
0.0.0.0 app.cauly.co.kr
0.0.0.0 appsflyer-report.honkaiimpact3.com
0.0.0.0 as.innity.com
Expand Down

0 comments on commit 84701ba

Please sign in to comment.