// ==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 none // ==/UserScript== $(document).ready(function() { // Create textbox and button var textbox = $('