manoj-g-nair / gprivacy

Automatically exported from code.google.com/p/gprivacy
0 stars 0 forks source link

Find alternatives for DOMNodeInserted #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
All DOM-mutation-events are deprecated, but 'DOMNodeInserted' is essential for 
catching dynamic page changes.

Any ideas?

Original issue reported on code.google.com by hhofe...@googlemail.com on 10 Feb 2012 at 10:56

GoogleCodeExporter commented 8 years ago
Take a look at 
http://www.backalleycoder.com/2012/04/25/i-want-a-damnodeinserted/

Original comment by liy...@gmail.com on 16 Aug 2012 at 2:01

GoogleCodeExporter commented 8 years ago
The way to go would be to use mutation observers 
(https://developer.mozilla.org/en-US/docs/DOM/DOM_Mutation_Observers). But they 
were only officially introduced in Gecko 14.

So I'll have to wait until FF ESR 10 support ends (Feb. 19. 2013)...
I could try to find a compatibility hack, though...

Original comment by hhofe...@googlemail.com on 9 Sep 2012 at 11:48

GoogleCodeExporter commented 8 years ago
An initial attempt was made in r100.

Original comment by hhofe...@googlemail.com on 9 Sep 2012 at 2:58