File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22// @name VIP视频破解
33// @name :en VIP Video Cracker
44// @namespace hoothin
5- // @version 1.7.6
5+ // @version 1.7.7
66// @description 解析并破解各大视频站的VIP权限
77// @description :en Crack VIP permissions of some chinese video sites
88// @author hoothin
3939// @grant unsafeWindow
4040// @grant GM_xmlhttpRequest
4141// @license MIT License
42+ // @connect cache.video.qiyi.com
4243// ==/UserScript==
4344
4445( function ( ) {
235236 if ( vipVideoCrackEmbed ) videoHeight = "580px" ;
236237 } else if ( iqiyi ) {
237238 document . querySelector ( '#widget-dramaseries' ) . addEventListener ( 'click' , function ( e ) {
238- var target = e . target . parentNode ;
239+ 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 ) ;
239240 if ( target . tagName != "LI" ) return ;
240241 GM_xmlhttpRequest ( {
241242 method : 'GET' ,
You can’t perform that action at this time.
0 commit comments