User:Bequw/common.js

From Wiktionary, the free dictionary
Jump to navigation Jump to search

Note – after saving, you may have to bypass your browser’s cache to see the changes.

  • Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh);
  • Konqueror and Chrome: click Reload or press F5;
  • Opera: clear the cache in Tools → Preferences;
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

This JavaScript is executed for Bequw on every page load.


//autofocus to the search box on the Main Page 
//importScript('User:Bequw/searchFocus.js'); 

//for mobile browsers
//importScript('User:Bequw/mobile.js');

// install [[User:Cacycle/wikEdDiff]] enhanced diff view using ajax
//importScript('User:Cacycle/wikEdDiff.js', 'en.wikipedia.org'); 

//Adds link to show subpages on appropriate namespaces
//importScript('User:Bequw/SubPages.js');

//importScript('User:Bequw/comments in local time.js');
//mw.loader.load( 'http://localhost/wikttest.js' );


//importScript('User:Fran McCrory/dimorphism.js', 'en.wikipedia.org'); //Show gender
//importScript('MediaWiki:Gadget-edittop.js', 'en.wikipedia.org');

importScript('User:Yair_rand/TabbedLanguages2.js');
importScript('MediaWiki:SectionWatchLinks.js');
importScript('User:Atelaes/TargetedTranslations.js');
importScript('User:Bequw/CustomToolbar.js');


LocalComments = {
	dateDifference: false,
	dateFormat: 'dmy',
	timeFirst: true,
	twentyFourHours: true
};

//portlets
$(function () {
     addPortletLink ('p-tb', 'http://en.wiktionary.org/wiki/WT:SB', 'WT:SB');
});