Add repubblica.it
This commit is contained in:
parent
3f06b0ce2f
commit
5e58eba3cb
@ -26,6 +26,7 @@ Hartford Courant (courant.com)\
|
||||
Harvard Business Review (hbr.org)\
|
||||
Het Financieele Dagblad (fd.nl)\
|
||||
Inc.com (inc.com)\
|
||||
La Repubblica (repubblica.it)\
|
||||
Le Temps (letemps.ch)\
|
||||
Los Angeles Times (latimes.com)\
|
||||
Medium (medium.com)\
|
||||
|
@ -25,6 +25,7 @@ var defaultSites = {
|
||||
'Harvard Business Review': 'hbr.org',
|
||||
'Het Financieele Dagblad': 'fd.nl',
|
||||
'Inc.com': 'inc.com',
|
||||
'La Repubblica': 'repubblica.it',
|
||||
'Le Temps': 'letemps.ch',
|
||||
'Los Angeles Times': 'latimes.com',
|
||||
'Medium': 'medium.com',
|
||||
|
@ -29,4 +29,15 @@ if (window.location.href.indexOf("bizjournals.com") !== -1) {
|
||||
if (msg) {
|
||||
msg.style['display'] = 'none';
|
||||
}
|
||||
}
|
||||
} else if (location.hostname.endsWith('rep.repubblica.it')) {
|
||||
if (location.href.includes("/pwa/")) {
|
||||
location.href = location.href.replace("/pwa/", "/ws/detail/");
|
||||
}
|
||||
|
||||
if (location.href.includes("/ws/detail/")) {
|
||||
const paywall = document.getElementsByClassName('paywall');
|
||||
if (paywall && paywall.length > 0) {
|
||||
paywall[0].toggleAttribute('amp-access-hide');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,6 +23,7 @@ var defaultSites = {
|
||||
'Harvard Business Review': 'hbr.org',
|
||||
'Het Financieele Dagblad': 'fd.nl',
|
||||
'Inc.com': 'inc.com',
|
||||
'La Repubblica': 'repubblica.it',
|
||||
'Le Temps': 'letemps.ch',
|
||||
'Los Angeles Times': 'latimes.com',
|
||||
'Medium': 'medium.com',
|
||||
|
Loading…
x
Reference in New Issue
Block a user