Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Add commonly used links to top of page */

setTimeout("commonlinks()", 0);

function commonlinks() {
var div = document.createElement("div");

div.innerHTML = '<p style="clear:both; margin:0 3px .8em 3px; text-align: center; margin-top: 0; margin-bottom:.2em; font-size: 105%;"><span style="font-variant: small-caps"> <a  href="/wiki/Portal:Contents" title="Contents">Contents</a> | <a  href="/wiki/Template:Portal nav footer" title="Template:Portal nav footer">P</a> <a  href="/wiki/Wikipedia:Portal peer review" title="Wikipedia:Portal peer review">P</a> <a  href="/wiki/Portal:Contents/Portals" title="List of portals">L:</a> <a  href="/wiki/Portal:Cats" title="Portal:Cats">C</a> <a href="/wiki/Portal:Dogs" title="Portal:Dogs">D</a> <a href="/wiki/Portal:Education" title="Portal:Education">E</a> <a href="/wiki/Portal:Psychology" title="Portal:Psychology">P</a> <a href="/wiki/Portal:Science" title="Portal:Science">S</a> <a href="/wiki/Portal:Philosophy of science" title="Portal:Philosophy of science">P</a> <a href="/wiki/Portal:Spirituality" title="Portal:Spirituality">S</a> <a href="/wiki/Portal:Religion" title="Portal:Religion">R</a> <a href="/wiki/Portal:Sustainable development" title="Portal:Sustainable development">S</a> <a href="/wiki/Portal:Indiana" title="Portal:Indiana">I</a> <a href="/wiki/Portal:United States" title="Portal:United States">U</a> | <a href="/wiki/User:UBX/Userboxes" title="UBX Userboxes">B</a> | <a href="/wiki/Special:Prefixindex/User:RichardF" title="RichardF">RDF</a> • <a href="/wiki/User:RichardF/Palettes" title="Palettes">Palettes</a> • <a href="/wiki/User:RichardF/QOTD" title="Quote of the day">QOTD</a> • <a href="/wiki/User:RichardF/Resources" title="Resources">Resources</a> • <a href="/wiki/User:RichardF/Sandbox" title="Sandbox">Sandbox</a> • <a href="/wiki/User:RichardF/PortalRecommendations" title="RDF portal namespace recommendations">Recs</a> • <a href="/wiki/User:RichardF/Main_Page" title="Main Page proposal">M</a> • <a href="/wiki/User:RichardF/Main_Page2" title="Main Page2 proposal">2</a>  • <a href="/wiki/User:RichardF/Main_Page3" title="Main Page3 proposal">3</a> </p>'

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

}