Wikipedia:User scripts/Guide: Difference between revisions

Content deleted Content added
Browser-specific: "user" file extension for Opera enables parsing of Greasemonkey metadata, and delays script execution - something that shouldn't be necessary for Wikipedia scripts.
Software: Extended cross-browser info, fixed a ṫyṗó
Line 140:
[[Notepad++]] is recommended, since it can:
* highlight Javascript code
* quickly insert standartstandard Javascript keywords and methods with Ctrl-Enter
* show the list of all functions and quickly jump to any function
* [[Code folding]]
 
For debugging in [[Firefox]] you can use Tools → Javascript Console which shows all Javascript and CSS errors. [http://getfirebug.com/ FireBug] is strongly recommended for convenient debugging.
 
For debugging in [[Opera browser|Opera]] you can use Tools → Advanced → Error Console which shows all Javascript and CSS errors. [http://dragonfly.opera.com/ Dragonfly] is strongly recommended for convenient debugging.
 
For debugging in IE see [http://blogs.msdn.com/ie/archive/2004/10/26/247912.aspx IEBlog: Scripting Debugging in Internet Explorer]