fix podcastsoff2

This commit is contained in:
amd64fox
2023-03-29 16:27:07 +03:00
parent 171391aa7f
commit 59b004e0a2

View File

@@ -122,7 +122,7 @@
"do": "" "do": ""
}, },
"match": "(\\!Array.isArray\\(.\\)\\|\\|.===..length\\)return null;)", "match": "(\\!Array.isArray\\(.\\)\\|\\|.===..length\\)return null;)",
"replace": "$1 for (let i = 0; i < (e.children ? e.children.length : e.length); i++) {const key = (e.children?.[i] || e[i])?.key; if (!key || key.includes('episode') || key.includes('show')) { return null;}};" "replace": "$1 for (let i = 0; i < (e.children ? e.children.length : e.length); i++) {const key = (e.children?.[i] || e[i])?.key; if (!key || key.match(/(episode|show)/) || t.match((/podcasts/i))) { return null;}};"
}, },
"adsectionsoff": { "adsectionsoff": {
"version": { "version": {