Hacker News new | ask | show | jobs
by deveesh_shetty 37 days ago
> you're essentially doing NLP/classification at page load time which can slow things down.

Nope, rn it is parsing the page extracting out keywords and assigning weights to them to classify it as negative news or positive news, it is not running or calling any ML models.

Yes, the script uses mutation server to track the scroll, and it is a content script and not a service worker