User:Xandi/monobook.js
From Wikipedia
Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac); IE: hold Ctrl while clicking Refresh, or press Ctrl-F5; Konqueror:: simply click the Reload button, or press F5; Opera users may need to completely clear their cache in Tools→Preferences.
// [[en:User:Lupin/popups.js]] document.write('<script type="text/javascript" src="'+'http://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js'+'&action=raw&ctype=text/javascript&dontcountme=s"></script>'); popupImages='false'; popupAdminLinks=true; popupRevertSummary='Revertido para a edição %s'; popupQueriedRevertSummary='Revertido para a edição $1, feita em $2 por $3' popupQueriedRevertToPreviousSummary='Revertido para a edição $1, feita em $2 por $3' popupFixRedirs = true; popupRedirAutoClick = 'wpSave'; popupFixDabs='true'; popupFixDabsSummary='Substituindo desambiguação (%s) por %s'; popupStructure = 'menus'; popupHistoricalLinks = true; popupDiffDates = true; popupEditCounterTool = 'interiot'; // Filter changes live // [[en:User:Lupin/Anti-vandal tool]] - please include this line document.write('<script type="text/javascript" src="'+'http://tet.wikipedia.org/w/index.php?title=Wikipedia:Software/antivandaltool.js'+'&action=raw&ctype=text/javascript&dontcountme=s"></script>'); window.myAddOnload=function(f) { if (window.addEventListener) window.addEventListener("load", f, false); else if (window.attachEvent) window.attachEvent("onload",f); } myAddOnload(myOwnEditButtons);