Fix Sportico (amp)

merge-requests/14/head
magnolia1234 1 year ago
parent a5b5a6d694
commit cbbedafa7c

@ -8,6 +8,7 @@ Add Arizent sites (opt-in to custom sites)
Remove Puck.news (fix obsolete)
Fix Adweek (premium)
Fix Modern Healthcare (sponsored)
Fix Sportico (amp)
* v3.1.6.0 (2023-04-30)
Remove Zeit.de (fix obsolete)

@ -4069,6 +4069,11 @@ else if (matchDomain('spglobal.com')) {
html_noscroll.removeAttribute('class');
}
else if (matchDomain('sportico.com')) {
if (window.location.pathname.endsWith('/amp/'))
amp_unhide_subscr_section('amp-ad, amp-embed', false);
}
else if (matchDomain('staradvertiser.com')) {
if (window.location.pathname.endsWith('/amp/')) {
amp_unhide_subscr_section();

@ -51,5 +51,5 @@
"webRequestBlocking",
"*://*/*"
],
"version": "3.1.6.4"
"version": "3.1.6.5"
}

@ -755,5 +755,5 @@
"*://html.onlineviewer.net/*",
"*://webcache.googleusercontent.com/*"
],
"version": "3.1.6.4"
"version": "3.1.6.5"
}

Loading…
Cancel
Save