ಸದಸ್ಯ:Ananth subray/common.js

ವಿಕಿಸೋರ್ಸ್ದಿಂದ

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
//mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Indic-TechCom/Script/IndicOCR.js&action=raw&ctype=text/javascript');
//console.log( "Load");
mw.loader.load('//kn.wikisource.org/w/index.php?title=ಸದಸ್ಯ:Ananth subray/statsscript.js&action=raw&ctype=text/javascript');
mw.loader.load('//fr.wikisource.org/w/index.php?title=MediaWiki:Gadget-Fill_Index.js&action=raw&ctype=text/javascript' );
importScript( 'User:Numbermaniac/goToTop.js' ); // Backlink: [[User:Numbermaniac/goToTop.js]]
importScript('User:Evad37/WikidataWatchlistLabels.js'); // [[User:Evad37/WikidataWatchlistLabels]]
importScript("User:Ananth subray/QualityButton.js");
mw.loader.load( '//wikisource.org/w/index.php?title=User:Putnik/TesseractOCR.js&action=raw&ctype=text/javascript' );
importScript("User:Ananth_subray/Floatingbutton.js");
mw.loader.load('//en.wikisource.org/w/index.php?title=MediaWiki:Gadget-BookMaker.js&action=raw&ctype=text/javascript' );
/**
 * PageNumbers   Dynamic Layouts helper
 *
 * removes sidebar Display Options menu from all ns except Main and Translation
 *
 */
jQuery( document ).ready( function ( $ ) {
	var nsDynamicLayouts = [ -1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 100, 101, 102, 103, 104, 105, 106, 107, 115, 828, 829 ];
	if ( $.inArray( mw.config.get( 'wgNamespaceNumber' ), nsDynamicLayouts ) !== -1 ) {
		$( 'div' ).remove( '#p-do' );
	}
} );
/* End of mw.loader.using callback */
} );
/* DO NOT ADD CODE BELOW THIS LINE */
//</source>