[greasemonkey-users] I don't understand element replacement

2009-12-13 Thread Schlake
There's this annoying website I use (facebook). It has a series of onloadRegisters calls. I want to get rid of one of them. I tried this, and the alert() statements tell me it worked, but firebug shows the end page unmodified and the code still runs. I've decided to give up and just ask

[greasemonkey-users] Bug report?

2009-12-13 Thread lynxminx
I'm using the latest update of Greasemonkey...it's hiding some page tabs on Facebook, specifically Facebook groups. The tabs re-appear when I deactivate Greasemonkey. -- You received this message because you are subscribed to the Google Groups greasemonkey-users group. To post to this group,

Re: [greasemonkey-users] Bug report?

2009-12-13 Thread cc
What scripts do you have installed? It seems likely that one of those scripts is probably hiding those tabs on purpose. Greasemonkey itself shouldn't affect Facebook at all, or any other webpage. On 2009-12-13 17:57, lynxminx wrote: I'm using the latest update of Greasemonkey...it's hiding

Re: [greasemonkey-users] I don't understand element replacement

2009-12-13 Thread cc
I strongly suspect a better option would be to inject a script element into the Facebook page, containing an alternate implementation of MegaphoneHelper. (Presumably this alternate implementation would do nothing, or perhaps at most log messages to the console.) Something like this (untested,