On Mon, Dec 14, 2009 at 7:15 AM, Anthony Lieuallen <[email protected]> wrote:
> How are you "examining the source of the page"?  If you simply hit view
> source, you see the source of the page as it came across the network --
> NOT the DOM as it was modified by your (or any other) script after it
> was loaded.  The best way to know if the DOM was changed from the
> original source document is to inspect it directly with i.e. Firebug.

I do inspect in firebug, yes.  There is definitely a whole lot of
trickery going on in this document.  In the DOM, for instance, I can
find the MegaphoneHelper object and it's two methods.  I cannot,
however, find where this object is being defined.  I've set up a
global grease monkey script that runs on all websites (I suspected
fbcdn was delivering the script, not facebook) and raises an alert if
it finds the MegaphoneHelper substring in any script element, but it
doesn't trigger on anything.

On the plus side, if I'm not smart enough to bend Facebook to my will,
then maybe I'll just stop using it.  Or edit the Firefox source to
just not use a javascript object with that name.  Given that I know C
and C++ much better than javascript, that might be the easiest option.
 :/

-- 
-- Schlake

--

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.


Reply via email to