跳转到内容
主菜单
主菜单
移至侧栏
隐藏
导航
首页
工场FAQ
工场大事记
工场文化
工场设备
正版软件
工场云服务
及时更新我
最近更改
如何使用Wiki?
工场百科
搜索
搜索
登录
个人工具
登录
查看“MediaWiki:Gadget-oldeditor.js”的源代码
系统消息
讨论
English
阅读
查看源代码
查看历史
工具
工具
移至侧栏
隐藏
操作
阅读
查看源代码
查看历史
常规
链入页面
相关更改
特殊页面
页面信息
←
MediaWiki:Gadget-oldeditor.js
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
此页面为本wiki上的软件提供界面文本,并受到保护以防止滥用。 如欲修改所有wiki的翻译,请访问
translatewiki.net
上的MediaWiki本地化项目。
您无权编辑此JavaScript页面,因为编辑此页面可能会影响所有访问者。
您可以查看和复制此页面的源代码。
// This script fully hides the VisualEditor tool, leaving it's functionality inaccessible. // It does not entirely undo the changes, but does restore old look and user-facing behavior. // It's bound to break on the slightest changes to VE itself, and might not cooperate // with other scripts which poke around the article tabs or section edit links. // Use at your own risk, and pester the VE team to restore the option to disable VisualEditor // if you believe it is necessary. /*global $, mw */ $(document).ready(function (){ var state = mw.loader.getState('ext.visualEditor.viewPageTarget.init'); if (state != 'registered') { // 'registered' actually means 'not loading' mw.loader.using('ext.visualEditor.viewPageTarget.init', function () { // Kill the tab if( $('#ca-editsource').length > 0 ) { var caEdit = $('#ca-edit a'); $('#ca-editsource a') .text(caEdit.text()); $('#ca-edit').remove(); $('#ca-editsource').attr('id', 'ca-edit'); // Kill the section edit links $('.mw-editsection-link-secondary') .text( $('.mw-editsection-link-primary').eq(0).text() ) .off('focus blur'); $('.mw-editsection-divider, .mw-editsection-link-primary').remove(); $('.mw-editsection-bracket:not(:first-of-type):not(:last-of-type)').remove(); $('.mw-editsection-bracket, .mw-editsection-link-secondary').css('visibility', ''); $('h1, h2, h3, h4, h5, h6').off('mouseenter mouseleave'); } }); } });
返回
MediaWiki:Gadget-oldeditor.js
。
开关有限宽度模式