From 05e8c18cdb998b87a26241d27ce5f437414aa20c Mon Sep 17 00:00:00 2001 From: Aurelien David Date: Tue, 25 Jun 2019 22:01:06 +0200 Subject: [PATCH] fix for new apple podcasts urls --- manifest.json | 2 +- rsspreview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 8e04723..612d908 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "RSSPreview", - "version": "3.8", + "version": "3.8.1", "author": "Aurelien David", "homepage_url": "https://github.com/aureliendavid/rsspreview", diff --git a/rsspreview.js b/rsspreview.js index 981dd34..a18f3d8 100644 --- a/rsspreview.js +++ b/rsspreview.js @@ -376,7 +376,7 @@ } }); - if (document.domain == "itunes.apple.com") { + if (document.domain == "itunes.apple.com" || document.domain == "podcasts.apple.com") { let match = document.URL.match(/id(\d+)/) if (match) {