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.3
5+ // @version 1.7.5
66// @description 解析并破解各大视频站的VIP权限
77// @description :en Crack VIP permissions of some chinese video sites
88// @author hoothin
9494 return flag ;
9595 } ( ) ;
9696 var iqiyi = location . hostname . indexOf ( "iqiyi.com" ) != - 1 ;
97- var vipVideoCrackJump = GM_getValue ( "vipVideoCrackJump ") ;
97+ var vipVideoCrackJump = GM_getValue ( location . hostname + "_vipVideoCrackJump ") ;
9898 var vipVideoCrackEmbed = GM_getValue ( "vipVideoCrackEmbed" ) ;
9999 var vipVideoCrackUrl = GM_getValue ( "vipVideoCrackUrl" ) ;
100100 var iframe = document . createElement ( "iframe" ) ;
144144 var jumpCheck = quickAccess . querySelector ( "input" ) ;
145145 jumpCheck . onclick = function ( ) {
146146 vipVideoCrackJump = jumpCheck . checked ;
147- GM_setValue ( "vipVideoCrackJump ", vipVideoCrackJump ) ;
147+ GM_setValue ( location . hostname + "_vipVideoCrackJump ", vipVideoCrackJump ) ;
148148 crackJump ( ) ;
149149 } ;
150150 var embedLabel = document . createElement ( "label" ) ;
You can’t perform that action at this time.
0 commit comments