Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2005-07-13 06:25:21
Size: 671
Editor: qingfeng
Comment:
Revision 8 as of 2005-07-14 10:17:06
Size: 1525
Editor: qingfeng
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
'''截图:'''

attachment:Greasemonkey_mp3.gif

== Dive into Greasemonkey ==
 * 好书!
  * '''[http://diveintogreasemonkey.org/install/what-is-greasemonkey.html 《Dive into Greasemonkey》] -- 深入 Greasemonkey!'''
  * [http://www.woodpecker.org.cn/share/doc/diveintogreasemonkey-2005-05-09/toc/ 本地在线阅读]
  * [http://www.woodpecker.org.cn/share/doc/diveintogreasemonkey-2005-05-09/videos/ 本地视频演示阅览]
Line 12: Line 22:

== 一个新浪vivi的插件 ==
安装以后,屏幕右下角出现一vivi图标,点击后即可将当前网页保存至vivi。

发布1.1版本,使得vivi图标始终居于右下角。

解决方法:
{{{
div.style.position = "fixed";
}}}

'''截图:'''

attachment:vivi.scr1.gif

安装:

attachment:vivi1.1.user.js

''对其按右键即可安装''

== Hello World例子 ==

TableOfContents

Greasemonkey

Greasemonkey一个Firefox的扩展,可以执行javascript脚本,为页面添加很多实用功能。很Cool,以后为firefox编写插件就更容易了,推荐之!

主页:http://greasemonkey.mozdev.org/index.html

可用脚本:http://dunck.us/collab/GreaseMonkeyUserScriptsGeneric

推荐脚本:Inline MP3 Player。安装以后网页所有mp3后缀的连接都会跟上一个播放按钮,可以直接播放之,还有很多很cool的插件,推荐!

截图:

attachment:Greasemonkey_mp3.gif

Dive into Greasemonkey

清风提供的脚本

一个新浪vivi的插件

安装以后,屏幕右下角出现一vivi图标,点击后即可将当前网页保存至vivi。

发布1.1版本,使得vivi图标始终居于右下角。

解决方法:

div.style.position = "fixed";

截图:

attachment:vivi.scr1.gif

安装:

attachment:vivi1.1.user.js

对其按右键即可安装

Hello World例子

attachment:hello.user.js

说明: 安装以后,点击网页任意图片都会弹出Hello World

Greasemonkey (last edited 2009-12-25 07:11:03 by localhost)