mirror of
https://github.com/aureliendavid/rsspreview.git
synced 2025-08-22 11:18:37 +00:00
fix for new apple podcasts urls
This commit is contained in:
parent
65ec9799d7
commit
05e8c18cdb
@ -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",
|
||||
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user