// ==UserScript== // @name 【全网视频VIP解析】改 // @version 1.0.0 // @description 更改自脚本(ID:424086)v2.5,作者小艾特,遵循原作者GPL协议,仅用于学习. // @author 小艾特, modified by symant233 // @icon https://cdn.jsdelivr.net/gh/symant233/PublicTools/Beautify/Bkela.png // @namespace https://greasyfork.org/zh-CN/scripts/424086 // @require https://cdn.staticfile.org/jquery/3.4.1/jquery.min.js // @match *://v.qq.com/x/cover/* // @match *://v.qq.com/x/page/* // @match *://m.qq.com/* // @match *://www.iqiyi.com/v* // @match *://m.iqiyi.com/* // @match *://v.youku.com/v_show/* // @match *://m.youku.com/* // @match *://www.mgtv.com/b/* // @match *://tv.sohu.com/v/* // @match *://film.sohu.com/album/* // @match *://www.le.com/ptv/vplay/* // @match *://v.pptv.com/show/* // @match *://vip.pptv.com/show/* // @match *://www.fun.tv/vplay/* // @match *://www.acfun.cn/v/* // @match *://www.bilibili.com/video/* // @match *://www.bilibili.com/anime/* // @match *://www.bilibili.com/bangumi/play/* // @match *://m.bilibili.com/* // @match *://vip.1905.com/play/* // @match *://www.56.com/* // @match *://www.wxtv.net/* // @license GPL License // @grant unsafeWindow // @grant GM_addStyle // @grant GM_openInTab // @grant GM.openInTab // @grant GM_getValue // @grant GM.getValue // @connect iqiyi.com // @connect mgtv.com // @connect pl.hd.sohu.com // @downloadURL https://update.greasyfork.icu/scripts/429238/%E3%80%90%E5%85%A8%E7%BD%91%E8%A7%86%E9%A2%91VIP%E8%A7%A3%E6%9E%90%E3%80%91%E6%94%B9.user.js // @updateURL https://update.greasyfork.icu/scripts/429238/%E3%80%90%E5%85%A8%E7%BD%91%E8%A7%86%E9%A2%91VIP%E8%A7%A3%E6%9E%90%E3%80%91%E6%94%B9.meta.js // ==/UserScript== (function () { 'use strict'; var $ = $ || window.$; var host = location.host; var parseInterfaceList = []; var selectedInterfaceList = []; var originalInterfaceList = [ //以下为B站解析线路 //-------------------------------------------------------------------------------------- {name: "yaohuaxuan",type: "1",url: "https://jx.yaohuaxuan.com/?url="}, {name: "5igen",type: "1",url: "https://www.5igen.com/dmplayer/player/?url="}, {name: "parwix",type: "1",url: "https://vip.parwix.com:4433/player/?url="}, //-------------------------------------------------------------------------------------- //以下为爱优腾等全网视频解析线路 //-------------------------------------------------------------------------------------- {name: "h8jx",type: "2",url: "https://www.h8jx.com/jiexi.php?url="}, {name: "bljiex",type: "2",url: "https://vip.bljiex.com/?v="}, {name: "youyitv",type: "2",url: "https://jx.youyitv.com/?url="}, //-------------------------------------------------------------------------------------- //以下为通用视频解析线路 //-------------------------------------------------------------------------------------- {name: "m1907",type: "3",url: "https://z1.m1907.cn/?jx="}, {name: "M3U8",type: "3",url: "https://jx.m3u8.tv/jiexi/?url="}, //-------------------------------------------------------------------------------------- ];; function innerParse(url) {$("#iframe-player").attr("src", url);} function GMopenInTab(url, open_in_background) {if (typeof GM_openInTab === "function") { GM_openInTab(url, open_in_background);} else {GM.openInTab(url, open_in_background); }} function GMgetValue(name, value) {if (typeof GM_getValue === "function") {return GM_getValue(name, value);} else { return GM.getValue(name, value);} } function css(css) { var myStyle = document.createElement('style');myStyle.textContent = css;var doc = document.head || document.documentElement;doc.appendChild(myStyle); } var node = ""; var player_nodes = [ { url:"v.qq.com", node:"#mod_player"}, { url:"www.iqiyi.com", node:"#flashbox"}, { url:"v.youku.com", node:"#ykPlayer"}, { url:"www.mgtv.com", node:"#mgtv-player-wrap container"}, { url:"tv.sohu.com", node:"#player"}, { url:"film.sohu.com", node:"#playerWrap"}, { url:"www.le.com", node:"#le_playbox"}, { url:"v.pptv.com", node:"#pptv_playpage_box"}, { url:"vip.pptv.com", node:".w-video"}, { url:"www.fun.tv", node:"#html-video-player-layout"}, { url:"www.acfun.cn", node:"#player"}, { url:"www.bilibili.com", node:"#player_module"}, { url:"vip.1905.com", node:"#player"}, { url:"www.56.com", node:"#play_player"} ]; for(var i in player_nodes) {if (player_nodes[i].url == host) { node = player_nodes[i].node;}} var videoPlayer = $("
"); var innerList = []; var innerli = ""; var innerlis = ""; var innerlisc = ""; originalInterfaceList.forEach((item, index) => { if (item.type == "1") { innerList.push(item); innerli += "