| 389 | document.querySelector('#fastposteditor .fbld').insertAdjacentHTML('afterend', `<a href="javascript:;" title="点击给选中文字添加 url 标签(可正常显示为 URL)" class="flnk" style="filter: hue-rotate(83deg);" onclick="seditor_insertunit('post', '[url][i]', '[/i][/url]');doane(event);">URL</a>`); |
| 390 | } |
| 391 | function replyCustom_2() { // 帖子底部的回复框 |
| 392 | document.getElementById('fastpostsubmit').onclick = function () { |
| 393 | if (GM_getValue('menu_customLittleTail')) document.getElementById('fastpostmessage').value += GM_getValue('menu_customLittleTail').replaceAll('\\n', '\n'); |
| 394 | } |
| 395 | } |
| 396 | function replyCustom_3() { |
| 397 | let postsubmit = document.getElementById('postsubmit'); |
| 398 | if (postsubmit && postsubmit.textContent === '\n参与/回复主题\n' || postsubmit && postsubmit.textContent === '\n发表帖子\n') { |