Jacmob
Created page with "// prevent this from doing anything on Special:Preferences; JS doesn't load on that // page, so users will be unable to access the personal links that are display: none'd body:not(.mw-special-Preferences) { // hide these with css first so there's no jump after js loads #pt-mytalk, #pt-preferences, #pt-watchlist, #pt-mycontris, #pt-logout { display: none; } // username link #p-personal #pt-userpage { float: right;..."