Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
/* Import css */
/* @import "//en.wikipedia.org/w/index.php?title=User:Voice_of_Clam/vector.css&action=raw&ctype=text/css"; */
 
/* Import js */
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Voice_of_Clam/vector.js&action=raw&ctype=text/javascript');

/* Open external links in new window (gadget not available on Commons) */
/* From :en:MediaWiki:Gadget-exlinks.js */
mw.hook('wikipage.content').add(function($content) {
        $content.find('a.external').each(function () {
                // Can't use wgServer because it can be protocol relative
                // Use this.href property instead of this.getAttribute('href')  because the propery
                // is converted to a full URL (including protocol)
                if (this.href.indexOf(location.protocol + '//' + location.hostname) !== 0) {
                        this.target = '_blank';
                }
        });
});

/* From User:PiRSquared17/vector.js */
$(document).ready(function() {
        /* categories should be listed at the top, not the bottom */
        $('#catlinks').insertBefore('#firstHeading').css('font-size', '0.8em');
});

showbydefault = true;
//<nowiki>

//catALot///////////////////////////////////////
////////// Cat-a-lot user preferences //////////
window.catALotPrefs = {"disambig_category":"Disambiguation","redir_category":"Category redirects","watchlist":"preferences","minor":false,"editpages":true,"docleanup":false,"subcatcount":50,"uncat":true,"button":true};
////////////////////////////////////catALotEnd//
//</nowiki>