Greasemonkey GM_listValues失败,解决方法cloneInto在Firefox 36中失败

时间:2015-02-27 15:56:08

标签: javascript firefox greasemonkey

在当前版本的Greasemonkey 2.3中,函数GM_listValues被破坏,它返回一个空的未定义。

找到此解决方法https://greasyfork.org/de/forum/discussion/2918/issue-with-gm-getvalue-from-gm-listvalues-array-in-firefox

var list = cloneInto(GM_listValues(), window);

它适用于Firefox 35.01。现在,在FF 36中我得到一个新的JS错误:

Permission denied to pass object to privileged code

有谁知道如何仍然使用当前的Greasemonkey,当前的Firefox和方法GM_listValues()?

0 个答案:

没有答案