Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Added a GM 0.8 compat hack. Dang; we really should get a 0.8.1 release out soon; that stuff shouldn't have to bother people. |
|
|
The "Component is not available" is being triggered by the "var parent =" line. If I strip the userscript down to that line and the $x and $X definitions, it is still triggered. However, running that code in the Firebug command line throws no error. I'm using Firefox 3.0.3. Hah! Figured it out, thanks to a discussion thread. You shouldn't be assigning to a variable called "parent", since it's a reserved word. Solution: Rename the variable to "awardParent" or something. That's what I've done locally. |
|
|
1: Nope.
|
|
|
A few suggestions:
|