2017-07-08 14:16:27 -07:00
|
|
|
|
window.localStorage.clear();
|
2018-12-07 13:43:16 +01:00
|
|
|
|
|
|
|
|
|
if (location.hostname.endsWith('rep.repubblica.it')) {
|
2019-10-19 19:11:44 +02:00
|
|
|
|
if (location.href.includes('/pwa/')) {
|
|
|
|
|
location.href = location.href.replace('/pwa/', '/ws/detail/');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (location.href.includes('/ws/detail/')) {
|
|
|
|
|
const paywall = document.querySelector('.paywall[subscriptions-section="content"]');
|
|
|
|
|
if (paywall) {
|
|
|
|
|
paywall.removeAttribute('subscriptions-section');
|
|
|
|
|
const preview = document.querySelector('div[subscriptions-section="content-not-granted"]');
|
|
|
|
|
if (preview) {
|
|
|
|
|
preview.remove();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-12-07 13:43:16 +01:00
|
|
|
|
}
|
2019-05-12 22:27:15 -07:00
|
|
|
|
|
|
|
|
|
if (window.location.href.indexOf("americanbanker.com") !== -1) {
|
2019-09-17 18:39:51 +03:00
|
|
|
|
const paywall = document.getElementsByClassName(
|
|
|
|
|
"embargo-content"
|
|
|
|
|
);
|
2019-10-05 13:42:38 +03:00
|
|
|
|
if (paywall && paywall.length > 0) {
|
2019-09-17 18:39:51 +03:00
|
|
|
|
paywall[0].className = "";
|
|
|
|
|
}
|
2019-06-02 13:33:52 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (window.location.href.indexOf('telegraaf.nl') !== -1) {
|
2019-10-19 19:11:44 +02:00
|
|
|
|
const paywall = document.getElementById('TEMPRORARY_METERING_ID');
|
|
|
|
|
if (paywall) {
|
|
|
|
|
window.location.reload(1);
|
|
|
|
|
}
|
2019-06-02 13:38:57 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (window.location.href.indexOf('ed.nl') !== -1) {
|
2019-10-05 13:42:38 +03:00
|
|
|
|
let paywall = document.querySelector('.article__component.article__component--paywall-module-notification');
|
2019-09-17 18:39:51 +03:00
|
|
|
|
if (paywall) {
|
|
|
|
|
paywall.remove();
|
|
|
|
|
paywall = null;
|
|
|
|
|
}
|
2019-06-16 16:29:14 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (window.location.href.indexOf("washingtonpost.com") !== -1) {
|
2019-10-19 19:11:44 +02:00
|
|
|
|
if (location.href.includes('/gdpr-consent/')) {
|
|
|
|
|
const free_button = document.querySelector('.gdpr-consent-container .continue-btn.button.free');
|
|
|
|
|
if (free_button)
|
|
|
|
|
free_button.click();
|
|
|
|
|
|
|
|
|
|
setTimeout(function () {
|
|
|
|
|
const gdprcheckbox = document.querySelector('.gdpr-consent-container .consent-page:not(.hide) #agree');
|
|
|
|
|
if (gdprcheckbox) {
|
|
|
|
|
gdprcheckbox.checked = true;
|
|
|
|
|
gdprcheckbox.dispatchEvent(new Event('change'));
|
|
|
|
|
|
|
|
|
|
document.querySelector('.gdpr-consent-container .consent-page:not(.hide) .continue-btn.button.accept-consent').click();
|
|
|
|
|
}
|
|
|
|
|
}, 300); // Delay (in milliseconds)
|
|
|
|
|
}
|
2019-06-16 16:29:14 +02:00
|
|
|
|
}
|
2019-06-20 21:54:32 -07:00
|
|
|
|
|
|
|
|
|
if (window.location.href.indexOf("wsj.com") !== -1) {
|
2019-10-19 19:11:44 +02:00
|
|
|
|
if (location.href.includes('/articles/')) {
|
2019-10-22 13:55:48 +02:00
|
|
|
|
const close_button = document.querySelector('.close-btn');
|
|
|
|
|
if (close_button)
|
|
|
|
|
close_button.click();
|
2019-10-19 19:11:44 +02:00
|
|
|
|
}
|
2019-06-20 21:54:32 -07:00
|
|
|
|
}
|
2019-06-20 22:28:29 -07:00
|
|
|
|
|
|
|
|
|
if (window.location.href.indexOf("sloanreview.mit.edu") !== -1) {
|
2019-10-19 19:11:44 +02:00
|
|
|
|
document.querySelector('#cboxClose').click();
|
2019-06-20 22:28:29 -07:00
|
|
|
|
}
|
|
|
|
|
|
2019-09-17 18:39:51 +03:00
|
|
|
|
if (window.location.href.indexOf("mexiconewsdaily.com") !== -1) {
|
2019-10-19 19:11:44 +02:00
|
|
|
|
document.addEventListener('DOMContentLoaded', () => {
|
|
|
|
|
const sideNotification = document.querySelector('.pigeon-widget-prompt');
|
|
|
|
|
const subMessage = document.querySelector('.sub_message_container');
|
|
|
|
|
const popup = document.querySelector('.popupally-pro-outer-full-width-7-fluid_qemskqa');
|
|
|
|
|
const bgFocusRemoverId = document.getElementById('popup-box-pro-gfcr-7');
|
|
|
|
|
|
|
|
|
|
removeDOMElement(sideNotification, subMessage, popup, bgFocusRemoverId);
|
|
|
|
|
});
|
2019-09-17 18:39:51 +03:00
|
|
|
|
}
|
|
|
|
|
|
2019-09-16 21:07:16 +03:00
|
|
|
|
if (window.location.href.indexOf("the-american-interest.com") !== -1) {
|
|
|
|
|
const counter = document.getElementById('article-counter') || false;
|
|
|
|
|
if (counter) {
|
2019-10-08 18:40:34 +03:00
|
|
|
|
counter.remove();
|
|
|
|
|
counter = false;
|
2019-09-16 21:07:16 +03:00
|
|
|
|
}
|
|
|
|
|
}
|
2019-09-17 18:39:51 +03:00
|
|
|
|
|
2019-09-22 17:10:17 -07:00
|
|
|
|
if (window.location.href.indexOf("nzherald.co.nz") !== -1) {
|
|
|
|
|
const paywall = document.getElementById(
|
2019-10-08 18:40:34 +03:00
|
|
|
|
"article-content"
|
2019-09-22 17:10:17 -07:00
|
|
|
|
);
|
2019-10-08 18:40:34 +03:00
|
|
|
|
if (paywall) {
|
|
|
|
|
paywall.classList.remove('premium-content');
|
|
|
|
|
paywall.classList.add('full-content');
|
|
|
|
|
var paras = paywall.querySelectorAll("p, span, h2, div");
|
2019-09-22 17:10:17 -07:00
|
|
|
|
var delClass = "";
|
|
|
|
|
for (var i = paras.length; i--;) {
|
2019-10-08 18:40:34 +03:00
|
|
|
|
if (delClass == "") {
|
2019-09-22 17:10:17 -07:00
|
|
|
|
delClass = paras[i].className;
|
|
|
|
|
}
|
2019-10-08 18:40:34 +03:00
|
|
|
|
paras[i].classList.remove(delClass);
|
|
|
|
|
paras[i].removeAttribute('style');
|
|
|
|
|
}
|
2019-09-22 17:10:17 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2019-09-29 20:26:57 -07:00
|
|
|
|
if (window.location.href.indexOf("parool.nl") !== -1 || window.location.href.indexOf("trouw.nl") !== -1 || window.location.href.indexOf("volkskrant.nl") !== -1) {
|
2019-09-26 23:08:44 +02:00
|
|
|
|
document.addEventListener('DOMContentLoaded', () => {
|
|
|
|
|
const paywall = document.querySelector('div[data-temptation-position="ARTICLE_BOTTOM"]');
|
|
|
|
|
const hidden_section = document.querySelector('div[data-temptation-position="ARTICLE_INLINE"]');
|
|
|
|
|
removeDOMElement(paywall, hidden_section);
|
|
|
|
|
});
|
2019-09-29 20:26:57 -07:00
|
|
|
|
}
|
2019-09-29 19:02:45 -07:00
|
|
|
|
|
2019-09-23 21:21:21 +03:00
|
|
|
|
if (window.location.href.indexOf("firstthings.com") !== -1) {
|
2019-10-19 19:11:44 +02:00
|
|
|
|
const paywall = document.getElementsByClassName('paywall')[0];
|
2019-09-23 21:21:21 +03:00
|
|
|
|
|
2019-10-19 20:03:23 +02:00
|
|
|
|
if (paywall)
|
2019-10-19 19:11:44 +02:00
|
|
|
|
removeDOMElement(paywall);
|
2019-10-19 18:39:16 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (window.location.href.indexOf("bloomberg.com") !== -1) {
|
2019-10-19 19:11:44 +02:00
|
|
|
|
document.addEventListener('DOMContentLoaded', () => {
|
|
|
|
|
const paywall = document.getElementById('paywall-banner');
|
|
|
|
|
removeDOMElement(paywall);
|
|
|
|
|
});
|
2019-10-19 18:39:16 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (window.location.href.indexOf("bloombergquint.com") !== -1) {
|
2019-10-19 19:11:44 +02:00
|
|
|
|
const articlesLeftModal = document.getElementsByClassName('paywall-meter-module__story-paywall-container__1UgCE')[0];
|
|
|
|
|
const paywall = document.getElementById('paywallDmp');
|
|
|
|
|
removeDOMElement(articlesLeftModal, paywall);
|
2019-09-26 23:08:44 +02:00
|
|
|
|
}
|
|
|
|
|
|
2019-10-08 18:40:34 +03:00
|
|
|
|
if (window.location.href.indexOf("medium.com") !== -1) {
|
|
|
|
|
const bottomMessageText = 'Get one more story in your member preview when you sign up. It’s free.';
|
2019-10-23 20:08:37 +03:00
|
|
|
|
const DOMElementsToTextDiv = pageContains('div', bottomMessageText);
|
2019-10-08 18:40:34 +03:00
|
|
|
|
|
2019-10-31 23:01:39 +02:00
|
|
|
|
if (DOMElementsToTextDiv[2]) removeDOMElement(DOMElementsToTextDiv[2]);
|
|
|
|
|
}
|
|
|
|
|
|
2019-10-21 21:32:09 +02:00
|
|
|
|
if (window.location.href.indexOf('lemonde.fr') !== -1) {
|
|
|
|
|
document.addEventListener('DOMContentLoaded', () => {
|
|
|
|
|
const hidden_section = document.getElementsByClassName('article__content--restricted-media')[0];
|
|
|
|
|
if (hidden_section)
|
|
|
|
|
hidden_section.classList.remove('article__content--restricted-media');
|
|
|
|
|
const longform_article_restricted = document.getElementsByClassName('article__content--restricted')[0];
|
|
|
|
|
if (longform_article_restricted)
|
|
|
|
|
longform_article_restricted.classList.remove('article__content--restricted');
|
|
|
|
|
const longform_paywall = document.getElementsByClassName('paywall--longform')[0];
|
|
|
|
|
if (longform_paywall)
|
|
|
|
|
longform_paywall.classList.remove('paywall--longform');
|
|
|
|
|
const paywall = document.getElementById('js-paywall-content');
|
|
|
|
|
const friend_paywall = document.getElementsByClassName('friend--paywall')[0];
|
|
|
|
|
const cookie_banner = document.getElementById('cookie-banner');
|
|
|
|
|
removeDOMElement(paywall, friend_paywall, cookie_banner);
|
|
|
|
|
});
|
2019-10-08 18:40:34 +03:00
|
|
|
|
}
|
|
|
|
|
|
2019-09-17 18:39:51 +03:00
|
|
|
|
function removeDOMElement(...elements) {
|
2019-10-21 21:32:09 +02:00
|
|
|
|
for (let element of elements) {
|
2019-10-19 19:11:44 +02:00
|
|
|
|
if (element)
|
|
|
|
|
element.remove();
|
|
|
|
|
}
|
2019-09-22 16:25:52 -07:00
|
|
|
|
}
|
2019-10-08 18:40:34 +03:00
|
|
|
|
|
2019-10-23 20:08:37 +03:00
|
|
|
|
function pageContains(selector, text) {
|
2019-10-08 18:40:34 +03:00
|
|
|
|
let elements = document.querySelectorAll(selector);
|
|
|
|
|
|
|
|
|
|
return Array.prototype.filter.call(elements, function(element){
|
|
|
|
|
return RegExp(text).test(element.textContent);
|
|
|
|
|
});
|
|
|
|
|
}
|