ChatGPT Auto Next

Automatically removes the Next and Done text boxes as soon as you login on ChatGPT.

目前为 2023-04-14 提交的版本。查看 最新版本

// ==UserScript==
// @name         ChatGPT Auto Next
// @namespace    ChatGPTAgree
// @version      3
// @description  Automatically removes the Next and Done text boxes as soon as you login on ChatGPT.
// @author       hacker09
// @match        https://chat.openai.com/*
// @icon         https://chat.openai.com/favicon-32x32.png
// @require      https://gf.qytechs.cn/scripts/21927-arrive-js/code/arrivejs.js
// @run-at       document-end
// @grant        none
// ==/UserScript==

document.arrive('#headlessui-portal-root', (function() { //Create a new arrive function
  this.remove(); //Clicks on the Next button
})); //Finishes the async function

QingJ © 2025

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