User:LFaraone/twinkle.user.js
Appearance
(Redirected from User:Firefoxman/twinkle.user.js)
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. |
Documentation for this user script can be added at User:LFaraone/twinkle.user. |
/* <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://wiki.riteme.site/wiki/WP:TWINKLE
// @description WP AV Tool
// @include *
// @exclude
//
// @homepage http://wiki.riteme.site/wiki/WP:T
// @author User:AzaToth (http://wiki.riteme.site/wiki/User:AzaToth)
// ==/UserScript==
// ---- START TWINKLE INSTALLATION CODE ----
// install Twinkle
mw.loader.load('https://wiki.riteme.site/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> */