Clear all cookies

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

Autor
TetteDev
Installationen heute
0
Installationen gesamt
24
Bewertungen
0 0 0
Version
0.2
Erstellt am
03.01.2025
Letzte Aktualisierung
03.01.2025
Größe
2,1 KB
Lizenz
MIT
Wird angewandt auf
Alle Seiten

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。