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
Aug 3, 2014
1 parent
14ab300
commit 1cceb2e
Showing
14 changed files
with
541 additions
and
7,830 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
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,46 +1,61 @@ | ||
userChromeJS | ||
============ | ||
一些修改、原创的自用脚本,可能包含个人使用习惯。 | ||
|
||
####AwesomeBookmarkbar.uc.js | ||
点击地址栏显示书签工具栏。<br /> | ||
鼠标移到地址栏自动显示书签工具栏,移出隐藏。<br /> | ||
地址栏任意按键,地址栏失去焦点后自动隐藏书签工具栏。<br /> | ||
左键点击书签后自动隐藏书签工具栏。 | ||
|
||
####bookmarkallmod.uc.js | ||
退出浏览器的时候保存所有未关闭的页面为书签<br /> | ||
可以自定义保存位置(书签工具栏/书签菜单),保存目录等<br /> | ||
但设置了保存次数之后,达到数量会自动删除较早的条目。 | ||
|
||
####bookmarkBtn.uc.js | ||
可移动书签菜单按钮<br /> | ||
方便FF23以下版本和UX版本。 | ||
|
||
####NoShowBorder.uc.js | ||
FF去边框,延迟生效,新版UI适用。<br /> | ||
定制动作之后再次生效。 | ||
|
||
####starClickMod.uc.js | ||
多功能收藏按钮,支持UX版Fireofx<br /> | ||
单击收藏按钮自动弹出书签编辑面板<br /> | ||
自动获取上次使用的文件夹并选中<br /> | ||
书签编辑面板自动展开文件夹选择面板<br /> | ||
书签编辑面板增加关键字、标签、侧边栏打开等<br /> | ||
右键单击收藏按钮从收藏中删除当前页面。 | ||
|
||
####StarUrlicon.uc.js | ||
新版UI移动整个书签按钮到地址栏。<br /> | ||
添加右键 显示/隐藏 书签侧栏,中键删除当前页面书签。<br /> | ||
推荐和bookmarkBtn.uc.js同时使用,并使用CSS。 | ||
####一些修改、原创的自用脚本,可能包含个人使用习惯。 | ||
#####AwesomeBookmarkbar.uc.js | ||
- 点击地址栏显示书签工具栏; | ||
- 鼠标移到地址栏自动显示书签工具栏,移出隐藏; | ||
- 地址栏任意按键,地址栏失去焦点后自动隐藏书签工具栏; | ||
- 左键点击书签后自动隐藏书签工具栏。 | ||
|
||
#####bookmarkallmod.uc.js | ||
- 退出浏览器的时候保存所有未关闭的页面为书签; | ||
- 可以自定义保存位置(书签工具栏/书签菜单),保存目录等; | ||
- 但设置了保存次数之后,达到数量会自动删除较早的条目。 | ||
|
||
#####bookmarkBtn.uc.js | ||
- 可移动书签菜单按钮; | ||
- 方便FF23以下版本和UX版本。 | ||
|
||
#####NoShowBorder.uc.js | ||
- FF去边框。 | ||
|
||
#####starClickMod.uc.js | ||
- 多功能收藏按钮,支持UX版Fireofx; | ||
- 单击收藏按钮自动弹出书签编辑面板; | ||
- 自动获取上次使用的文件夹并选中; | ||
- 书签编辑面板自动展开文件夹选择面板; | ||
- 书签编辑面板增加关键字、标签、侧边栏打开等; | ||
- 右键单击收藏按钮从收藏中删除当前页面。 | ||
|
||
#####StarUrlicon.uc.js | ||
- 新版UI移动整个书签按钮到地址栏; | ||
- 添加右键 显示/隐藏 书签侧栏,中键删除当前页面书签; | ||
- 推荐和bookmarkBtn.uc.js同时使用,并使用CSS: | ||
|
||
#bookmarks-menu-button > dropmarker {display: none !important;} | ||
|
||
####UserCSSLoader.uc.js | ||
增加暂时的启用停用。<br /> | ||
增加重载userChrome.css和重载userContent.css。<br /> | ||
|
||
####UserScriptLoaderPlus.uc.js | ||
ywzhaiqi的修改版 https://github.com/ywzhaiqi/userChromeJS/tree/master/UserScriptLoaderPlus<br /> | ||
修改为所有脚本的配置都保存在json文件内。 | ||
#####TabPlus.uc.js | ||
- 标签管理,新标签打开(智能利用空白标签): | ||
1. 地址栏新标签打开 | ||
2. 新标签打开书签,历史和搜索栏 | ||
3. 左键双击标签关闭 | ||
4. 滚轮切换标签 | ||
5. 标签上点击鼠标右键关闭标签 | ||
6. 标签栏空白部分中键恢复关闭的标签 | ||
7. 中键锁定标签 | ||
8. 双击标签刷新 | ||
9. 未加载标签上双击刷新 | ||
10. 紧邻当前标签新建标签页 | ||
11. 关闭标签聚焦左侧标签 | ||
- 不需要的功能请自行注释掉。 | ||
|
||
|
||
#####UserCSSLoader.uc.js | ||
- 增加暂时的启用停用; | ||
- 增加简单在样式站安装功能; | ||
- 增加重载userChrome.css和重载userContent.css。 | ||
|
||
#####UserScriptLoaderPlus.uc.js | ||
- ywzhaiqi的修改版 https://github.com/ywzhaiqi/userChromeJS/tree/master/UserScriptLoaderPlus | ||
- 修改为所有脚本的配置都保存在json文件内。 | ||
|
Oops, something went wrong.