Tampermonkey is the most popular userscript manager, with over 10 million users. It's available for Chrome, Microsoft Edge, Safari, Opera Next, and Firefox.
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 -_-
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.
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 -_-