openAi 自动改缓存(还在测试)

openAi 自动改缓存~

// ==UserScript==
// @name         openAi 自动改缓存(还在测试)
// @namespace    https://github.com/qdchenyixuan/Userscript-JS
// @version      0.11
// @description  openAi 自动改缓存~
// @author       clear
// @match        https://chat.openai.com/*
// @grant        GM_log
// @grant        GM_addStyle
// @license MIT

// ==/UserScript==

(function () {
    'use strict';
  javascript: window.localStorage.removeItem(Object.keys(window.localStorage).find(i => i.startsWith('@@auth0spajs')));
})();