forked from feiruo/userChromeJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
feiruo
committed
Feb 11, 2014
1 parent
5e5fb02
commit e9fb55a
Showing
5 changed files
with
37 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
MouseGestures | ||
============ | ||
使用外部配置文件<br /> | ||
工具菜单中增加一个重载菜单,左键重载,右键编辑配置文件<br /> | ||
_mouseGestures.js放在chomre\lib文件夹下 | ||
|
||
- 使用外部配置文件。 | ||
- 工具菜单中增加一个重载菜单,左键重载,右键编辑配置文件。 | ||
- 配置文件位置: | ||
|
||
Chrome\lib\_mouseGestures.js | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
RefererChange | ||
============ | ||
使用外部配置文件<br /> | ||
工具菜单中增加一个重载菜单,左键重载,右键编辑配置文件,中建启用/禁用<br /> | ||
修改或重载以后需要强制刷新页面<br /> | ||
_refererChange.js放在chomre\lib文件夹下 | ||
|
||
- 使用外部配置文件。 | ||
- 工具菜单中增加一个重载菜单,左键重载,右键编辑配置文件,中建启用/禁用。 | ||
- 修改或重载以后需要强制刷新页面。 | ||
- 配置文件位置: | ||
|
||
Chrome\lib\_refererChange.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
UserAgentChange | ||
============ | ||
使用外部配置文件<br /> | ||
工具菜单中增加一个重载菜单,左键重载,右键编辑配置文件<br /> | ||
注意:重载过程中可能导致菜单无反应。<br /> | ||
_userAgentChange.js放在chomre\lib文件夹下 | ||
|
||
- 使用外部配置文件。 | ||
- 工具菜单中增加一个重载菜单,左键重载,右键编辑配置文件。 | ||
- 注意:重载过程中可能导致菜单无反应。。 | ||
- 配置文件位置: | ||
|
||
Chrome\lib\_userAgentChange.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
anoBtn.uc.js | ||
============ | ||
AnotherButton<br /> | ||
按钮菜单<br /> | ||
感谢 ywzhaiqi<br /> | ||
特点:<br /> | ||
1、tools-menu 等内置菜单的重载<br /> | ||
2、按钮重载<br /> | ||
使用外部配置文件,请参考配置文件<br /> | ||
<br /> | ||
工具菜单中增加一个重载菜单,左键重载,右键编辑配置文件<br /> | ||
_anoBtn.js放在chomre\lib文件夹下 | ||
感谢 ywzhaiqi | ||
- AnotherButton按钮菜单。 | ||
- tools-menu 等内置菜单的重载、按钮重载,请参考配置文件。 | ||
- 使用外部配置文件,请参考配置文件。 | ||
- 工具菜单中增加一个重载菜单,左键重载,右键编辑配置文件。 | ||
- 配置文件位置: | ||
|
||
Chrome\lib\_anoBtn.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
hitokoto | ||
============ | ||
|
||
获取hitokoto.us的一句话,并在地址栏显示<br /> | ||
可设置自动弹出提示 或 地址栏文字 <br /> | ||
左键图标复制内容,右键重新获取,中键保存并去重<br /> | ||
<br /> | ||
添加本地数据库,当hitokoto不能访问的时候使用本地数据库<br /> | ||
每次关闭浏览器后数据库添加获取过的内容,并去重复<br /> | ||
本地数据库位置:Chrome\lib\hitokoto.json<br /> | ||
- 获取hitokoto.us的一句话,并在地址栏显示。 | ||
- 可设置自动弹出提示 或 地址栏文字。 | ||
- 左键图标复制内容,右键重新获取,中键保存并去重。 | ||
- 当hitokoto不能访问的时候使用本地数据库。 | ||
- 每次关闭浏览器后数据库添加获取过的内容,并去重复。 | ||
- 配置文件位置: | ||
|
||
Chrome\lib\hitokoto.json |