Skip to content

Commit

Permalink
2015.7.10.0 修正下面链接由于它额外添加了 FloatBarC html代码产生的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
ywzhaiqi committed Jul 10, 2015
1 parent edb1711 commit 8acb8c0
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion picviewerCE/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "picviewer CE",
"version": "2015.3.17.0",
"version": "2015.7.10.0",
"description": "NLF 的围观图修改版",
"main": "picviewerCE.user.js",
"author": "NLF && ywzhaiqi",
Expand Down
24 changes: 12 additions & 12 deletions picviewerCE/picviewerCE.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @name picviewer CE
// @author NLF && ywzhaiqi
// @description NLF 的围观图修改版
// @version 2015.3.17.0
// @version 2015.7.10.0
// version 4.2.6.1
// @created 2011-6-15
// @lastUpdated 2013-5-29
Expand Down Expand Up @@ -528,7 +528,7 @@ Rule.MPIV = [
},
{name: "多看阅读",
d: "duokan.com",
r: /(cover.read.duokan.com.*?.jpg)!\w$/,
r: /(cover.read.duokan.com.*?\.jpg)!\w+$/,
s: "$1"
},

Expand Down Expand Up @@ -6646,7 +6646,7 @@ FloatBarC.prototype={
#pv-float-bar-container:hover {\
opacity: 1;\
}\
.pv-float-bar-button {\
#pv-float-bar-container .pv-float-bar-button {\
vertical-align:middle;\
cursor: pointer;\
width: 18px;\
Expand All @@ -6663,19 +6663,19 @@ FloatBarC.prototype={
-webkit-transition: margin-right 0.15s ease-in-out , width 0.15s ease-in-out , height 0.15s ease-in-out ;\
transition: margin-right 0.15s ease-in-out , width 0.15s ease-in-out , height 0.15s ease-in-out ;\
}\
.pv-float-bar-button:not(:last-child){\
#pv-float-bar-container .pv-float-bar-button:not(:last-child){\
margin-right: -14px;\
}\
.pv-float-bar-button:first-child {\
#pv-float-bar-container .pv-float-bar-button:first-child {\
z-index: 4;\
}\
.pv-float-bar-button:nth-child(2) {\
#pv-float-bar-container .pv-float-bar-button:nth-child(2) {\
z-index: 3;\
}\
.pv-float-bar-button:nth-child(3) {\
#pv-float-bar-container .pv-float-bar-button:nth-child(3) {\
z-index: 2;\
}\
.pv-float-bar-button:last-child {\
#pv-float-bar-container .pv-float-bar-button:last-child {\
z-index: 1;\
}\
#pv-float-bar-container:hover > .pv-float-bar-button {\
Expand All @@ -6685,16 +6685,16 @@ FloatBarC.prototype={
#pv-float-bar-container:hover > .pv-float-bar-button:not(:last-child) {\
margin-right: 4px;\
}\
.pv-float-bar-button-actual {\
#pv-float-bar-container .pv-float-bar-button-actual {\
background-image:url("'+ prefs.icons.actual +'");\
}\
.pv-float-bar-button-gallery {\
#pv-float-bar-container .pv-float-bar-button-gallery {\
background-image:url("'+ prefs.icons.gallery +'");\
}\
.pv-float-bar-button-current {\
#pv-float-bar-container .pv-float-bar-button-current {\
background-image:url("'+ prefs.icons.current +'");\
}\
.pv-float-bar-button-magnifier {\
#pv-float-bar-container .pv-float-bar-button-magnifier {\
background-image:url("'+ prefs.icons.magnifier +'");\
}\
';
Expand Down
20 changes: 10 additions & 10 deletions picviewerCE/src/FloatBarC.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ FloatBarC.prototype={
#pv-float-bar-container:hover {\
opacity: 1;\
}\
.pv-float-bar-button {\
#pv-float-bar-container .pv-float-bar-button {\
vertical-align:middle;\
cursor: pointer;\
width: 18px;\
Expand All @@ -105,19 +105,19 @@ FloatBarC.prototype={
-webkit-transition: margin-right 0.15s ease-in-out , width 0.15s ease-in-out , height 0.15s ease-in-out ;\
transition: margin-right 0.15s ease-in-out , width 0.15s ease-in-out , height 0.15s ease-in-out ;\
}\
.pv-float-bar-button:not(:last-child){\
#pv-float-bar-container .pv-float-bar-button:not(:last-child){\
margin-right: -14px;\
}\
.pv-float-bar-button:first-child {\
#pv-float-bar-container .pv-float-bar-button:first-child {\
z-index: 4;\
}\
.pv-float-bar-button:nth-child(2) {\
#pv-float-bar-container .pv-float-bar-button:nth-child(2) {\
z-index: 3;\
}\
.pv-float-bar-button:nth-child(3) {\
#pv-float-bar-container .pv-float-bar-button:nth-child(3) {\
z-index: 2;\
}\
.pv-float-bar-button:last-child {\
#pv-float-bar-container .pv-float-bar-button:last-child {\
z-index: 1;\
}\
#pv-float-bar-container:hover > .pv-float-bar-button {\
Expand All @@ -127,16 +127,16 @@ FloatBarC.prototype={
#pv-float-bar-container:hover > .pv-float-bar-button:not(:last-child) {\
margin-right: 4px;\
}\
.pv-float-bar-button-actual {\
#pv-float-bar-container .pv-float-bar-button-actual {\
background-image:url("'+ prefs.icons.actual +'");\
}\
.pv-float-bar-button-gallery {\
#pv-float-bar-container .pv-float-bar-button-gallery {\
background-image:url("'+ prefs.icons.gallery +'");\
}\
.pv-float-bar-button-current {\
#pv-float-bar-container .pv-float-bar-button-current {\
background-image:url("'+ prefs.icons.current +'");\
}\
.pv-float-bar-button-magnifier {\
#pv-float-bar-container .pv-float-bar-button-magnifier {\
background-image:url("'+ prefs.icons.magnifier +'");\
}\
';
Expand Down
2 changes: 1 addition & 1 deletion picviewerCE/src/rule.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ Rule.MPIV = [
},
{name: "多看阅读",
d: "duokan.com",
r: /(cover.read.duokan.com.*?.jpg)!\w$/,
r: /(cover.read.duokan.com.*?\.jpg)!\w+$/,
s: "$1"
},

Expand Down

0 comments on commit 8acb8c0

Please sign in to comment.