Description This method performs a similar function to the standard XMLHttpRequest object, but allows these requests to cross the same origin policy boundaries. Syntax function GM.xmlHttpRequest( details ) Compatibility: Greasemonkey 4.0+ Arguments This method only takes one argument, the details object. Described below are the properties that may be defined on that object. See #Examples for more