LNN的非博客:首页:修订间差异
来自 LNN的:not(博客)?
更多操作
小 →导航 |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
{{Setlang}}{{MywikiParaHack|<html><script> | {{Setlang}}{{MywikiParaHack|<html><script> | ||
if(location.host !== "www.mywiki.cn") // 个人维基域名不加www,出大问题 | if ( location.host !== "www.mywiki.cn" ) { | ||
location.replace("https://www.mywiki.cn" + location.pathname + location.search + location.hash); | // 个人维基域名不加www,出大问题 | ||
// 硬核手动重定向 | |||
location.replace( | |||
"https://www.mywiki.cn" + | |||
location.pathname + | |||
location.search + | |||
location.hash | |||
); | |||
} | |||
$("#firstHeading").html("LNN的<code>:not(</code>博客<code>)</code>?"); | $( "#firstHeading" ).html( "LNN的<code>:not(</code>博客<code>)</code>?" ); | ||
if ( mw.config.get("wgAction") === "view" ) document.title = / - (.*)/.exec(document.title)[ 1 ]; | |||
</script></html>}} | </script></html>}} | ||
{{Info | {{Info | ||