Fix Times of India (epaper)

This commit is contained in:
magnolia1234 2024-02-28 08:59:35 +01:00
parent 55b53702a7
commit 21cb20426f
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@ Remove Dn.se (fix obsolete)
Remove LeFigaro.fr (fix obsolete)
Fix Haaretz Group (Outbrain bot)
Fix Project Syndicate (no article)
Fix Times of India (epaper)
Maintenance updated sites (removed)
* v3.5.7.0 (2024-02-25)

View file

@ -5626,7 +5626,7 @@ else if (matchDomain('timeshighereducation.com')) {
else if (matchDomain(timesofindia_domains)) {
if (matchDomain('epaper.indiatimes.com')) {
let blocker = document.querySelector('section.epaper-blocker');
let blocker = document.querySelector('div.epaperBlockerWrap');
removeDOMElement(blocker);
if (window.location.pathname.startsWith('/english-news-paper-today-toi-print-edition/')) {
let paywall = document.querySelector('section#blocker');