Rayquaza01 / HistoryCleaner

Firefox addon that deletes history older than a specified amount of days.
MIT License
78 stars 6 forks source link

Whitelist Some Websites #12

Open gasatrya opened 3 years ago

gasatrya commented 3 years ago

I'd like to request a feature to whitelist websites. Clear the entire history means I need to retype my most visited websites.

brayo-pip commented 2 years ago

I second this, please implement it soon, actual I would prefer also to delete only specific websites history. Like a Blacklist of sites to delete

cra3yk commented 2 years ago

I second this too. I'm looking for an extension which will delete older than xxxx (30-60 days, for example) records from history, using blacklist (regex or other wildcard system like *.facebook.com) or whitelist domains, that will remain intact (then delete the rest of them).

case 1) 30 days, blacklist and whitelists empty -> it should work like current version (delete history record older than 30 days)

case 2) 30 days, domains a, b, c and d in blacklist, whitelist empty -> it should delete history records older than 30 days for domains a, b, c and d only - the other history records ( for example domain e, f and g) should remain intact

case 3) 30 days, blacklist empty, domains x, y and z in whitelist -> it should delete history records older than 30 days, but for domains x, y and z should remain intact (keep them)

the domain should be represented using wildcard (normal like: facebook.com/blabla* or regex)

herrbrixter commented 2 weeks ago

Duplicate of #25