Skip to content

Commit

Permalink
shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
lkytal committed Feb 7, 2015
1 parent 3b8bde5 commit 9b5922e
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 51 deletions.
30 changes: 15 additions & 15 deletions linkMix.user.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
// ==UserScript==
// @name Text To link
// @description 把文字链接转换为可点击链接
// @author lkytal
// @namespace Lkytal
// @homepage http://coldfire.qiniudn.com/
// @include *
// @exclude *pan.baidu.com/*
// @exclude *renren.com/*
// @exclude *exhentai.org/*
// @version 2.6.1
// @icon http://lkytal.qiniudn.com/ic.ico
// @grant unsafeWindow
// @homepageURL https://git.oschina.net/coldfire/GM
// @updateURL https://git.oschina.net/coldfire/GM/raw/master/meta/linkMix.meta.js
// @downloadURL https://git.oschina.net/coldfire/GM/raw/master/linkMix.user.js
// @name Text To link
// @description 把文字链接转换为可点击链接, Make text links clickable
// @author lkytal
// @namespace Lkytal
// @homepage http://lkytal.github.io/
// @include *
// @exclude *pan.baidu.com/*
// @exclude *renren.com/*
// @exclude *exhentai.org/*
// @version 2.6.1
// @icon http://lkytal.qiniudn.com/ic.ico
// @grant unsafeWindow
// @homepageURL https://git.oschina.net/coldfire/GM
// @updateURL https://git.oschina.net/coldfire/GM/raw/master/meta/linkMix.meta.js
// @downloadURL https://git.oschina.net/coldfire/GM/raw/master/linkMix.user.js
// ==/UserScript==

"use strict";
Expand Down
30 changes: 15 additions & 15 deletions meta/linkMix.meta.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
// ==UserScript==
// @name Text To link
// @description 把文字链接转换为可点击链接
// @author lkytal
// @namespace Lkytal
// @homepage http://coldfire.qiniudn.com/
// @include *
// @exclude *pan.baidu.com/*
// @exclude *renren.com/*
// @exclude *exhentai.org/*
// @version 2.6.1
// @icon http://lkytal.qiniudn.com/ic.ico
// @grant unsafeWindow
// @homepageURL https://git.oschina.net/coldfire/GM
// @updateURL https://git.oschina.net/coldfire/GM/raw/master/meta/linkMix.meta.js
// @downloadURL https://git.oschina.net/coldfire/GM/raw/master/linkMix.user.js
// @name Text To link
// @description 把文字链接转换为可点击链接, Make text links clickable
// @author lkytal
// @namespace Lkytal
// @homepage http://lkytal.github.io/
// @include *
// @exclude *pan.baidu.com/*
// @exclude *renren.com/*
// @exclude *exhentai.org/*
// @version 2.6.1
// @icon http://lkytal.qiniudn.com/ic.ico
// @grant unsafeWindow
// @homepageURL https://git.oschina.net/coldfire/GM
// @updateURL https://git.oschina.net/coldfire/GM/raw/master/meta/linkMix.meta.js
// @downloadURL https://git.oschina.net/coldfire/GM/raw/master/linkMix.user.js
// ==/UserScript==
3 changes: 2 additions & 1 deletion meta/tieba_enhance.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
// @name Tieba Enhance
// @namespace lkytal
// @author lkytal
// @homepage http://lkytal.github.io/
// @description 贴吧小尾巴, 坟贴提醒, 去除跳转等功能
// @include http://tieba.baidu.com/*
// @include https://tieba.baidu.com/*
// @version 6.0.4
// @version 6.0.5
// @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 9b5922e

Please sign in to comment.