Skip to content

Commit

Permalink
2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lkytal committed Feb 22, 2015
1 parent ad53109 commit 9e4a554
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 4 deletions.
40 changes: 40 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ GM的"用户脚本设置"下的"Popup Search设置"打开选项选择需要的

Update Log:

* 3.0.4 : mouseup event
* 3.0.3 : css fix
* 3.0.2 : new setting box
* 3.0.0 : UI redesigned
Expand Down Expand Up @@ -80,6 +81,45 @@ Advances:

Notice: Will NOT handle email address and ftp links in order to speed up execution.

* 2.6.5 : Meta update
* 2.6.4 : Ext tag
* 2.6.3 : '/' as end char
* 2.6.1 : observer
* 2.5.1 : Fix
* 2.5.0 : 修复了一个低级错误导致的http前缀重复...
* 2.4.4 : 分段加载提高效率
* 2.4.3 : Fix RegExp
* 2.4.2 : New Mode to replace link, better performance
* 2.4.1 : Update regexp, "use strict" mode to enhance performance
* 2.4.0 : Fix scan error on ending chapter
* 2.3.9 : 更新meta内容
* 2.3.8 : 迁移到Greasefork
* 2.3.7 : 更新正则表达式
* 2.3.6 : 更新正则表达式
* 2.3.5 : 恢复对微博的支持
* 2.3.4 : 修复偶尔不能识别https的问题
* 2.3.3 : 排除微博
* 2.3.2 : Bug fix
* 2.3.1 : Bug fix
* 2.3.0 : 大幅修改了选择器代码
* 2.2.5 : 排除code标签
* 2.2.4 : 新增部分域名后缀
* 2.2.3 : 优化正则表达式
* 2.2.2 : 修复因为延迟可能错过某些链接的问题
* 2.2.1 : 修正正则表达式
* 2.2.0 : 改用CoffeeScript生成
* 2.1.4 : 修复识别错误
* 2.1.3 : Little Fix
* 2.1.2 : 混合分析以提高效率
* 2.1.1 : 改变延迟参数
* 2.1.0 : 彻底重写了代码... 应该几乎不会有什么卡顿了
* 2.0.9 : 降低卡顿
* 2.0.8 : 修复bug
* 2.0.7 : 优化正则表达式
* 2.0.6 : 提高执行效率
* 2.0.5 : 修复中文识别
* 2.0.4 : 修复自动翻页

### Tieba_Enhance.user.js

百度贴吧增强. 贴吧小尾巴+最近表情+坟贴检测功能
Expand Down
5 changes: 3 additions & 2 deletions linkMix.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
// @exclude *exhentai.org/*
// @eexclude *music.google.com/*
// @eexclude *mail.google.com/*
// @eexclude *docs.google.com/
// @version 2.6.4
// @eexclude *docs.google.com/*
// @eexclude *www.google.com/*
// @version 2.6.5
// @icon http://lkytal.qiniudn.com/ic.ico
// @grant unsafeWindow
// @homepageURL https://git.oschina.net/coldfire/GM
Expand Down
5 changes: 3 additions & 2 deletions meta/linkMix.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
// @exclude *exhentai.org/*
// @eexclude *music.google.com/*
// @eexclude *mail.google.com/*
// @eexclude *docs.google.com/
// @version 2.6.4
// @eexclude *docs.google.com/*
// @eexclude *www.google.com/*
// @version 2.6.5
// @icon http://lkytal.qiniudn.com/ic.ico
// @grant unsafeWindow
// @homepageURL https://git.oschina.net/coldfire/GM
Expand Down

0 comments on commit 9e4a554

Please sign in to comment.