ChatGPT Auto Next

Automatically clicks on the "Stay logged out" button on ChatGPT.

安装此脚本?
作者推荐脚本

您可能也喜欢°F+°C Weather - google

安装此脚本
  1. // ==UserScript==
  2. // @name ChatGPT Auto Next
  3. // @namespace ChatGPTAgree
  4. // @version 8
  5. // @description Automatically clicks on the "Stay logged out" button on ChatGPT.
  6. // @author hacker09
  7. // @match https://chatgpt.com/*
  8. // @icon https://chatgpt.com/favicon-32x32.png
  9. // @require https://update.gf.qytechs.cn/scripts/519092/arrivejs%20%28Latest%29.js
  10. // @grant none
  11. // ==/UserScript==
  12. //https://gf.qytechs.cn/en/scripts/461721/versions/new
  13. document.arrive('.text-token-text-secondary.underline', (function(el) { //Create a new arrive function
  14. el.click(); //Click on the "Stay logged out" btn
  15. })); //Finishes the async function

QingJ © 2025

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