fix podcastsoff2

This commit is contained in:
amd64fox
2023-03-30 03:39:13 +03:00
parent 59b004e0a2
commit 712f48d64e

View File

@@ -122,7 +122,7 @@
"do": ""
},
"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.match(/(episode|show)/) || t.match((/podcasts/i))) { 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)/)||(e.title||t)?.match(/podcasts/i)) return null;};"
},
"adsectionsoff": {
"version": {