打开主菜单
首页
随机
登录
设置
关于Akarin
免责声明
Akarin
搜索
更改
←上一编辑
下一编辑→
MediaWiki:Common.js
(查看源代码)
2020年8月2日 (日) 16:41的版本
添加237字节
、
2020年8月2日 (日) 16:41
无编辑摘要
第235行:
第235行:
//临时修复!侧边栏的“打印页面”移动到“打印/导出”章节
//临时修复!侧边栏的“打印页面”移动到“打印/导出”章节
$('div#p-electronpdfservice-sidebar-portlet-heading.portal div.body ul').append($('li#t-print'));
$('div#p-electronpdfservice-sidebar-portlet-heading.portal div.body ul').append($('li#t-print'));
+
+
if (location.href.indexOf("toggle_view_mobile") != -1)
+
{
+
temp = document.getElementsByClassName('navbox')
+
for (let i = 0; i < temp.length; i++)
+
{
+
temp[i].className = 'navbox __web-inspector-hide-shortcut__';
+
}
+
}
Ge2
行政员
、
用户查核员
、importer、
界面管理员
、
结构式讨论监督员
、
管理员
、
上传向导活动编辑者
、widgeteditor
215
个编辑