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.
/* <pre><nowiki> */

// version info
window.wikEdProgramVersion = '0.9.55b';
window.wikEdProgramDate    = 'November 27, 2007';

/*

Program description and Greasemonkey metadata

wikEd is a full-featured JavaScript in-browser editor for Wikipedia and other MediaWiki edit pages.
The program works currently ONLY for Mozilla-based browsers (Mozilla, Mozilla Firefox, and Mozilla SeaMonkey)
The code has to be saved as UTF-8 in your editor to preserve Unicode characters like ♥ (heart)

// ==UserScript==
// @name        Twinkle
// @namespace   http://en.wikipedia.org/wiki/WP:TWINKLE
// @description WP AV Tool
// @include     *
// @exclude
//
// @homepage    http://en.wikipedia.org/wiki/WP:T
// @author      User:AzaToth (http://en.wikipedia.org/wiki/User:AzaToth)
// ==/UserScript==

// ---- START TWINKLE INSTALLATION CODE ----

// install Twinkle
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:AzaToth/twinkle.js'
+ '&action=raw&ctype=text/javascript');

// ---- END TWINKLE INSTALLATION CODE ----

*/

//
// Greasemonkey customization section: add customization settings here
//


/* </nowiki></pre> */