Skip to content

Commit

Permalink
6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lkytal committed Mar 1, 2015
1 parent 1bdd734 commit f7ebc92
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 131 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#GM script for Firefox

[![Join the chat at https://gitter.im/lkytal/GM](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/lkytal/GM?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

原创 & 修改的GM脚本

个人主页: http://lkytal.github.io/
Expand Down Expand Up @@ -34,6 +36,7 @@ GM的"用户脚本设置"下的"Popup Search设置"打开选项选择需要的

Update Log:

* 3.0.5 : taobao fix
* 3.0.4 : mouseup event
* 3.0.3 : css fix
* 3.0.2 : new setting box
Expand Down Expand Up @@ -137,6 +140,10 @@ __修改小尾巴之后记得点击"保存当前尾巴"按钮!__

Update Log:

* 6.1.0 : Fixed all known issues
* 6.0.5 : Soft checking
* 6.0.3 : Code merge
* 6.0.2 : Cleanup
* 6.0.1 : Update for date checking
* 6.0.0 : Remove recent ico
* 5.9.7 : Fix eval
Expand Down
2 changes: 1 addition & 1 deletion linkMix.user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name Text To link
// @description Turn plain text URLs into clickable links, linkify with high speed & accuracy 把文字链接转换为可点击链接
// @description Turn plain text URLs into clickable links, 把文字链接转换为可点击链接
// @author lkytal
// @namespace Lkytal
// @homepage http://lkytal.github.io/
Expand Down
2 changes: 1 addition & 1 deletion meta/linkMix.meta.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name Text To link
// @description Turn plain text URLs into clickable links, linkify with high speed & accuracy 把文字链接转换为可点击链接
// @description Turn plain text URLs into clickable links, 把文字链接转换为可点击链接
// @author lkytal
// @namespace Lkytal
// @homepage http://lkytal.github.io/
Expand Down
2 changes: 1 addition & 1 deletion meta/tieba_enhance.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// @description 贴吧小尾巴, 坟贴提醒, 去除跳转等功能
// @include http://tieba.baidu.com/*
// @include https://tieba.baidu.com/*
// @version 6.0.5
// @version 6.1.0
// @author lkytal
// @require http://libs.baidu.com/jquery/2.1.1/jquery.min.js
// @icon http://lkytal.qiniudn.com/ic.ico
Expand Down
Loading

0 comments on commit f7ebc92

Please sign in to comment.