<link href="../fonts/font.css" rel="stylesheet" type="text/css">

<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fa">
		<id>https://wiki.imaroof.ir/index.php?action=history&amp;feed=atom&amp;title=%D9%85%D8%AF%DB%8C%D8%A7%D9%88%DB%8C%DA%A9%DB%8C%3AGadget-oldeditor.js</id>
		<title>مدیاویکی:Gadget-oldeditor.js - تاریخچهٔ ویرایش‌ها</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.imaroof.ir/index.php?action=history&amp;feed=atom&amp;title=%D9%85%D8%AF%DB%8C%D8%A7%D9%88%DB%8C%DA%A9%DB%8C%3AGadget-oldeditor.js"/>
		<link rel="alternate" type="text/html" href="https://wiki.imaroof.ir/index.php?title=%D9%85%D8%AF%DB%8C%D8%A7%D9%88%DB%8C%DA%A9%DB%8C:Gadget-oldeditor.js&amp;action=history"/>
		<updated>2026-08-03T01:07:37Z</updated>
		<subtitle>تاریخچهٔ ویرایش‌های این صفحه در ویکی</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>https://wiki.imaroof.ir/index.php?title=%D9%85%D8%AF%DB%8C%D8%A7%D9%88%DB%8C%DA%A9%DB%8C:Gadget-oldeditor.js&amp;diff=43&amp;oldid=prev</id>
		<title>Admin: صفحه‌ای تازه حاوی «// This script fully hides the VisualEditor tool, leaving it's functionality inaccessible. // It does not entirely undo the changes, but do...» ایجاد کرد</title>
		<link rel="alternate" type="text/html" href="https://wiki.imaroof.ir/index.php?title=%D9%85%D8%AF%DB%8C%D8%A7%D9%88%DB%8C%DA%A9%DB%8C:Gadget-oldeditor.js&amp;diff=43&amp;oldid=prev"/>
				<updated>2016-02-27T11:34:16Z</updated>
		
		<summary type="html">&lt;p&gt;صفحه‌ای تازه حاوی «// This script fully hides the VisualEditor tool, leaving it&amp;#039;s functionality inaccessible. // It does not entirely undo the changes, but do...» ایجاد کرد&lt;/p&gt;
&lt;p&gt;&lt;b&gt;صفحهٔ تازه&lt;/b&gt;&lt;/p&gt;&lt;div&gt;// This script fully hides the VisualEditor tool, leaving it's functionality inaccessible.&lt;br /&gt;
// It does not entirely undo the changes, but does restore old look and user-facing behavior.&lt;br /&gt;
&lt;br /&gt;
// It's bound to break on the slightest changes to VE itself, and might not cooperate&lt;br /&gt;
// with other scripts which poke around the article tabs or section edit links.&lt;br /&gt;
&lt;br /&gt;
// Use at your own risk, and pester the VE team to restore the option to disable VisualEditor&lt;br /&gt;
// if you believe it is necessary.&lt;br /&gt;
&lt;br /&gt;
/*global $, mw */&lt;br /&gt;
$(document).ready(function (){&lt;br /&gt;
	var state = mw.loader.getState('ext.visualEditor.desktopArticleTarget.init');&lt;br /&gt;
	if (state != 'registered') { // 'registered' actually means 'not loading'&lt;br /&gt;
		mw.loader.using('ext.visualEditor.desktopArticleTarget.init', function () {&lt;br /&gt;
			// Kill the tab&lt;br /&gt;
			if( $('#ca-editsource').length &amp;gt; 0 ) {&lt;br /&gt;
				var caEdit = $('#ca-edit a');&lt;br /&gt;
				$('#ca-editsource a')&lt;br /&gt;
					.text(caEdit.text());&lt;br /&gt;
				$('#ca-edit').remove();&lt;br /&gt;
				$('#ca-editsource').attr('id', 'ca-edit');&lt;br /&gt;
&lt;br /&gt;
				// Kill the section edit links&lt;br /&gt;
				$('.mw-editsection-link-secondary')&lt;br /&gt;
					.text( $('.mw-editsection-link-primary').eq(0).text() )&lt;br /&gt;
					.off('focus blur');&lt;br /&gt;
				$('.mw-editsection-divider, .mw-editsection-link-primary').remove();&lt;br /&gt;
				$('.mw-editsection-bracket:not(:first-of-type):not(:last-of-type)').remove();&lt;br /&gt;
				$('.mw-editsection-bracket, .mw-editsection-link-secondary').css('visibility', '');&lt;br /&gt;
				$('h1, h2, h3, h4, h5, h6').off('mouseenter mouseleave');&lt;br /&gt;
			}&lt;br /&gt;
		});&lt;br /&gt;
	}&lt;br /&gt;
});&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>