相关疑难解决方法(0)

我非常简单的Greasemonkey脚本没有运行?

我遇到了这个非常基本的Greasemonkey脚本的问题,很可能是元数据配置.

这是基本文件的完整源代码

// ==UserScript==
// @name        Google Hello
// @namespace   https://google.com
// @description Basic Google Hello
// @include     *
// @version     1
// ==/UserScript==

alert("hi google!");
Run Code Online (Sandbox Code Playgroud)

我应该在访问Google.com时运行此脚本,但警报不会弹出.有什么问题?

我试图用Firefox在Ubuntu上运行这个脚本.

javascript debugging firefox greasemonkey

14
推荐指数
1
解决办法
8938
查看次数

标签 统计

debugging ×1

firefox ×1

greasemonkey ×1

javascript ×1