mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-06-12 11:47:37 +02:00
@ -132,6 +132,7 @@ const useGoogleBotSites = [
|
||||
'haaretz.com',
|
||||
'heraldsun.com.au',
|
||||
'mexiconewsdaily.com',
|
||||
'miamiherald.com',
|
||||
'ntnews.com.au',
|
||||
'nytimes.com',
|
||||
'quora.com',
|
||||
|
@ -111,6 +111,14 @@ if (matchDomain('mexiconewsdaily.com')) {
|
||||
});
|
||||
}
|
||||
|
||||
if (matchDomain('miamiherald.com')) {
|
||||
// Accept cookie to close the banner
|
||||
const acceptBtn = document.querySelector('#onetrust-accept-btn-handler');
|
||||
if (acceptBtn) {
|
||||
acceptBtn.click();
|
||||
}
|
||||
}
|
||||
|
||||
if (matchDomain('theathletic.com') || matchDomain('theathletic.co.uk')) {
|
||||
const landingBanner = document.querySelector('.logged-out-landing-banner');
|
||||
const sampleBanner = document.querySelector('.main-sample-banner');
|
||||
|
@ -56,6 +56,7 @@ const defaultSites = {
|
||||
'Los Angeles Times': 'latimes.com',
|
||||
'Medium': 'medium.com',
|
||||
'Mexico News Daily': 'mexiconewsdaily.com',
|
||||
'Miami Herald': 'miamiherald.com',
|
||||
'MIT Sloan Management Review': 'sloanreview.mit.edu',
|
||||
'MIT Technology Review': 'technologyreview.com',
|
||||
'Mountain View Voice': 'mv-voice.com',
|
||||
|
Reference in New Issue
Block a user