Bureaucrats, confirmed, Administrators
4,558
edits
(modified layout of the slides) |
(adds Greasemonkey info; cleanup) |
||
Line 1: | Line 1: | ||
* [[MediaWiki/js]] | Get [[wp:Greasemonkey]] ([https://addons.mozilla.org/en-US/firefox/addon/748 here]) so that you can have your browser be even more useful. You might even want to use [[http://monkey.coolspacer.com/ Super Greasemonkey]] if you like using the awesome [http://jquery.com/ JQuery] library. I'm hoping that Super Greasemonkey makes it into the official version, and that you can specify in your script which JQuery library to run (like Google's hosted JQuery scripts) making it easier to keep compatibility with the JQuery API version and also avoiding the need to bundle JQuery. | ||
* | |||
[http://phiffer.org Dan Phiffer] wrote | * [[MediaWiki/js]] talks about using JavaScript in MediaWiki | ||
* User Scripts are JavaScripts that you insert into your web browser such as Greasemonkey scripts. Userscripts.org is the open source repository of Grease Monkey scripts. | |||
[http://phiffer.org Dan Phiffer] wrote the following Greasemonkey script that [http://userscripts.org/scripts/show/6372 turns any MediaWiki article into a slide presentation]. I changed the presentation a bit. | |||
<source lang="javascript"> | <source lang="javascript"> | ||
// ==UserScript== | // ==UserScript== |