User:Brooke Vibber/monobook.js: Difference between revisions
Content deleted Content added
Brooke Vibber (talk | contribs) No edit summary |
Brooke Vibber (talk | contribs) No edit summary |
||
Line 14: | Line 14: | ||
} |
} |
||
); |
); |
||
importScript("User:Splarka/contribsmulti.js"); |
Revision as of 15:30, 10 September 2009
// [[User:Lupin/popups.js]]
/*
// Cute, but slows down Safari too much
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'+'>');
*/
addOnloadHook(
function() {
var sp=document.getElementById('t-specialpages');
var toolset=sp.parentNode;
toolset.innerHTML = toolset.innerHTML + "<li><a href='#' onclick='alert(document.cookie)'>Show cookies</a></li>";
}
);