On 7/6/2009 5:04 PM, Jason Bunting wrote:
> On Mon, Jul 6, 2009 at 1:23 PM, Anthony Lieuallen
> <[email protected]> wrote:
>> ...Greasemonkey intentionally does not act this way.
> While true, it wouldn't be that hard to create a property in the
> global scope to indicate such. Granted, it pollutes the global scope,
> but surely one simple boolean property wouldn't hurt anything...
As I said, GM *intentionally* does not do this. We don't want site
owners to be able to (i.e.):
if (window.GreasemonkeyInstalled) {
document.location.replace(
'/you_cant_use_greasemonkey_with_this_site.html'
);
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"greasemonkey-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/greasemonkey-users?hl=en
-~----------~----~----~----~------~----~------~--~---