User:Pjacobi/monobook.js

var cats = document.getElementById('catlinks');

var bc = document.getElementById('bodyContent');

bc.insertBefore(cats, bc.childNodes[0]);