From 130a650b39519fcc67ca8475a999a268e54ae4a7 Mon Sep 17 00:00:00 2001 From: Lkytal Date: Tue, 13 Feb 2018 22:44:15 -0500 Subject: [PATCH] 2.8.6 link fix --- discuz_in_tab.user.js | 2 +- img.user.js | 2 +- linkMix.user.js | 2 +- meta/discuz_in_tab.meta.js | 2 +- meta/img.meta.js | 2 +- meta/scroll.meta.js | 1 + meta/select.meta.js | 2 +- popsearch.user.js | 2 +- scroll.user.js | 4 +++- select.user.js | 2 +- tieba_enhance.user.js | 2 +- 11 files changed, 13 insertions(+), 10 deletions(-) diff --git a/discuz_in_tab.user.js b/discuz_in_tab.user.js index 4c3032c..00846a4 100644 --- a/discuz_in_tab.user.js +++ b/discuz_in_tab.user.js @@ -6,7 +6,7 @@ // @version 1.3.3 // @homepage https://lkytal.github.io/ // @homepageURL https://lkytal.github.io/coldfire/GM -// @license LGPL +// @license AGPL // @icon http://lkytal.qiniudn.com/ic.ico // @include http://*/forum-*-* // @include http://*/forum-*-*.html diff --git a/img.user.js b/img.user.js index 44650bd..d7a326d 100644 --- a/img.user.js +++ b/img.user.js @@ -6,7 +6,7 @@ // @version 3.0.6 // @homepage https://lkytal.github.io/ // @homepageURL https://lkytal.github.io/coldfire/GM -// @license LGPL +// @license AGPL // @include * // @icon http://lkytal.qiniudn.com/ic.ico // @grant GM_openInTab diff --git a/linkMix.user.js b/linkMix.user.js index 6f921e3..168a39f 100644 --- a/linkMix.user.js +++ b/linkMix.user.js @@ -7,7 +7,7 @@ // @version 2.8.5 // @homepage https://lkytal.github.io/ // @homepageURL https://lkytal.github.io/coldfire/GM -// @license LGPL +// @license AGPL // @include * // @exclude *pan.baidu.com/* // @exclude *renren.com/* diff --git a/meta/discuz_in_tab.meta.js b/meta/discuz_in_tab.meta.js index fa110a6..df88067 100644 --- a/meta/discuz_in_tab.meta.js +++ b/meta/discuz_in_tab.meta.js @@ -6,7 +6,7 @@ // @version 1.3.3 // @homepage https://lkytal.github.io/ // @homepageURL https://lkytal.github.io/coldfire/GM -// @license LGPL +// @license AGPL // @icon http://lkytal.qiniudn.com/ic.ico // @include http://*/forum-*-* // @include http://*/forum-*-*.html diff --git a/meta/img.meta.js b/meta/img.meta.js index 9e1034b..f4daae6 100644 --- a/meta/img.meta.js +++ b/meta/img.meta.js @@ -6,7 +6,7 @@ // @version 3.0.6 // @homepage https://lkytal.github.io/ // @homepageURL https://lkytal.github.io/coldfire/GM -// @license LGPL +// @license AGPL // @include * // @icon http://lkytal.qiniudn.com/ic.ico // @grant GM_openInTab diff --git a/meta/scroll.meta.js b/meta/scroll.meta.js index 0b67a29..c83d716 100644 --- a/meta/scroll.meta.js +++ b/meta/scroll.meta.js @@ -9,6 +9,7 @@ // @include * // @exclude *pan.baidu.com/* // @icon https://github.com/lkytal/GM/raw/master/icons/scroll.png +// @license AGPL // @grant GM_getValue // @grant GM_setValue // @grant GM_addStyle diff --git a/meta/select.meta.js b/meta/select.meta.js index afc55be..3435f60 100644 --- a/meta/select.meta.js +++ b/meta/select.meta.js @@ -7,7 +7,7 @@ // @icon http://lkytal.qiniudn.com/select.png // @version 1.2.1 // @description Select texts insider links, support firefox and chrome -// @license LGPL +// @license AGPL // @include * // @grant unsafeWindow // @grant GM_getValue diff --git a/popsearch.user.js b/popsearch.user.js index efecee6..616662c 100644 --- a/popsearch.user.js +++ b/popsearch.user.js @@ -8,7 +8,7 @@ // @homepageURL https://lkytal.github.io/ // @description Popup search box and translate button (etc) for selected texts // @description:zh 为选中文字弹出搜索和翻译的快捷按钮 -// @license LGPL +// @license AGPL // @include * // @exclude */test/*.html* // @exclude http://acid3.acidtests.org/* diff --git a/scroll.user.js b/scroll.user.js index 1286be6..3e63992 100644 --- a/scroll.user.js +++ b/scroll.user.js @@ -9,6 +9,7 @@ // @include * // @exclude *pan.baidu.com/* // @icon https://github.com/lkytal/GM/raw/master/icons/scroll.png +// @license AGPL // @grant GM_getValue // @grant GM_setValue // @grant GM_addStyle @@ -154,7 +155,8 @@ function scrollPlus() { "#scrollUpIco:hover {", "background-color: rgba(0, 0, 0, 0.75);", "color: #fff !important;", - "}" + "}", + "#scrollUpIco:-webkit-full-screen {display: none}" ].join("\n"); GM_addStyle(st); diff --git a/select.user.js b/select.user.js index a4b766f..5932501 100644 --- a/select.user.js +++ b/select.user.js @@ -7,7 +7,7 @@ // @icon http://lkytal.qiniudn.com/select.png // @version 1.2.1 // @description Select texts insider links, support firefox and chrome -// @license LGPL +// @license AGPL // @include * // @grant unsafeWindow // @grant GM_getValue diff --git a/tieba_enhance.user.js b/tieba_enhance.user.js index 19f15e1..223e3cc 100644 --- a/tieba_enhance.user.js +++ b/tieba_enhance.user.js @@ -11,7 +11,7 @@ // @require https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.3.1.min.js // @icon https://github.com/lkytal/GM/raw/master/icons/tieba.png // @noframes -// @license LGPL +// @license AGPL // @grant unsafeWindow // @grant GM_addStyle // @grant GM_xmlhttpRequest