Misplaced Pages

User:Eastern Geek/common.js: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
< User:Eastern Geek Browse history interactively← Previous editContent deleted Content added
Revision as of 15:23, 8 December 2021 view sourceEastern Geek (talk | contribs)569 editsNo edit summaryTag: Reverted← Previous edit Latest revision as of 15:33, 4 January 2022 view source Eastern Geek (talk | contribs)569 editsNo edit summary 
(139 intermediate revisions by the same user not shown)
Line 3: Line 3:
mw.loader.load('//commons.wikimedia.org/search/?title=MediaWiki:Gadget-Cat-a-lot.js&action=raw&ctype=text/javascript'); mw.loader.load('//commons.wikimedia.org/search/?title=MediaWiki:Gadget-Cat-a-lot.js&action=raw&ctype=text/javascript');
mw.loader.load('//commons.wikimedia.org/search/?title=MediaWiki:Gadget-Cat-a-lot.css&action=raw&ctype=text/css', 'text/css'); mw.loader.load('//commons.wikimedia.org/search/?title=MediaWiki:Gadget-Cat-a-lot.css&action=raw&ctype=text/css', 'text/css');
}). });

Latest revision as of 15:33, 4 January 2022

window.catALotPrefs = {editpages:  true};
mw.loader.using().done(function(){
  mw.loader.load('//commons.wikimedia.org/search/?title=MediaWiki:Gadget-Cat-a-lot.js&action=raw&ctype=text/javascript');
  mw.loader.load('//commons.wikimedia.org/search/?title=MediaWiki:Gadget-Cat-a-lot.css&action=raw&ctype=text/css', 'text/css');
});