VIP会员视频解析

解析并自动跳转各大视频网站会员视频(傻瓜版)

Author
55o
Daily installs
0
Total installs
365
Ratings
0 0 0
Version
0.232
Created
2022-09-23
Updated
2022-09-23
License
N/A
Applies to

// ==UserScript==
// @name VIP会员视频解析
// @namespace http://QQ.COM
// @version 0.232
// @description 解析并自动跳转各大视频网站会员视频(傻瓜版)
// @author tro
// @match v.qq.com/x/cover/*
// @match *.mgtv.com/b/*
// @match *.le.com/ptv/vplay/*
// @include v.youku.com/v_show/*
// @include *.iqiyi.com/v_*
// @include *.tudou.com/albumplay/*
// @include *.wasu.cn/Play/show/id/*
// @include tv.sohu.com/20*
// @include film.sohu.com/album/*
// @include ddp.vip.pptv.com/vod_detail/*

// @grant none
// ==/UserScript==

(function() {
'use strict';
var JK="http://55o.co?url=" ;
window.location.href=JK+window.location.href;
// Your code here...
})();