如何在chrome扩展中使用exportFunction?

2023-12-19

exportFunction(function(){
    var document = oldContentDocumentGetter.call(this);
    if (document){
        interceptWindow(document.defaultView);
    }
    return document; 
}, window)

该脚本在 Firefox 上运行良好,但在 Chrome 上不起作用。请帮我。谢谢。 错误是:

错误处理响应:ReferenceError:exportFunction 未定义


None

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

如何在chrome扩展中使用exportFunction? 的相关文章