We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b67e3 commit 5cde1d1Copy full SHA for 5cde1d1
1 file changed
VIP Video Cracker/VIP Video Cracker.user.js
@@ -2,7 +2,7 @@
2
// @name VIP视频破解
3
// @name:en VIP Video Cracker
4
// @namespace hoothin
5
-// @version 1.7.7
+// @version 1.7.8
6
// @description 解析并破解各大视频站的VIP权限
7
// @description:en Crack VIP permissions of some chinese video sites
8
// @author hoothin
@@ -278,5 +278,8 @@
278
});
279
}
280
},500);
281
+ setTimeout(function(){
282
+ clearInterval(si);
283
+ },20000);
284
285
})();
0 commit comments