// ==UserScript== // @name ChatGLM 插嘴功能 // @namespace http://tampermonkey.net/ // @version 0.7 // @description 当你在chatglm的对话框里按下enter建时,如果ai仍在说话,会自动停止ai发言并发送你的消息 // @author You // @match https://chatglm.cn/* // @grant none // @license MIT // @downloadURL none // ==/UserScript== (function() { 'use strict'; function bindEventToTextarea() { // 获取页面中的第一个