1
0
mirror of https://github.com/aureliendavid/rsspreview.git synced 2025-08-22 19:28:39 +00:00

fix for new apple podcasts urls

This commit is contained in:
Aurelien David 2019-06-25 22:01:06 +02:00
parent 65ec9799d7
commit 05e8c18cdb
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

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