Участник:KiD 38/common.js

//Сноски
importScript('Участник:KiD 38/ReferenceTooltips.js');
importStylesheet('Участник:KiD 38/ReferenceTooltips.css');
//Короткие диффы
importScript('Участник:T kns/shortdiffurl.js');
//Флажки
importScript('Участник:Dibot/pat.js');
//Предотвращение отката
importScript('Участник:Dima st bk/otkat.js');

importScript('Участник:Александр Дмитриев/comments in local time ru.js');

//Убираем остатки Visual Editor
$(document).ready(function(){
	var edit = 'Править';
 
	//Перевод в нижний регистр
	String.prototype.lower = function(){
		return this.substring(0, 1).toLowerCase() + this.substring(1);
	};
 
	//Изменение текста на всех ссылках
	$('#ca-edit > span > a').html(edit);
	$('.mw-editsection > a:not([class])').html(edit.lower());
});