The following simple test/example works in Firefox 3.5, but is broken in Firefox 4:
// ==UserScript== // @name prototypejs // @namespace prototypejs // @include http://www.prototypejs.org/ // ==/UserScript== unsafeWindow.document.getElementById('header').hide(); (I'm aware this isn't ideal, but I'm just using it as a simple example...) Basically, it appears that I can no longer access the added functions in objects that that were extended by prototype.js. I also tried greasemonkey-2011.03.13.beta.xpi, but same problem. Any suggestions on what I can do to work around this? Thanks! -- 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.
