dessant / clear-browsing-data

Browser extension for clearing browsing data, available for Chrome, Edge and Firefox
https://addons.mozilla.org/en-US/firefox/addon/clear-browsing-data/
GNU General Public License v3.0
185 stars 22 forks source link

Feature request : Clear data for currently visited site only #36

Open mwamp opened 3 years ago

mwamp commented 3 years ago

Thanks for your work and this extension

I am not interested in a global data wipe, I believe it is only a few clicks away in firefox if I need it occasionally. For a single website though, a one click option is very useful instead of calling the console/storage panel and wipe everything by hand.

Would you consider adding a option that wipes data only for the website of the current tab?

pythoninthegrass commented 2 years ago

Came here to say the same. Excellent add-on regardless. Saves me a few clicks for a problem child website that I'm constantly running in private mode due to expired session cookies.

@dessant Let me know if you need help testing this feature. Happy to debug on both Firefox and Chrome.

i486 commented 1 year ago

I feel like this shouldn't be too hard to implement considering Firefox enabled Total Cookie Protection globally and its own "Menu > History > Forget About This Site" feature essentially does this and remove everything for the selected site. All Clear Browsing Data has to add is internally use "Forget About This Site" or just simply remove the entire "jar" for the currently open site.

I am not a developer. Feel free to correct me if i am wrong.

i486 commented 1 year ago

This is the only other alternative that can clear current site browser data with one-click https://addons.mozilla.org/en-US/firefox/addon/forget-about-this-site/ (Not to be confused with Firefox's native "Forget About This Site")

Sadly, it's not updated and it doesn't support partitioned cookies (Total Cookie Protection). This means when a user visits https://examplesite.com/ and the site creates cookies for examplesite.com and exampletracker.com.

If used, it will only delete examplesite.com cookie but not exampletracker.com, leaving user vulnerable to tracking at later date by examplesite.com

objecttothis commented 1 year ago

I too would like the option to specifically clear browsing data related to the current active tab.

panckreous commented 11 months ago

yes please. in the mean time, what are the best ways to do this?

peterkassner commented 8 months ago

I agree, and I'd pay a small license fee for the privilege.

ldorigo commented 8 months ago

This would be a boon for developers, currently I need something like 15 clicks in the devtools - clear cookies, clear session cookies, clear local storage, clear session storage, clear indexed db, ........