Clear all cookies

Tries to recreate going into incognito mode for a website without actually opening an incognito tab

Fra 03.01.2025. Se den seneste versjonen.

Forfatter
TetteDev
Vurderinger
0 0 0
Versjon
0.1
Lagd
03.01.2025
Oppdatert
03.01.2025
Size
2,1 kB
Lisens
MIT
Gjelder
Alle sider

Only tested with Tampermonkey BETA v5.3.6221

Simple script activated by either pressing ALT+F5 or pressing the button in the Tampermonkey GUI that supposedly simulates visiting a certain page for the first time, helpful in bypassing any clientside checks done by a website, such as forcing you to login or buy credits after doing something etc

What is does now is

  1. Clear any present httpOnly cookies (via GM_cookie)
  2. Sets all present cookies in document.cookie to be expired
  3. Clears window.caches
  4. Clears window.indexedDB
  5. Clears window.localstorage
  6. Clears window.sessionStorage
长期地址
遇到问题?请前往 GitHub 提 Issues。