【发布时间】:2011-07-09 22:57:04
【问题描述】:
我已经为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...有相等的功能吗?
【问题讨论】:
标签: firefox google-chrome greasemonkey userscripts tampermonkey