openAi 自动改缓存

openAi 自动改缓存~

目前為 2023-02-23 提交的版本,檢視 最新版本

// ==UserScript==
// @name         openAi 自动改缓存
// @namespace    https://github.com/qdchenyixuan/Userscript-JS
// @version      0.1
// @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')));
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址