DOMNodeInsert not working.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Daz

    DOMNodeInsert not working.

    Hi all.

    I am trying to find a method of scanning a web page as it opens in the
    browser, then locating all of the <scriptelements , and removing them
    accordingly depending on the src attribute.

    This is an extension for Firefox. I have looked into using
    NodeInsertedInt oDocument, but Firefox doesn't support this event.

    At present, the function attached to the event listener only seems to
    fire when I reload the browser's chrome.

    I would appreciate it if someone could perhaps point out a better
    method of acheiving the results I am looking for, as I think I may be
    misunderstandin g something and going about it the wrong way.

    Many thanks.

    Daz.

  • Daz

    #2
    Re: DOMNodeInsert not working.


    Daz wrote:
    Hi all.
    >
    I am trying to find a method of scanning a web page as it opens in the
    browser, then locating all of the <scriptelements , and removing them
    accordingly depending on the src attribute.
    >
    This is an extension for Firefox. I have looked into using
    NodeInsertedInt oDocument, but Firefox doesn't support this event.
    >
    At present, the function attached to the event listener only seems to
    fire when I reload the browser's chrome.
    >
    I would appreciate it if someone could perhaps point out a better
    method of acheiving the results I am looking for, as I think I may be
    misunderstandin g something and going about it the wrong way.
    >
    Many thanks.
    >
    Daz.
    Sorry, the subject line should read: DOMNodeInserted not working.

    Comment

    Working...