// ==UserScript== // @name U2实时预览BBCODE // @namespace https://u2.dmhy.org/ // @version 1.1.8 // @description 实时预览BBCODE // @author kysdm // @grant GM_xmlhttpRequest // @connect p.sda1.dev // @connect sm.ms // @connect smms.app // @match *://u2.dmhy.org/* // @exclude *://u2.dmhy.org/shoutbox.php* // @icon https://u2.dmhy.org/favicon.ico // @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js // @license Apache-2.0 // ==/UserScript== /* 本脚本基于 Bamboo Green 界面风格进行修改 为什么会有近似功能的函数呢,问就是历史原因 等不能跑的时候再动祖传代码 /* /* GreasyFork 地址 https://greasyfork.org/zh-CN/scripts/426268 */ /* 更新日志 https://github.com/kysdm/u2_share/commits/main/u2share_bbcode.user.js */ 'use strict'; (async () => { // 声明全局变量 // https://api.jquery.com/jQuery.noConflict/ const jq = jQuery.noConflict(); // 网站语言 const lang = new lang_init(jq('#locale_selection').val());; // CSS jq('body').append(``); jq('body').append(``); // JS jq('body').append(``); await loadScript('https://cdnjs.cloudflare.com/ajax/libs/localforage/1.10.0/localforage.min.js') await loadScript('https://userscript.kysdm.com/js/mediainfo.js?v=1.0') await loadScript('https://userscript.kysdm.com/js/conversion.js?v=1.0') // DB const db = localforage.createInstance({ name: "bbcodejs" }); const attachmap_db = localforage.createInstance({ name: "attachmap" }); const history_db = localforage.createInstance({ name: "history" }); // 现存BBCODE元素 (async () => { if (jq('.bbcode').length === 0) return; // 判断页面是否存在 bbcode 输入框 new init(); const url = location.href.match(/u2\.dmhy\.org\/(upload|forums|comment|contactstaff|sendmessage|edit)\.php/i); if (url === null) return; await syncScroll('#bbcodejs_tbody', url[1], '.bbcode', '#bbcode2'); if (url[1] === 'upload') { await autoSaveUpload(); } else { await autoSaveMessage('#bbcodejs_tbody', '.bbcode', '#qr', url[1], '#compose'); } jq('.bbcode').parents("tr:eq(1)").after('
'
+ ' '
+ ' ' + await bbcode2html(jq('.bbcode').val()) + ' |
|
- |
' + text + ''; }); }; const b = (val, textarea) => { if (val) { return textarea.replace(/\[b=(.*?)\]/i, function (s, v) { return addTempCode('[b=') + v + ']'; }); }; const lost = checkLostTags(textarea, /\[(?
${lang['spoiler']} ` + ` |
${x.replace(/( )*$/, '')} |
${lang['spoiler']} ` + ` |
${x.replace(/( )*$/, '')} |
${tval} ` + ` |
${text.replace(/( )*$/, '')} |