// ==UserScript== // @name ChatGLM 插嘴功能 // @namespace http://tampermonkey.net/ // @version 0.1 // @description Clicks the stop button when Enter is pressed in the first textarea on chatglm.cn // @author You // @match https://chatglm.cn/* // @grant none // @license MIT // @downloadURL none // ==/UserScript== (function() { 'use strict'; // 等待页面加载完成 window.addEventListener('load', function() { // 获取页面中的第一个