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.
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.
Comment