Is there any way to use the FogBugz API in a GreaseMonkey (or BugMonkey) script?
I can see how it would be useful to query the API as the same user context as the currently logged in user to retrieve extra information.
For example, when you ask a question on this Stack Exchange site you get an instant search of related questions in order to discourage duplicates.
Imagine if a user was entering what they thought was a new defect, and a BugMonkey/GreaseMonkey script reacted to entering the bug title, performed a search against the FogBugz API, and displayed the results below the bug title in the same way.
This could lead someone who thought they were entering a new defect to instead find an old case containing the solution.