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 edit link for 1st section. Removed -- now a preferences option

// Twinkle anti-vandal tested Dec 2011 -- now a prefernces option
// See http://en.wikipedia.org/wiki/Wikipedia:Twinkle/doc
// Looks like useful stuff but I don't like (as of Dec 2011):
// 1. The short abbreviations in page tabs with popup notes that don't always appear
// 2. The way that it's unclear if the function is executed immediately upon selecting the tab (probably not)
// 3. Above point makes it difficult to explore and test the features.
// I need to investigate this further when I've got the time
// The twinkle doc gives way to configure it and select a subset of the functions.
// Need to revisit, now that it's a preferences item


// This one adds a bunch of functions to the toolbox when editing a user-talk page

 // Edit tools for the vandal whack-a-mole game
 // [[User:Kbh3rd/whackamole.js]] - please include this line
 //
 document.write('<script type="text/javascript" src="' 
             + 'http://en.wikipedia.org/w/index.php?title=User:Kbh3rd/whackamole.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');