Synchronous message passing in chrome extensions?

后端 未结 2 835
离开以前
离开以前 2021-01-02 05:08

I\'m trying to block a script file from loading on user defined websites. To block a script file I\'m using beforeload event and event.preventDefault();

2条回答
  •  半阙折子戏
    2021-01-02 05:48

    Unfortunately there isn't. There is a bug report opened about lack of synchronous message passing, maybe if enough people star it they will do something about it.

提交回复
热议问题