Skip to content

Commit 3aa8cfa

Browse files
committed
fix
1 parent 9b0dff9 commit 3aa8cfa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

VIP Video Cracker/VIP Video Cracker.user.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @name VIP视频破解
33
// @name:en VIP Video Cracker
44
// @namespace hoothin
5-
// @version 1.5.6
5+
// @version 1.5.7
66
// @description 解析并破解各大视频站的VIP权限
77
// @description:en Crack VIP permissions of some chinese video sites
88
// @author hoothin
@@ -45,9 +45,9 @@
4545
{name:"无名小站1",url:"http://www.wmxz.wang/video.php?url=%s",title:"次选"},
4646
{name:"无名小站2",url:"http://www.sfsft.com/admin.php?url=%s",title:"无名小站的源码"},
4747
{name:"小海解析1",url:"https://ckplaer.duapp.com/hai.php?url=%s",title:"播放器似乎放在百度开发者平台"},
48-
{name:"小海解析2",url:"http://jx.ck921.com/?url=%s",title:"和上面的用的应该是同样的服务器"},
48+
{name:"小海解析2",url:"http://jx.ck921.com/hai.php?url=%s",title:"和上面的用的应该是同样的服务器"},
4949
{name:"VIP看看",url:"http://2.jx.72du.com/video.php?url=%s",title:"无名小站的源码"},
50-
{name:"疯狂解析",url:"http://vip.ifkdy.com/?url=%s",title:"用的不是自己的服务,仅是简单嵌了47影视云、小海解析等几个解析站"},
50+
{name:"疯狂解析",url:"http://vip.ifkdy.com/?url=%s",title:"仅是简单嵌了47影视云、小海解析等几个解析站"},
5151
{name:"歪歪电影",url:"http://www.yydy8.com/common/?url=%s"},
5252
{name:"10号影院",url:"http://player.gakui.top/?url=%s"},
5353
{name:"Relon",url:"http://yyygwz.com/index.php?url=%s"},
@@ -80,7 +80,7 @@
8080
selectStyle.innerHTML=".crackJump{margin-left:5px;color:white;text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;-webkit-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;-moz-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;*filter: Glow(color=#000, strength=1);}.vipSelect{background:black;color:white;font-size:12px;}.crackArea{position:absolute;z-index:999999;left:0px;top:0px;opacity:0.50;filter:alpha(opacity=50);transition:opacity 0.3s ease,width 0.3s ease;width:95px;overflow:hidden;white-space:nowrap;}.crackArea:hover{opacity:1;filter:alpha(opacity=100);width:200px;}";
8181
document.getElementsByTagName("head")[0].appendChild(selectStyle);
8282
var placeholder=document.createElement("div");
83-
placeholder.style.cssText="width:100%;height:100%;text-align:center;font-size:x-large;cursor:pointer;";
83+
placeholder.style.cssText="width:100%;height:100%;text-align:center;font-size:x-large;cursor:pointer;color:#666;";
8484
placeholder.innerHTML="点击恢复视频播放";
8585
placeholder.addEventListener("click",function(){
8686
if(placeholder.parentNode){

0 commit comments

Comments
 (0)