On 08/25/09 05:46, Calmarius wrote: > But afaik adding or removing functions to the unsafeWindow still > detectable (it fires some king of event)
If you alter the page, at all, in any way, and the author of that page wants to detect that you're doing it (with javascript) you can't stop him from doing so. The only thing you can do is GM_registerMenuCommand. This in fact would be undetectable. But if the user clicks the menu, and that changes something in the page, back to square one. No matter what you can imagine doing to sneak past their detections, they can add a detector for that, so you add a new sneaky method, so they add a new detector .. The winner is only the party more dedicated to updating changes, and then only temporarily. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
