Show HN: Browser extension that hides negative news so I can read in peace
goodvibesonly.shetty.me
Show HN: Browser extension that hides negative news so I can read in peace
1–4 of 4 posts
Re: Show HN: Browser extension that hides negative news so I can read in peace
#2[flagged]
Re: Show HN: Browser extension that hides negative news so I can read in peace
#3[flagged]
Re: Show HN: Browser extension that hides negative news so I can read in peace
#4[flagged]
> 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