Advent of Ascension Wiki

1.7.10版本的玩家请注意,本Mod的1.7.10版本在此wiki上正式停止支持。这也意味着,在绝大多数页面上,关于1.7.10版本的内容会被移除。如果您需要关于1.7.10版本的信息,您可以尝试翻阅相应页面在2019年2月之前的历史版本(点击页面右上角的“历史”标签可以查看所有历史版本)
如果您希望评论、询问相关信息,或是表达自己的顾虑,请至官方Discord服务器或移步社区主页

了解更多

Advent of Ascension Wiki
Advertisement

其他语言: EnglishFrançaisРусский


注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:前往菜单 → 设置(Mac为Opera → Preferences),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件
try {
/*
 if (mw.config.values.wgNamespaceIds[mw.config.values.wgCanonicalNamespace.toLowerCase()] == mw.config.values.wgNamespaceIds["special"] && mw.config.values.wgTitle == "MassBlock") {
  document.querySelector("#firstHeading").innerHTML = "批量封禁";
  let customPage = document.querySelector("#bodyContent");
  customPage.innerHTML = '<p>完成下面的表格以开始批量封禁用户。</p><div class="mw-htmlform-ooui-wrapper oo-ui-layout oo-ui-panellayout oo-ui-panellayout-padded oo-ui-panellayout-framed"><div>指定用户名</div><input length="30"></input></div>';
 }
 //document.querySelector("pre").innerHTML = document.querySelector("h1").innerHTML;
} catch (err) {
confirm(err.stack);
};
document.addEventListener("readystatechange", () => {
 try {
  document.querySelector("footer#curse-footer").innerHTML = "Fandom is f**ked up!";
 } catch (err) {
  confirm(err.stack);
 };
*/
alert(0);
if (mw.config.values.wgNamespaceIds[mw.config.values.wgCanonicalNamespace.toLowerCase()] == mw.config.values.wgNamespaceIds["category"]) {
    let newPara = document.createElement("p");
    Array.from(document.querySelectorAll("li")).forEach((e) => {
         newPara.innerHTML += e.innerText + "<br/>";
    });
    document.querySelector("#bodyContent").appendChild(newPara);
}
});
Advertisement