Tampermonkey / tampermonkey

Tampermonkey is the most popular userscript manager, with over 10 million users. It's available for Chrome, Microsoft Edge, Safari, Opera Next, and Firefox.
GNU General Public License v3.0
4.3k stars 424 forks source link

Help to Clear cache cookies ... #2139

Closed funmolde closed 3 months ago

funmolde commented 3 months ago

Hello, I can't create a script to delete from a site: cache , cacheStorage ,cookies ,indexedDB ,localStorage. Is there a way to do this? Chrome extensions work but not with tampermonkey. What's the point of tampermonkey if it can't do the same thing as the extensions? Thank you -_-

derjanb commented 3 months ago

localStorage and indexedDB be deleted by a userscript running at the page. You can delete cookies via GM_cookie. Cache can't be deleted by userscripts.