Avoid Common Pitfalls in Greasemonkey: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
(Remove spam link)
No edit summary
Line 19: Line 19:
* [http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks/Getting_Started#Avoid_Common_Pitfalls The entire article]
* [http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks/Getting_Started#Avoid_Common_Pitfalls The entire article]
* [http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks/Getting_Started#Pitfall_.231:_Auto-eval_Strings Just the pitfalls]
* [http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks/Getting_Started#Pitfall_.231:_Auto-eval_Strings Just the pitfalls]
*[http://www.hostgatorcouponsreview.com HostGator Coupons]
*[http://buycheapdeals.net/ cheap Halloween costumes]
*[http://www.thegrizasonline.com/inmotion-hosting-review-inmotion-hosting-coupon InMotion Review]

Revision as of 13:30, 30 June 2011

Mark Pilgrim's article, Avoid Common Pitfalls in Greasemonkey, is an indispensable reference for Greasemonkey script authors. It describes ten different "pitfalls" that many script authors fall into, both things that those already familiar with Javascript might expect to work (but do not) and other changes/limitations of the Greasemonkey script environment. Readers will note the common theme of XPCNativeWrappers and their limitations.

It covers:

  • Event Handlers
  • Named Forms and Form Elements
  • Custom Properties
  • Iterating Collections
  • scrollIntoView
  • location
  • Calling Remote Page Scripts
  • watch
  • style

You may read: