MediaWiki:Gadget-CategoryAboveAll.js
Appearance
| This page is loaded as a part of the CategoryAboveAll gadget, used by 0 users. |
//* by [[Commons:User:Ianezz|Ianezz]]
$( function catsattop() {
if ( mw.config.get( 'wgCanonicalNamespace' ) === 'Special') {
return;
}
var cats = document.getElementById('catlinks');
var bc = document.getElementById('bodyContent');
bc.insertBefore(cats, bc.childNodes[0]);
} );