diff --git a/patches/patches.json b/patches/patches.json index 1449686c..a3fd761a 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -310,6 +310,42 @@ "fr": "1.1.93", "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": { @@ -1305,14 +1341,6 @@ "" ] }, - "podcast_page_banner": { - "version": { - "fr": "1.1.70", - "to": "" - }, - "match": "http[^\"'`]*?(?:podcast-ap4p|sponsoredplaylist)\/", - "replace": "" - }, "banner_home": { "version": { "fr": "1.1.70", @@ -1364,7 +1392,7 @@ "similarplaylist": { "version": { "fr": "1.1.85", - "to": "" + "to": "1.2.25" }, "match": ",(.\\.isOwnedBySelf&&)((\\(.{0,11}\\)|..createElement)\\(.{1,3}Fragment,.+?{(uri:.|).+?contextmenu.create-similar-playlist\"\\)}\\),)", "replace": ",$2$1" diff --git a/run.ps1 b/run.ps1 index 590b46d9..ee8d381d 100644 --- a/run.ps1 +++ b/run.ps1 @@ -348,7 +348,7 @@ if (!($version -and $version -match $match_v)) { } else { # Recommended version for Win 10-12 - $onlineFull = "1.2.24.756.g7a7fc7f0-1487" + $onlineFull = "1.2.25.1009.g075ce884-576" } } else {