fixed to block podcast ads

- fixed regex for blocking ads in podcasts for x64 architecture
This commit is contained in:
amd64fox
2023-06-29 14:21:39 +03:00
parent 0d21e215fa
commit 551502197c

View File

@@ -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": {