📄 ubbtag.js
字号:
// JavaScript Document
function meizz(str)
{
var old = window.clipboardData.getData("Text");
window.clipboardData.setData("Text",str);
bored.bordnr.focus();
document.execCommand('Paste');
window.clipboardData.setData("Text",old);
}
function shoptag(){
var str1 = shows.shopnum.value;
var str2 = shows.shopcolor.value;
var strshop = "$_showshop("+str1+","+str2+")_$";
var old = window.clipboardData.getData("Text");
window.clipboardData.setData("Text",strshop);
bored.bordnr.focus();
document.execCommand('Paste');
window.clipboardData.setData("Text",old);
}
function changetable(){
changeall();
var num = tagtype.value;
if(num !== ""){
eval("tb"+num).style.display = "";
}
}
function changeall() {
for (i=1;i<3;i++) {
eval("tb"+i).style.display="none";
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -