()
| 394 | } |
| 395 | } |
| 396 | function replyCustom_3() { |
| 397 | let postsubmit = document.getElementById('postsubmit'); |
| 398 | if (postsubmit && postsubmit.textContent === '\n参与/回复主题\n' || postsubmit && postsubmit.textContent === '\n发表帖子\n') { |
| 399 | postsubmit.onclick = function () { |
| 400 | if (GM_getValue('menu_customLittleTail')) document.getElementById('e_textarea').value += GM_getValue('menu_customLittleTail').replaceAll('\\n', '\n'); |
| 401 | } |
| 402 | } |
| 403 | } |
| 404 | } |
| 405 | // 监听插入事件(回帖间隔) |
| 406 | /*function replyIntervalDOMNodeInserted() { |