mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-04-30 01:24:26 +02:00
add theolivepress.es
This commit is contained in:
parent
b30fbf0471
commit
b7a7fe0906
@ -171,6 +171,7 @@
|
|||||||
[The New York Times](https://www.nytimes.com)\
|
[The New York Times](https://www.nytimes.com)\
|
||||||
[The New Yorker](https://www.newyorker.com)\
|
[The New Yorker](https://www.newyorker.com)\
|
||||||
[The News-Gazette](https://www.news-gazette.com)\
|
[The News-Gazette](https://www.news-gazette.com)\
|
||||||
|
[The Olive Press](https://www.theolivepress.es)\
|
||||||
[The Philadelphia Inquirer](https://www.inquirer.com)\
|
[The Philadelphia Inquirer](https://www.inquirer.com)\
|
||||||
[The Saturday Paper](https://www.thesaturdaypaper.com.au)\
|
[The Saturday Paper](https://www.thesaturdaypaper.com.au)\
|
||||||
[The Seattle Times](https://www.seattletimes.com)\
|
[The Seattle Times](https://www.seattletimes.com)\
|
||||||
|
@ -59,6 +59,7 @@
|
|||||||
"*://*.theglobeandmail.com/*",
|
"*://*.theglobeandmail.com/*",
|
||||||
"*://*.thehindu.com/*",
|
"*://*.thehindu.com/*",
|
||||||
"*://*.thenational.scot/*",
|
"*://*.thenational.scot/*",
|
||||||
|
"*://*.theolivepress.es/*",
|
||||||
"*://*.thestar.com/*",
|
"*://*.thestar.com/*",
|
||||||
"*://*.thewrap.com/*",
|
"*://*.thewrap.com/*",
|
||||||
"*://*.trouw.nl/*",
|
"*://*.trouw.nl/*",
|
||||||
@ -243,6 +244,7 @@
|
|||||||
"*://*.themercury.com.au/*",
|
"*://*.themercury.com.au/*",
|
||||||
"*://*.thenation.com/*",
|
"*://*.thenation.com/*",
|
||||||
"*://*.thenational.scot/*",
|
"*://*.thenational.scot/*",
|
||||||
|
"*://*.theolivepress.es/*",
|
||||||
"*://*.thesaturdaypaper.com.au/*",
|
"*://*.thesaturdaypaper.com.au/*",
|
||||||
"*://*.thestar.com/*",
|
"*://*.thestar.com/*",
|
||||||
"*://*.thewrap.com/*",
|
"*://*.thewrap.com/*",
|
||||||
|
@ -498,6 +498,14 @@ if (matchDomain('elmercurio.com')) {
|
|||||||
removeDOMElement(adblockNotif);
|
removeDOMElement(adblockNotif);
|
||||||
document.body.removeAttribute('style');
|
document.body.removeAttribute('style');
|
||||||
}, 800); // Delay (in milliseconds)
|
}, 800); // Delay (in milliseconds)
|
||||||
|
} else if (matchDomain('theolivepress.es')) {
|
||||||
|
const modalBackdrop = document.querySelector('.modal-backdrop');
|
||||||
|
const paywall = document.querySelector('.ev-open-modal-paywall-REQUIRE_LOGIN_WITH_ENTITLEMENT');
|
||||||
|
removeDOMElement(modalBackdrop, paywall);
|
||||||
|
|
||||||
|
for (const clazz of ['ev-modals', 'modal-open']) {
|
||||||
|
document.body.classList.remove(clazz);
|
||||||
|
}
|
||||||
} else if (matchDomain('themarker.com')) {
|
} else if (matchDomain('themarker.com')) {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
const paywall = document.querySelector('[data-test="bottomStrip"]');
|
const paywall = document.querySelector('[data-test="bottomStrip"]');
|
||||||
|
@ -150,6 +150,7 @@ const defaultSites = {
|
|||||||
'The News-Gazette': 'news-gazette.com',
|
'The News-Gazette': 'news-gazette.com',
|
||||||
'The New Yorker': 'newyorker.com',
|
'The New Yorker': 'newyorker.com',
|
||||||
'The New York Times': 'nytimes.com',
|
'The New York Times': 'nytimes.com',
|
||||||
|
'The Olive Press': 'theolivepress.es',
|
||||||
'The Philadelphia Inquirer': 'inquirer.com',
|
'The Philadelphia Inquirer': 'inquirer.com',
|
||||||
'The Saturday Paper': 'thesaturdaypaper.com.au',
|
'The Saturday Paper': 'thesaturdaypaper.com.au',
|
||||||
'The Seattle Times': 'seattletimes.com',
|
'The Seattle Times': 'seattletimes.com',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user