Haspriwww/betterhistory ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Chrome extension called BetterHistory that lets me keep certain sites out of my browsing history automatically.
I want a small popup where I can add, edit, and remove blacklist rules for an exact domain, a domain plus all its subdomains, or a specific path on a site. For example, I should be able to block just roblox.com, all of whatsapp.com including web.whatsapp.com, or only something like example.com/blog. As soon as I save a rule, the extension should search my existing history and delete anything that matches. After that, it should keep watching for new visits and remove matching history entries right away, plus do a periodic recheck every 15 minutes as a safety net.
Please keep everything local in the browser, with no server or account stuff. Use the permissions needed for history, local storage, and scheduled checks. Make it easy to load as an unpacked extension in Chrome. If anything changed recently, check the current Chrome extension docs online.
Have a live product UI? Try website reverse