哈雷彗星 (@Haleclipse)Boost CJK 输入法回车上屏却发送的解决方案 中发帖

从私聊聊天优化建议继续讨论: 
直接消息回车问题 - #7,来自 Haleclipse 
// ==UserScript==
// @name         Discourse Chat IME Guard
// @namespace    https://linux.do/
// @version      0.3
// @description  Block IME Enter from sending chat / DM / Boost in Discourse
// @match        https://linux.do/*
// @match        https://*.discourse.org/*
// @run-at       document-idle
// @inject-into  content
// @grant        none
// ==...
 
 
Back to Top