User:RichardF/monobook.js

/* Add commonly used links to top of page */

setTimeout("commonlinks()", 0);

function commonlinks() {

var div = document.createElement("div");

div.innerHTML = '

Contents | P P L: C D E P S P S R S I U | B | RDFPalettesQOTDResourcesSandboxRecsM23

'

document.getElementById("content").insertBefore(div, document.getElementsByTagName("h1")[0]);

}