User:TeleComNasSprVen/common.js

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac); IE: hold Ctrl while clicking Refresh, or press Ctrl-F5; Konqueror: simply click the Reload button, or press F5; Opera users may need to completely clear their cache in Tools→Preferences. — More skins

// [[File:Krinkle_CVNSimpleOverlay_wiki.js]]
// by [[:meta:User:Krinkle|User:Krinkle]] at [[:meta:Main Page|Meta-Wiki]]
mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Krinkle/Scripts/CVNSimpleOverlay_wiki.js&action=raw&ctype=text/javascript');

// HotCat gadget from [[:commons:Main Page|CommonsWiki]]
mw.loader.load('https://commons.wikimedia.org/w/index.php?title=MediaWiki:Gadget-HotCat.js&action=raw&ctype=text/javascript');

/*
 * Replaces the text of the "edit this page" and "new section" tabs with "edit" and "+", respectively.
 * Credits to [[w:User:Theopolisme]] on the Village Pump (at [[w:Wikipedia:Village pump (technical)]])
 * [https://en.wikipedia.org/w/index.php?diff=585843632&oldid=585839196 diff and oldid]
*/
$('#ca-talk a').text('talk');
$('#ca-edit a').text('edit');
$('#ca-addsection a').text('+');