mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-11 17:37:21 +10:00
fixed to block podcast ads
- fixed regex for blocking ads in podcasts for x64 architecture
This commit is contained in:
@@ -602,8 +602,8 @@
|
||||
"fr": "1.1.68",
|
||||
"to": ""
|
||||
},
|
||||
"add": "slott(?=...override_url)",
|
||||
"match": "slots(?=...override_url)",
|
||||
"add": "slots(?=.{3,8}override_url)",
|
||||
"match": "slots(?=.{3,8}override_url)",
|
||||
"replace": "slott"
|
||||
},
|
||||
"podcastsoff": {
|
||||
|
||||
Reference in New Issue
Block a user