wooque / site-bleacher

Remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs
43 stars 2 forks source link

clean Service Workers? #5

Closed atomGit closed 5 years ago

atomGit commented 5 years ago

does SB clean Service Worker cache? and if not, would that be possible to add?

wooque commented 5 years ago

It doesn't, but I'll look if it could be possible

atomGit commented 5 years ago

if you haven't already looked, perhaps this might be a starting point...

ServiceWorkerRegistration.unregister() - Web APIs | MDN

WindowOrWorkerGlobalScope.setTimeout() - Web APIs | MDN

Functions and classes available to Web Workers - Web APIs | MDN

wooque commented 5 years ago

Version 1.1.0 cleans service workers and more

atomGit commented 5 years ago

wow, thank you so much - fantastic!

Remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs

can you explain what all is covered by cache storages, filesystems and webSQLs?

wooque commented 5 years ago

Don't really know :) It's from Chrome extension docs: https://developer.chrome.com/extensions/browsingData

atomGit commented 5 years ago

when i updated SB i got the new permissions prompt to access browsing history - it looks like browsing history is not cleared, which is good

Q: do all of SB's functions, including the new ones, work with FF?

wooque commented 5 years ago

It should, except Firefox does not support cleaning cacheStorage, fileSystems, webSQL, thou they don't support WebSQL at all.

wooque commented 5 years ago

Updated addon description on addons.mozilla.org to reflect that