ChatGPT Auto Next

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

スクリプトをインストール?
作者が勧める他のスクリプト

°F+°C Weather - googleも気に入るかもしれません

スクリプトをインストール
このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
// ==UserScript==
// @name         ChatGPT Auto Next
// @namespace    ChatGPTAgree
// @version      8
// @description  Automatically clicks on the "Stay logged out" button on ChatGPT.
// @author       hacker09
// @match        https://chatgpt.com/*
// @icon         https://chatgpt.com/favicon-32x32.png
// @require      https://update.greasyforks.org/scripts/519092/arrivejs%20%28Latest%29.js
// @grant        none
// ==/UserScript==
//https://greasyforks.org/en/scripts/461721/versions/new
document.arrive('.text-token-text-secondary.underline', (function(el) { //Create a new arrive function
  el.click(); //Click on the "Stay logged out" btn
})); //Finishes the async function
长期地址
遇到问题?请前往 GitHub 提 Issues。