User:T12/common.js

From Sarkarverse
Jump to navigation Jump to search

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:Jayprakash12345/Scripts/MiniTwinkle.js&action=raw&ctype=text/javascript');
mediaWiki.loader.load( '//en.wikipedia.org/w/index.php?title=User:Evad37/ToDoLister.js&action=raw&ctype=text/javascript' );//add a todo list right upper corner of Wiki-page, easy to manage tasks
importScript('User:Tito Dutta/scripts/addToolbarButtons.js');
importScript('User:Example/watchlistContribs.js');
importScript('User:Example/duplinks.js');
importScript('User:Tito Dutta/scripts/copySectionLink.js');
importScript('User:Example/autolink.js');
importScript('User:Tito Dutta/scripts/saveandedit.js');
importScript('User:Example/sagittarius.js');
importScript('User:Tito Dutta/scripts/pagesCreated.js');
importScript('User:Example/TemplateParamWizard.js');
importScript('User:Tito Dutta/scripts/Floater.js');
importScript('User:Tito_Dutta/Autocompleter.js');



if ( $.inArray( mw.config.get( 'wgAction' ), ['edit', 'submit'] ) > -1 ) {
	mw.loader.load('//en.wikipedia.org/w/index.php?title=User:V111P/js/smartLinkingLoader.js'
			+ '&action=raw&ctype=text/javascript');
}