Marcono1234 / known-sites-extension

Browser extension blocking websites the user has not opened before.
MIT License
0 stars 0 forks source link

Ignore websites which haven't been visited recently #6

Open Marcono1234 opened 1 year ago

Marcono1234 commented 1 year ago

If a website hasn't been visited recently (e.g. the last 6 months) don't consider it a "known site". For example the website might have only been opened once or a few times without the user fully trusting the website, or (more slightly more unlikely) the domain might have changed owners in the meantime.

Could possibly use the startTime parameter of the history.search() function for that.

Open questions: