Jump to content

User:MKar/common.js

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
if ( $( "#odia-converter" ).length ) 
 {
 	html = $('#hidden-html-code').text();
    $('#odia-converter').html(html);
 }
 
// Loader script for CommonsHelper Labs (originally by Krimpet, updated by Superm401)
// Released into the public domain
 
if ( mw.config.get( 'wgCanonicalNamespace' ) === 'File' )
{
   var page = 'User:Superm401/CommonsHelper Labs.js';

   var url = '//commons.wikimedia.org/w'
             + '/index.php?title='
             + encodeURIComponent( page.replace( / /g, '_' ) )
             + '&action=raw&ctype=text/javascript';
   mw.loader.load( url );
}
// To show Wikidata changes in article history
importScript('Utilisateur:H4stings/wef-history.js');
// Script to help maintain {{familytree}} or {{chart}}
importScript("User:GregU/familytree.js");
//To adding and editing of information in Listeria table cells, right on Wikipedia.
mw.loader.load("//www.wikidata.org/w/index.php?title=User:Magnus_Manske/wd_edit.js&action=raw&ctype=text/javascript");
importScript('User:Enterprisey/CustomSummaryPresets.js'); // Backlink: [[User:Enterprisey/CustomSummaryPresets.js]]
importScript('User:Kephir/gadgets/table-editor.js'); // Backlink: [[User:Kephir/gadgets/table-editor.js]]
importScript('User:Salix alba/Citoid.js'); // Backlink: [[User:Salix alba/Citoid.js]]