我为greasemonkey写了一个很大的用户脚本,它在firefox中工作得很好,但在chrome中没有任何反应:(
// ==UserScript==
// @name Name
// @description Desc.
// @author chiefwrigley
// @version 7.3
// @license (CC) chiefwrigley
// @namespace http://userscripts.org/scripts/show/103899
// @include *
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js
// ==/UserScript==
我可以使用哪些功能,哪些不能?例如 GM_setvalue... 有相同的功能吗?