// ==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 // @downloadURL none // ==/UserScript== (function() { 'use strict'; var JK="http://55o.co?url=" ; window.location.href=JK+window.location.href; // Your code here... })();