Skip to content

Commit

Permalink
@homepageURL
Browse files Browse the repository at this point in the history
  • Loading branch information
lkytal committed Mar 3, 2018
1 parent c686dc9 commit e3e14e6
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion discuz_in_tab.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// @namespace Lkytal
// @version 1.3.3
// @homepage https://lkytal.github.io/
// @homepageURL https://lkytal.github.io/coldfire/GM
// @homepageURL https://lkytal.github.io/GM
// @license AGPL
// @icon http://lkytal.qiniudn.com/ic.ico
// @include http://*/forum-*-*
Expand Down
2 changes: 1 addition & 1 deletion img.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// @namespace Lkytal
// @version 3.0.6
// @homepage https://lkytal.github.io/
// @homepageURL https://lkytal.github.io/coldfire/GM
// @homepageURL https://lkytal.github.io/GM
// @license AGPL
// @include *
// @icon http://lkytal.qiniudn.com/ic.ico
Expand Down
2 changes: 1 addition & 1 deletion linkMix.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// @namespace Lkytal
// @version 2.8.6
// @homepage https://lkytal.github.io/
// @homepageURL https://lkytal.github.io/coldfire/GM
// @homepageURL https://lkytal.github.io/GM
// @license AGPL
// @include *
// @exclude *pan.baidu.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 @@ -5,7 +5,7 @@
// @namespace Lkytal
// @version 1.3.3
// @homepage https://lkytal.github.io/
// @homepageURL https://lkytal.github.io/coldfire/GM
// @homepageURL https://lkytal.github.io/GM
// @license AGPL
// @icon http://lkytal.qiniudn.com/ic.ico
// @include http://*/forum-*-*
Expand Down
2 changes: 1 addition & 1 deletion meta/img.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// @namespace Lkytal
// @version 3.0.6
// @homepage https://lkytal.github.io/
// @homepageURL https://lkytal.github.io/coldfire/GM
// @homepageURL https://lkytal.github.io/GM
// @license AGPL
// @include *
// @icon http://lkytal.qiniudn.com/ic.ico
Expand Down
4 changes: 2 additions & 2 deletions meta/scroll.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
// @description Scroll pages when mouse hover on srcollbar
// @author lkytal
// @namespace Lkytal
// @version 1.4.2
// @version 1.4.3
// @homepage https://lkytal.github.io/
// @homepageURL https://lkytal.github.io/coldfire/GM
// @homepageURL https://lkytal.github.io/GM
// @include *
// @exclude *pan.baidu.com/*
// @icon https://github.com/lkytal/GM/raw/master/icons/scroll.png
Expand Down
2 changes: 1 addition & 1 deletion meta/select.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @author lkytal
// @namespace Lkytal
// @homepage https://lkytal.github.io/
// @homepageURL https://lkytal.github.io/coldfire/GM
// @homepageURL https://lkytal.github.io/GM
// @icon http://lkytal.qiniudn.com/select.png
// @version 1.2.1
// @description Select texts insider links, support firefox and chrome
Expand Down
2 changes: 1 addition & 1 deletion popsearch.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// @version 4.3.0
// @icon https://github.com/lkytal/GM/raw/master/icons/search.png
// @homepage https://lkytal.github.io/
// @homepageURL https://lkytal.github.io/
// @homepageURL https://lkytal.github.io/GM
// @description Popup search box and translate button (etc) for selected texts
// @description:zh 为选中文字弹出搜索和翻译的快捷按钮
// @license AGPL
Expand Down
10 changes: 6 additions & 4 deletions scroll.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
// @description Scroll pages when mouse hover on srcollbar
// @author lkytal
// @namespace Lkytal
// @version 1.4.2
// @version 1.4.3
// @homepage https://lkytal.github.io/
// @homepageURL https://lkytal.github.io/coldfire/GM
// @homepageURL https://lkytal.github.io/GM
// @include *
// @exclude *pan.baidu.com/*
// @icon https://github.com/lkytal/GM/raw/master/icons/scroll.png
Expand Down Expand Up @@ -144,7 +144,8 @@ function scrollPlus() {
"line-height: 50px;",
"text-align: center;",
"font-weight: bold;",
"background-color: rgba(0, 0, 0, 0.3);",
"background-color: rgba(0, 0, 0, 0.2);",
"text-shadow: 0px 0px 5px #000000;",
"color: #fff;",
"text-decoration: none;",
"-moz-user-select: none;",
Expand All @@ -153,8 +154,9 @@ function scrollPlus() {
"cursor: default;",
"}",
"#scrollUpIco:hover {",
"background-color: rgba(0, 0, 0, 0.75);",
"background-color: rgba(0, 0, 0, 0.5);",
"color: #fff !important;",
"cursor: pointer;",
"}",
"#scrollUpIco:-webkit-full-screen {display: none}"
].join("\n");
Expand Down
2 changes: 1 addition & 1 deletion select.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @author lkytal
// @namespace Lkytal
// @homepage https://lkytal.github.io/
// @homepageURL https://lkytal.github.io/coldfire/GM
// @homepageURL https://lkytal.github.io/GM
// @icon http://lkytal.qiniudn.com/select.png
// @version 1.2.1
// @description Select texts insider links, support firefox and chrome
Expand Down
2 changes: 1 addition & 1 deletion tieba_enhance.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @author lkytal
// @namespace Lkytal
// @homepage http://lkytal.github.io/
// @homepageURL https://lkytal.github.io/coldfire/GM
// @homepageURL https://lkytal.github.io/GM
// @description 贴吧小尾巴, 坟贴提醒, 去除跳转等功能
// @include http://tieba.baidu.com/*
// @include https://tieba.baidu.com/*
Expand Down

0 comments on commit e3e14e6

Please sign in to comment.