用户:QWERTY770/common.js:修订间差异

删除13字节 、​ 2020年8月31日 (星期一)
无编辑摘要
(// Edit via Wikiplus)
无编辑摘要
第31行: 第31行:
var s = window.location.href;
var s = window.location.href;
if (s.indexOf("js") != -1){
if (s.indexOf("js") != -1){
     var h = document.getElementsByTagName('html')[0].innerHTML;
     var h = document.getElementById(id).innerHTML;
     h = h.("<pre>", "<pre><code>");
     h = h.("<pre>", "<pre><code>");
     h = h.replace("</pre>", "</code></pre>");
     h = h.replace("</pre>", "</code></pre>");
}
}
3,040

个编辑