// ==UserScript== // @name chatGPT辅助脚本 长文本分割 // @namespace https://github.com/Huoyuuu // @include https://chat.openai.com/* // @description 自动将英文文本分割为chatGPT可以承受住的输入量,省去人工分割的步骤。 // @author Huoyuuu // @version 1.1 // @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js // @require https://code.jquery.com/ui/1.12.1/jquery-ui.min.js // @grant none // @license MIT // @downloadURL https://update.greasyfork.icu/scripts/458888/chatGPT%E8%BE%85%E5%8A%A9%E8%84%9A%E6%9C%AC%20%E9%95%BF%E6%96%87%E6%9C%AC%E5%88%86%E5%89%B2.user.js // @updateURL https://update.greasyfork.icu/scripts/458888/chatGPT%E8%BE%85%E5%8A%A9%E8%84%9A%E6%9C%AC%20%E9%95%BF%E6%96%87%E6%9C%AC%E5%88%86%E5%89%B2.meta.js // ==/UserScript== $(document).ready(function() { // Create textbox and button var textbox = $('