Skip to content

Commit

Permalink
2.8.6 link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lkytal committed Feb 14, 2018
1 parent 683febe commit 130a650
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion discuz_in_tab.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion img.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion linkMix.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down
2 changes: 1 addition & 1 deletion meta/discuz_in_tab.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion meta/img.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions meta/scroll.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion meta/select.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion popsearch.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down
4 changes: 3 additions & 1 deletion scroll.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion select.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tieba_enhance.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 130a650

Please sign in to comment.