Skip to content

Commit 5cde1d1

Browse files
committed
timeout for fail
1 parent b9b67e3 commit 5cde1d1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

VIP Video Cracker/VIP Video Cracker.user.js

Lines changed: 4 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.7.7
5+
// @version 1.7.8
66
// @description 解析并破解各大视频站的VIP权限
77
// @description:en Crack VIP permissions of some chinese video sites
88
// @author hoothin
@@ -278,5 +278,8 @@
278278
});
279279
}
280280
},500);
281+
setTimeout(function(){
282+
clearInterval(si);
283+
},20000);
281284
}
282285
})();

0 commit comments

Comments
 (0)