Welcome to the Club Penguin Wiki! Log in or Create an account to join the community!
User:Staffan15/monobook.js
Jump to navigation
Jump to search
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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
if (wgNamespaceNumber == 3)
{
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://www.euroncap.com/img/warning.png",
"speedTip": "Warn User",
"tagOpen": "{{Warning}}\n\n--~~",
"tagClose": "~~",
"sampleText": ""};
}
function showStuff()
{
$('#p-cactions > .pBody > ul').append('<li id="ca-skins"><a href="/index.php?title='+encodeURIComponent(wgPageName)+'&useskin=vector">vector</a></li>');
if (wgNamespaceNumber == 2)
{
$('#link_box > tr > td > ul').append('<li><a rel="nofollow" href="/wiki/Special:Editcount/'+encodeURIComponent(wgTitle)+'">Editcount</a></li>');
}
}
addOnloadHook( showStuff );
document.getElementById('defbclick').onclick = function()
{
document.getElementById('defbclick').style.display = "none";
document.getElementById('defaclick').style.display = "";
}
document.getElementById('defbclick').onmouseover = function()
{
document.getElementById('defbclick').style.cursor = "pointer";
document.getElementById('defbclick').style.textDecoration = "underline";
}
document.getElementById('defbclick').onmouseout = function()
{
document.getElementById('defbclick').style.cursor = "default";
document.getElementById('defbclick').style.textDecoration = "none";
}