Skip to content

Commit

Permalink
Fix patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
dgraham committed Nov 5, 2021
1 parent 0f7662b commit 9537825
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions Ka-Block.safariextension/blockerList.json
Original file line number Diff line number Diff line change
Expand Up @@ -606,39 +606,39 @@
},
{
"trigger": {
"url-filter": "^https?:\/\/([^/:]+\\.)?(.*\.)theadstars\.com[:\/]",
"url-filter-is-case-sensitive": true,
"load-type": [
"third-party"
]
"url-filter": "^https?:/+([^/:]+\\.)?theadstars\\.com[:/]",
"url-filter-is-case-sensitive": true,
"load-type": [
"third-party"
]
},
"action": {
"type": "block"
"type": "block"
}
},
{
"trigger": {
"url-filter": "^(.*\.)adexprtz\.com",
"url-filter-is-case-sensitive": true,
"load-type": [
"third-party"
]
},
"action": {
"type": "block"
}
"trigger": {
"url-filter": "^https?:/+([^/:]+\\.)?adexprtz\\.com[:/]",
"url-filter-is-case-sensitive": true,
"load-type": [
"third-party"
]
},
"action": {
"type": "block"
}
},
{
"trigger": {
"url-filter": "^https?:/+([^/:]+\\.)?(alb\.reddit\.com)[:\/]",
"url-filter-is-case-sensitive": true,
"load-type": [
"third-party"
]
},
"action": {
"type": "block"
}
"trigger": {
"url-filter": "^https?:/+([^/:]+\\.)?alb\\.reddit\\.com[:/]",
"url-filter-is-case-sensitive": true,
"load-type": [
"third-party"
]
},
"action": {
"type": "block"
}
},
{
"trigger": {
Expand Down Expand Up @@ -3996,17 +3996,17 @@
}
},
{
"trigger": {
"url-filter": "^https?:/+([^/:]+\\.)?nitropay\\.com[:/]",
"url-filter-is-case-sensitive": true,
"load-type": [
"third-party"
]
},
"action": {
"type": "block"
}
},
"trigger": {
"url-filter": "^https?:/+([^/:]+\\.)?nitropay\\.com[:/]",
"url-filter-is-case-sensitive": true,
"load-type": [
"third-party"
]
},
"action": {
"type": "block"
}
},
{
"trigger": {
"url-filter": "^https?:/+([^/:]+\\.)?ntv\\.io[:/]",
Expand Down

0 comments on commit 9537825

Please sign in to comment.