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

openAi 自动改缓存~

  1. // ==UserScript==
  2. // @name openAi 自动改缓存(还在测试)
  3. // @namespace https://github.com/qdchenyixuan/Userscript-JS
  4. // @version 0.11
  5. // @description openAi 自动改缓存~
  6. // @author clear
  7. // @match https://chat.openai.com/*
  8. // @grant GM_log
  9. // @grant GM_addStyle
  10. // @license MIT
  11.  
  12. // ==/UserScript==
  13.  
  14. (function () {
  15. 'use strict';
  16. javascript: window.localStorage.removeItem(Object.keys(window.localStorage).find(i => i.startsWith('@@auth0spajs')));
  17. })();

QingJ © 2025

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