version bump to 1.2.25.1009

- "similar playlist" feature has been removed from 1.2.25
- fixed some patches related to ads
This commit is contained in:
amd64fox
2023-11-20 08:57:00 +03:00
parent 2e1f12cadb
commit d77d6d7e35
2 changed files with 38 additions and 10 deletions

View File

@@ -310,6 +310,42 @@
"fr": "1.1.93", "fr": "1.1.93",
"to": "" "to": ""
} }
},
"YourListeningUpsell": {
"name": "enableYourListeningUpsell",
"description": "Enable Your Listening Upsell Banner for free & unauth users",
"native_description": "Enable Your Listening Upsell Banner for free & unauth users",
"version": {
"fr": "1.2.25",
"to": ""
}
},
"podcast-ads": {
"name": "podcastads-ads_npb",
"description": "Enable the podcast ads Now Playing Bar experience, including features like the podcast ad Now Playing Bar hat",
"native_description": "Enable the podcast ads Now Playing Bar experience, including features like the podcast ad Now Playing Bar hat",
"version": {
"fr": "1.1.70",
"to": ""
}
},
"podcast-episode": {
"name": "podcastaudioplus-episode_entity",
"description": "Enable the Sponsored By section on the Episode Page with Call to Action cards",
"native_description": "Enable the Sponsored By section on the Episode Page with Call to Action cards",
"version": {
"fr": "1.1.70",
"to": ""
}
},
"podcast-show_page": {
"name": "podcastaudioplus-episode_entity",
"description": "Enable show sponsors section on the Show Page",
"native_description": "Enable show sponsors section on the Show Page",
"version": {
"fr": "1.1.70",
"to": ""
}
} }
}, },
"EnableExp": { "EnableExp": {
@@ -1305,14 +1341,6 @@
"" ""
] ]
}, },
"podcast_page_banner": {
"version": {
"fr": "1.1.70",
"to": ""
},
"match": "http[^\"'`]*?(?:podcast-ap4p|sponsoredplaylist)\/",
"replace": ""
},
"banner_home": { "banner_home": {
"version": { "version": {
"fr": "1.1.70", "fr": "1.1.70",
@@ -1364,7 +1392,7 @@
"similarplaylist": { "similarplaylist": {
"version": { "version": {
"fr": "1.1.85", "fr": "1.1.85",
"to": "" "to": "1.2.25"
}, },
"match": ",(.\\.isOwnedBySelf&&)((\\(.{0,11}\\)|..createElement)\\(.{1,3}Fragment,.+?{(uri:.|).+?contextmenu.create-similar-playlist\"\\)}\\),)", "match": ",(.\\.isOwnedBySelf&&)((\\(.{0,11}\\)|..createElement)\\(.{1,3}Fragment,.+?{(uri:.|).+?contextmenu.create-similar-playlist\"\\)}\\),)",
"replace": ",$2$1" "replace": ",$2$1"

View File

@@ -348,7 +348,7 @@ if (!($version -and $version -match $match_v)) {
} }
else { else {
# Recommended version for Win 10-12 # Recommended version for Win 10-12
$onlineFull = "1.2.24.756.g7a7fc7f0-1487" $onlineFull = "1.2.25.1009.g075ce884-576"
} }
} }
else { else {