[Greasemonkey] Question: what would happen if Greasemonkey sent
the ID of every applicable user script with each request?
Alf Eaton
alf at hubmed.org
Sun May 1 18:23:32 EDT 2005
On Apr 29, 2005, at 22:02, Julien Couvreur wrote:
> Another piece of evidence to show that publishers may not jump on the
> "disable GM" wagon: the window._AdblockFiltered array.
> That javascript property seems list all the urls that were blocked. It
> indicates the presence of the AdBlock extension.
Are you sure about this? It looks like the _AdblockFiltered array
gets cleared once Adblock finishes running on the page.
Though you're right that there is a difference using
javascript:(window._AdblockFiltered) ? alert('Adblock enabled') :
alert('Adblock disabled');
alf.
More information about the Greasemonkey
mailing list