User:HereToHelp/monobook.js: Difference between revisions

Content deleted Content added
userspace edit
syntax
Line 1:
// [[User:Lupin/popups.js]]
 
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js'
Line 27 ⟶ 26:
document.getElementById("wpSummary").value = "/* Intro */ ";
});
 
addOnloadHook(function () {
var tabs = document.getElementById('p-cactions').cloneNode(true);
Line 39 ⟶ 37:
content.parentNode.insertBefore(tabs, content.nextSibling); // Place tab list right after content div
});
 
addOnloadHook(function () {
var toolbar = document.getElementById('toolbar');
Line 49 ⟶ 46:
});
 
//
 
addOnloadHook(function () {
var query_prefix = "title=Special:Watchlist&action=submit&remove=1&id[]=";