2023年政策修订增补工作正在进行中,欢迎参与!
User:BearBin/js/MoeStretch.js
< User:BearBin | js
注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox/Safari:按住“Shift”的同时单击“刷新”,或按“Ctrl-F5”或“Ctrl-R”(Mac为“⌘-R”)
- Google Chrome:按“Ctrl-Shift-R”(Mac为“⌘-Shift-R”)
- Internet Explorer:按住“Ctrl”的同时单击“刷新”,或按“Ctrl-F5”
- Opera:在“工具→首选项”中清除缓存
- 如果您已登录但该页面出现未登录状态,请尝试在地址栏的地址最后添加代码
?_=1
来访问最新页面。 - 添加代码后的本页地址如下:
-{R|https://moegirl.icu/User:BearBin/js/MoeStretch.js?_=1}-
var _addText = '{{Documentation|content=* 工具介绍见[[User:BearBin/js#MoeStretch]]。\n* 源代码见[https://github.com/BearBin1215/MoegirlPedia/blob/master/src/gadgets/MoeStretch GitHub]。}}';
// <nowiki>
(()=>{"use strict";if("moeskin"===mw.config.get("skin")){$("main.moe-flexible-container").css("transition","width .24s ease");const e=$("<style>@media screen and (min-width:768px){#moe-main-container .moe-flexible-container{width:calc(100% - 2rem);margin:1rem 1rem 0}}</style>"),t=$("#moe-sidenav-toggle-btn").clone().attr("id","bearbin-moe-stretch").removeAttr("href");null===localStorage.getItem("moeStretch")&&localStorage.setItem("moeStretch","0"),"1"===localStorage.getItem("moeStretch")&&$(document.head).append(e),t.on("click",(()=>{"0"===localStorage.getItem("moeStretch")?($(document.head).append(e),localStorage.setItem("moeStretch","1")):(e.remove(),localStorage.setItem("moeStretch","0"))})),t.children(".xicon").html('<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path d="M6.5 3.5 0 10l1.5 1.5 5 5L8 15l-5-5 5-5zm7 0L12 5l5 5-5 5 1.5 1.5L20 10z"/></svg>'),t.children(".tooltip").text("清空边距"),$(".btn-group.tools-extra").prepend(t)}})();
// </nowiki>