mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
parent
4da8e27d47
commit
c1e663ff03
2 changed files with 9 additions and 0 deletions
4
assets/ublock/filters.txt
Normal file
4
assets/ublock/filters.txt
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# Needed to unbreak sites affected by out of the box lists
|
||||||
|
|
||||||
|
# https://github.com/gorhill/uBlock/issues/20 => blocking counterpart in Peter Lowe's Ad Server
|
||||||
|
@@||www.google-analytics.com/ga.js^$domain=xda-developers.com
|
|
@ -49,6 +49,11 @@ return {
|
||||||
// User
|
// User
|
||||||
'assets/user/filters.txt': {},
|
'assets/user/filters.txt': {},
|
||||||
|
|
||||||
|
// uBlock
|
||||||
|
'assets/ublock/filters.txt': {
|
||||||
|
title: "µBlock filters"
|
||||||
|
},
|
||||||
|
|
||||||
// 3rd-party lists fetched dynamically
|
// 3rd-party lists fetched dynamically
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue