Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Nice idea, even for arbitrary domains, not only Amazon. As a technical note, it is inefficient to put the "mkfunc" function definition inside the loop, the proper place is outside the main function. Also, the global anonymous function is no longer necessary in GM 0.6.4, as each script gets its own context, and thus there is no risk of variable clash across scripts or with scripts in page content. |