Ծանուցում. Հիշելուց հետո կատարված փոփոխությունները տեսնելու համար մաքրեք ձեր զննարկիչի հիշապահեստը. Mozilla / Firefox / Safari՝ Ctrl+Shift+R (Cmd+Shift+R Mac OS X-ում) Konqueror՝ F5 Opera՝ Tools→Preferences ընտրացանկից։ Internet Explorer՝ Ctrl+F5

/* Check if view is in edit mode page is SAE page. */
//if ( $.inArray( mw.config.get( 'wgAction' ), ['edit', 'submit'] ) !== -1 
//		&& mw.config.get( 'wgPageName' ).substr(0,66) == 'Էջ:Հայկական_Սովետական_Հանրագիտարան_(Soviet_Armenian_Encyclopedia)_') {
//    importScript( 'User:Xelgen/SAETools.js' );
//}

//importScript( 'User:Xelgen/CleanupTools.js' );
mw.loader.load( 'https://localhost/wikidaran/IllustrationCropper/IllustrationCropper.js' );
//mw.loader.load( 'https://rawgit.com/MediaWikiArmenia/IllustrationCropper/master/IllustrationCropper.js' );
//mw.loader.load( 'https://localhost/wikidaran/AutoHinter/autohinter.js' );
mw.loader.load( 'https://localhost/wikidaran/SAETools-dev.js' );
//mw.loader.load( 'https://localhost/wikidaran/CleanupTools-dev.js' );
mw.loader.load( 'https://localhost/wikidaran/ZoomProof/rezoomproof.js' );


//importScript ('User:Xelgen/sandbox.js');
//importScript ('User:Xelgen/SAEsections.js');

//importScript('User:Mahnerak/djvuproof.js');


//Section grabber tests BEGIN
(function loadSectionHarvester() {
if (mw.config.get('wgNamespace') !== null) {
// SpecialPage namespace is -1, but blank page seems to have NULL namespace...
return;
}
var pageName = mw.config.get('wgPageName').split(':');
if (pageName.length < 1) {
// No page specified
return;
}
if (pageName[1] !== 'BlankPage/SectionHarvester') {
// Different Special Page
return;
}
// TODO: we should put this JS on Meta so it is easily accessible from all language editions
//importScript('User:HrantKhachatrian/SectionHarvester.js');
mw.loader.load( 'https://localhost/wikidaran/SectionHarvester/SectionHarvester.js');
})();
//Section grabber test END


//mw.loader.load('https://rawgit.com/MediaWikiArmenia/ZoomProof/master/zoomproof.js');


//AutoHinter for VisualEditor
mw.loader.using( 'ext.visualEditor.desktopArticleTarget.init', function () {
	// Register plugins to VE. will be loaded once the user opens VE
	mw.libs.ve.addPlugin( function () { 
		return $.getScript( "https://localhost/wikidaran/AutoHinter/autohinter-ve.js" ); 
	} );
});