[Greasemonkey] Document status code?

Bill Donnelly donnelly at snowcrest.net
Fri Aug 4 00:44:09 EDT 2006


"iff" -- that is AWESOME!

(I'm just sayin')

;o)

[[ iff = if and only if (in some programming languages), for those who 
may not be familiar ]]

I think we're talking about "pure" Javascript here.
"Unadulterated" in-browser client-side, GmScript sandbox, and 
extension(Chrome)-extended/enhanced.
Altho, if there is an extension that allows access to that info (like 
Web Developer Extensions, or
Live HTTP Headers, with which I am unfamiliar), then that would be a 
possible way to go.

It's probably a failing of the "standard" to not offer that info via JS, 
or the DOM, or something like that.
You can get some info, like referrer, but not other info, like, 
unfortunately, some of the header data.
(like the response code) I can't think of a good reason why it shouldn't 
allow access to that info, anyway.

Phil Ringnalda wrote:
 > Lenny Domnitser wrote:
 >> headers.response gives the full response line
 >
 > iif you have Live HTTP Headers installed, right?
 >
 > Phil Ringnalda



More information about the Greasemonkey mailing list