Intercept and modify DOM before page is displayed to user

后端 未结 3 1459
天涯浪人
天涯浪人 2020-12-02 00:19

I\'m trying to create a Firefox addon (using addon SDK) that will modify how the page is displayed, mostly as a training/learning exercise.

For some tasks (like augm

3条回答
  •  -上瘾入骨i
    2020-12-02 00:46

    If you want to get into it before any script has executed there are document observers here: https://developer.mozilla.org/en-US/docs/Observer_Notifications#Documents such as content-document-global-created

提交回复
热议问题