User:Farry/common.js
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .css page for this skin can be added at User:Farry/common.css. |
// 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>');