{tabs-pane label="代码"}
document.body.oncontextmenu=document.body.ondragstart= document.body.onselectstart=document.body.onbeforecopy=function(){return false;};
document.body.onselect=document.body.oncopy=document.body.onmouseup=function(){document.selection.empty();};
{/tabs-pane}
{tabs-pane label="位置"}
放在Joe主题后台自定义body末尾处,效果没试请自行添加后尝试,建议电脑端测试,防止不生效。代码来自网络,侵权联系站长删除。
{/tabs-pane}{tabs-pane label="代码"}
document.oncontextmenu=new Function("event.returnValue=false;");
document.onselectstart=new Function("event.returnValue=false;");
{/tabs-pane}
{tabs-pane label="位置"}
同上。
{/tabs-pane}