chatgpt不好用,封ip
替代品:https://poe.com/
油猴脚本
// ==UserScript==
// @name Poe.com Layout Adjuster
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Adjust the layout on Poe.com
// @author gpt
// @match https://poe.com/*
// @run-at document-end
// @grant none
// ==/UserScript==(function() {'use strict';const style = document.createElement('style');style.innerHTML = `s.MarkdownCodeBlock_preTag__dDgT9 { font-size: 10px; }.Message_botMessageBubble__CPGMI {width: 1225px !important;max-width: none !important;}.Message_humanMessageBubble__Nld4j {width: 1225px !important;max-width: none !important;}.PageWithSidebarLayout_rightSidebar__BXZDJ {flex: none !important;}.NewPageWithSidebarLayout_mainSection__CDsEp{width: 1225px !important;max-width: none !important;}`;document.head.appendChild(style);var style2 = document.createElement('style');style2.textContent = ':root { --font-size-large: 1.0rem; }';style.textContent += '.MarkdownCodeBlock_preTag__dDgT9 { font-size: 10px; }';document.head.appendChild(style2);
})();
修改之前
修改之后