Skip to content

Commit 2fc5947

Browse files
committed
fix
1 parent 0c4cfad commit 2fc5947

2 files changed

Lines changed: 20 additions & 7 deletions

File tree

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,12 @@
8282
// @include http*://www.xiu.moe/*
8383
// @include http*://www.cld1.net/*
8484
// @include http*://sjhs*.*
85+
// @include http*://www.dakashangche.*
8586
// @include http*://sleazyfork.org/*/scripts/*
8687
// @include http*://greasyfork.org/*/scripts/*
8788
// @include http*://sleazyfork.org/*/forum/*discussion*
8889
// @include http*://greasyfork.org/*/forum/*discussion*
89-
// @version 3.22.36
90+
// @version 3.22.37
9091
// @grant GM_notification
9192
// @grant GM_xmlhttpRequest
9293
// @grant GM_setClipboard
@@ -379,15 +380,15 @@
379380
},
380381
{
381382
name:"司机会所",
382-
url:"http://sjhs01.ml",
383-
regex:/sijihuisuo\.club/,
384-
innerPage:/sijihuisuo\.club\/(sj\/\d|\?p=\d)/,
383+
url:"http://dakashangche.com",
384+
regex:/sijihuisuo\.club|dakashangche\./,
385+
innerPage:/\/(sj\/\d|\?p=\d)/,
385386
offset:115,
386-
contentArea:".ds-comments",
387+
contentArea:"#commentlist-container",
387388
run:function(){
388389
if(curSite.innerPage.test(location.href)){
389390
t=window.setInterval(function(){
390-
if(document.querySelector(".ds-comments")){
391+
if(document.querySelector(".commentlist")){
391392
clearInterval(t);
392393
process();
393394
}

VIP Video Cracker/VIP Video Cracker.user.js

Lines changed: 13 additions & 1 deletion
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.8.3
5+
// @version 1.8.5
66
// @description 解析并破解各大视频站的VIP权限
77
// @description:en Crack VIP permissions of some chinese video sites
88
// @author hoothin
@@ -51,10 +51,14 @@
5151
{name:"最小品(s)",url:"https://www.zuixiaopin.com/api/cloudVideo?url=%s"},
5252
{name:"妹儿云(s)",url:"https://www.yymeier.com/api.php?url=%s"},
5353
{name:"那片(s)",url:"https://jxapi.nepian.com/ckparse/?url=%s"},
54+
{name:"FlvSP(s)",url:"https://api.flvsp.com/?url=%s"},
5455
{name:"海播(s)",url:"https://www.0335haibo.com/tong.php?url=%s"},
5556
{name:"眼睛会下雨",url:"http://www.vipjiexi.com/yun.php?url=%s",title:"域名改成海播了,https证书也没了"},
5657
{name:"小海解析(s)",url:"https://ckplaer.duapp.com/hai2.php?url=%s",title:"播放器放在百度开发者平台"},
5758
{name:"爱看TV",url:"http://aikan-tv.com/?url=%s"},
59+
{name:"噗噗电影",url:"http://pupudy.com/webcloud/index.php?url=%s"},
60+
{name:"米沃",url:"http://jx.mihatv.com/miwo1.php?url=%s"},
61+
{name:"速度牛",url:"http://api.wlzhan.com/tong/?url=%s"},
5862
{name:"资源帝",url:"http://www.ziyuand.cn/jx1/jx.php?url=%s"},
5963
{name:"旋风解析",url:"http://api.xfsub.com/index.php?url=%s"},
6064
{name:"Relon",url:"http://yyygwz.com/index.php?url=%s"},
@@ -247,6 +251,13 @@
247251
}
248252
}else if(location.hostname.indexOf("v.youku.com")!=-1){
249253
if(vipVideoCrackEmbed)videoHeight="580px";
254+
}else if(location.hostname.indexOf("le.com")!=-1){
255+
document.querySelector('.juji_cnt').addEventListener('click', function(e){
256+
if(!vipVideoCrackJump)return;
257+
var target=e.target;
258+
if(target.tagName!="A")return;
259+
location.href="http://www.le.com/ptv/vplay/"+target.getAttribute("data-vid")+".html";
260+
});
250261
}else if(iqiyi){
251262
var plgcontainer=document.querySelector('[data-player-hook=plgcontainer]');
252263
var videoLoading=document.querySelector('[data-player-hook=videoLoading]');
@@ -262,6 +273,7 @@
262273
if(plgcontainer)plgcontainer.parentNode.removeChild(plgcontainer);
263274
if(videoLoading)videoLoading.parentNode.removeChild(videoLoading);
264275
document.querySelector('#widget-dramaseries').addEventListener('click', function(e){
276+
if(!vipVideoCrackJump)return;
265277
var target=e.target.parentNode.tagName=="LI"?e.target.parentNode:(e.target.parentNode.parentNode.tagName=="LI"?e.target.parentNode.parentNode:e.target.parentNode.parentNode.parentNode);
266278
if(target.tagName!="LI")return;
267279
GM_xmlhttpRequest({

0 commit comments

Comments
 (0)