GM对象在firefox调试器控制台中不可用

时间:2018-02-17 09:03:16

标签: greasemonkey-4

无法访问Firefox调试器控制台中的 GM 对象。

// ==UserScript==
// @name     test_script
// @version  1
// @grant    none
// @include  *
// ==/UserScript==

document.GM = GM; // The GM object can not be accessed using document.GM in the developer console 
console.log(GM): // This works and the GM object contains GM.info object as expected

0 个答案:

没有答案