User:Rgoodermote/monobook-ipod.js
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
//Imported from http://en.wikipedia.org/wiki/User:Nihiltres/iPod.js to make my life easier
//move p-cactions and p-personal inside the content bit, above sitenotice, so that I can prettify them more easily
addOnloadHook(function() {
if ( (document.getElementById("p-cactions")) && (document.getElementById("p-personal")) && skin == "monobook") {
var contentdiv = document.getElementById("content");
contentdiv.insertBefore(document.getElementById("p-cactions"), document.getElementById("siteNotice"));
contentdiv.insertBefore(document.getElementById("p-personal"), document.getElementById("p-cactions"));
}});
//remember to use the magic by also properly styling the moved elements and removing the now-empty space on top