Files
whyrating-engine-legacy/modules/scraper_clean.py
Alejandro Gutiérrez 80e7771c00 Fix DOM cleanup: hide cards from API interception too
The continue statement was skipping the card.style.display='none'
and card.innerHTML='' cleanup for cards already seen via API
interception. This caused DOM to grow unbounded during long scrapes.

Now ALL processed cards are hidden regardless of data source.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 17:23:51 +00:00

45 KiB