Hide upgrade plan button on ChatGPT

Hide the animated, bright yellow "upgrade plan" button on ChatGPT

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

// ==UserScript==
// @name        Hide upgrade plan button on ChatGPT
// @namespace   https://gf.qytechs.cn/en/users/668659-denvercoder1
// @match       https://chat.openai.com/chat*
// @grant       none
// @version     1.0.1
// @author      Jonah Lawrence
// @license     MIT
// @description Hide the animated, bright yellow "upgrade plan" button on ChatGPT
// ==/UserScript==

(function () {

    document.getElementsByTagName("head")[0].insertAdjacentHTML("beforeend", "<style>.shim-yellow { display: none; }</style>");

})();

QingJ © 2025

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