// ==UserScript== // @name 解析腾讯,优酷,爱奇艺等全网会员视频 // @namespace https://greasyfork.org/zh-CN/users/704106 // @version 1.9.0 // @icon // @description 解析会员视频,支持腾讯,优酷,爱奇艺,芒果,pptv等 // @antifeature The script copies the URL to the parsing site, so the page contains part of the parsing site ads // @author jlmf // @license MIT // @supportURL https://greasyfork.org/zh-CN/users/704106 // @match *://v.youku.com/v_* // @match *://m.youku.com/v* // @match *://m.youku.com/a* // @match *://*.iqiyi.com/v_* // @match *://*.iqiyi.com/w_* // @match *://*.iqiyi.com/a_* // @match *://*.iqiyi.com/dianying/* // @match *://*.le.com/ptv/vplay/* // @match *v.qq.com/x/cover/* // @match *v.qq.com/x/page/* // @match *v.qq.com/play* // @match *://pan.baidu.com/* // @match *://*.tudou.com/listplay/* // @match *://*.tudou.com/albumplay/* // @match *://*.tudou.com/programs/view/* // @match *://*.mgtv.com/b/* // @match *://film.sohu.com/album/* // @match *://tv.sohu.com/* // @match *://*.bilibili.com/video/* // @match *://*.bilibili.com/anime/* // @match *://*.bilibili.com/bangumi/play/* // @match *://vip.pptv.com/show/* // @match *://v.pptv.com/show/* // @match *://*.baofeng.com/play/* // @match *://v.yinyuetai.com/video/* // @match *://v.yinyuetai.com/playlist/* // @match *://vip.1905.com/play/* // @require https://cdn.bootcss.com/jquery/1.12.4/jquery.min.js // @run-at document-idle // @grant unsafeWindow // @grant GM_addStyle // @downloadURL none // ==/UserScript== (function () { 'use strict'; GM_addStyle('.h-icon-play {color: #d926b5;fill: #d926b5;height: 80px;width: 80px;position: fixed;z-index: 99999;top: 0px;left: 0;cursor: pointer;} .h-ol {position: fixed;top: 30px;left: 20px;z-index: 99999;counter-reset: li;list-style: none;font-size: 8px;padding: 0;margin-bottom: 2em;text-shadow: 0 1px 0 rgba(255, 255, 255, .5);display: none;} .h-ol a {position: relative;display: block;padding: 3px 10px 3px 2em;margin: 0.5em 0;background: #ddd;color: #444;text-decoration: none;border-radius: 0.3em;transition: all 0.3s ease-out;} .h-ol a:hover {background: #eee;color: #ff6f5c;transition: all 0.3s ease-out;} .h-ol a::before {content: counter(li);counter-increment: li;position: absolute;left: -1.2em;top: 50%;margin-top: -1.2em;background: #87ceeb;height: 2em;width: 2em;line-height: 2em;border: 0.2em solid #fff;text-align: center;font-weight: bold;border-radius: 2em;}'); let api = [ {"name":"明日2","url":"https://jx.yingxiangbao.cn/vip.php?url="}, {"name":"vodjx","url":"https://jx.vodjx.top/vip/?url="}, {"name":"973","url":"https://jx.973973.xyz/?url="}, {"name":"2k","url":"https://vip.2ktvb.com/player/?url="}, {"name":"5igen","url":"https://www.5igen.com/dmplayer/player/?url="}, {"name":"LECURL","url":"https://lecurl.cn/?url="}, {"name":"qianqi","url":"https://api.qianqi.net/vip/?url="}, {"name":"dior","url":"https://123.1dior.cn/?url="}, {"name":"明日","url":"https://jx.jiubojx.com/vip.php?url="}, {"name":"Parwix","url":"https://vip.parwix.com:4433/player/?url="}, {"name":"administratorw","url":"https://www.administratorw.com/video.php?url="}, {"name":"bl","url":"https://vip.bljiex.com/?v="}, {"name":"clouse6","url":"http://jx.clousx6.cn/player/?url="}, {"name":"哔哩哔哩(伪)","url":"https://www.cuan.la/m3u8.php?url="}, {"name":"偶像","url":"https://jx.aidouer.net/?url="}, {"name":"友谊","url":"https://jx.youyitv.com/?url="}, {"name":"OK解析","url":"https://okjx.cc/?url="}, {"name":"nxflv","url":"https://www.nxflv.com/?url="}, {"name":"Hk","url":"https://jx.rdhk.net/?v="}, {"name":"yaohuaxuan","url":"https://jx.yaohuaxuan.com/?url="},]; let main = { showButton: function () { if (location.host.match(/youku|iqiyi|le|qq|tudou|mgtv|sohu|acfun|bilibili|pptv|baofeng|yinyuetai/ig)) { let mainButton = '
'; let apiList = '