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) {