liheng / 支持电脑-手机端视频VIP集合-去广告-VIP视频直接解析在线免费播放,一键免广告免费观看各大视频网站 2021/10/24 更新

// ==UserScript==
// @name         支持电脑-手机端视频VIP集合-去广告-VIP视频直接解析在线免费播放,一键免广告免费观看各大视频网站 2021/10/24 更新
// @namespace    http://www.13tv.top/
// @version      3.2.1
// @description  VIP视频解析集合;支持【爱奇艺,优酷视频,乐视TV,腾讯视频,土豆视频,搜狐视频,PPTV,1905,暴风影音,哔哩哔哩】等全网VIP视频
// @author       liheng
// @copyright    2021, liheng (https://openuserjs.org/users/liheng)
// @license      MIT
// @icon         http://tv.13tv.top/favicon.ico
// @match         *://m.youku.com/v*
// @match         *://m.youku.com/a*
// @match         *://v.youku.com/v_*
// @match         *://*.iqiyi.com/v_*
// @match         *://*.iqiyi.com/w_*
// @match         *://*.iqiyi.com/a_*
// @match         *://*.iqiyi.com/adv*
// @match         *://*.le.com/ptv/vplay/*
// @match         *://*.le.com/vplay*
// @match         *://v.qq.com/x/cover/*
// @match         *://v.qq.com/cover*
// @match         *://v.qq.com/x/page/*
// @match         *://v.qq.com/play*
// @match         *://m.v.qq.com/play*
// @match         *://m.v.qq.com/x/m/play*
// @match         *://m.v.qq.com/x/play*
// @match         *://*.tudou.com/listplay/*
// @match         *://*.tudou.com/albumplay/*
// @match         *://*.tudou.com/programs/view/*
// @match         *://*.tudou.com/v_show/*
// @match         *://*.tudou.com/v/*
// @match         *://*.mgtv.com/b/*
// @match         *://*.mgtv.com/s/*
// @match         *://film.sohu.com/album/*
// @match         *://tv.sohu.com/v/*
// @match         *://m.tv.sohu.com/v*
// @match         *://m.tv.sohu.com/album/*
// @match         *://*.pptv.com/show/*
// @match         *://*.wasu.cn/Play/show/*
// @match         *://*.wasu.cn/wap/Play/show/*
// @match         *://*.wasu.cn/wap/play/show/*
// @match         *://vip.1905.com/play/*
// @match         *://*.bilibili.com/video/*
// @match         *://*.bilibili.com/anime/*
// @match         *://*.bilibili.com/bangumi/play/*
// @match         *://*.baofeng.com/play/*
// @match         *://*.miguvideo.com/wap/resource/pc/detail/*
// @match         *://*.miguvideo.com/mgs/website/prd/detail*
// @match         *://*.miguvideo.com/mgs/msite/prd/detail*
// @match         *://*.fun.tv/vplay/*
// @match         *://*.fun.tv/mplay/*
// @namespace    Heng
// ==/UserScript==
(function(){
	var CmaSite = null;
	var Deis = false;
	var docX = Deis?console.log.bind(console):function(){};
	var Config = {
		iqiyi:{
			// 爱奇艺视频 https://www.iqiyi.com/v_muxllail7s.html
			// node = 插入节点
			// custom 自定义完整-样式移除广告
			// btStyle 按钮样式
			// title 获取标题内容
			node:".player-sdc .header-txt, .detail-left .player-title, .video-title .c-title, .videoInfoFold-title .c-title",
			custom:".pw-video>div[data-cupid]>div[style*='position']{display:none !important}",
			btStyle:"width: unset;",
			title:".detail-left .player-title, .video-title .c-title, .videoInfoFold-title .c-title",
		},
		youku:{
			node:".right-title-wrap .thesis-wrap, .left-title .title-width, .module-name",
			custom:"",
			btStyle:"width: unset;",
			title:".title-width .subtitle, .module-name h1",
		},
		v_qq:{
			// iourl 视频列表地址
			node:" .scroll_top .player_title, .mod_intro .video_title, .content .title, .mod_video_info .video_function",
			custom:"",
			btStyle:"width:unset;",
			title:".video_title",
			iourl:".scroll_wrap .mod_episode .current a, .panel_body .mod_figure .current a",
		},
		le:{
			node:".intro_cnt h2, .j_jujiName, .briefIntro_tit, #le_playbox .playbox_vip_tip>h3",
			custom:".layout_play iframe{display:none;}",
			btStyle:"vertical-align: bottom;width: unset;",
			title:".briefIntro_box .briefIntro_tit>a",
		},
		tudou:{
			node:".normal-title-wrap .thesis-wrap, .title-wrap .title-width, .brief-title .module-name",
			custom:"",
			btStyle:"width:unset;color: red !important;font-size:unset;",
			title:".normal-title-wrap .title-link, .brief-title h1",
		},
		mgtv:{
			node:" .control-left .title, .header-title-box .name, .list .n-comment, .m-aside-header .name, .movie .info",
			custom:"",
			btStyle:"width: unset;",
			title:".control-left .title, .hd .vt-txt",
		},
		sohu:{
			node:".videoBox .vBox-desktop, .playerBox .juji_tips>h4, #player_vipTips .vipTipsIn>.p1, .detailInfo_box>p:nth-child(1), .play-end-pop .top-buy-box, .movie-t, .videoInfo .crumb, .twinfo_iconwrap .info_commentnum",
			custom:"#crumbsBar .ad{display:none}.area>.left>.adv{display:none}",
			btStyle:"width: unset;",
			title:".showname, .movie-t h3, .tw-info .t-info, .vinfobox h2",
		},
		pptv:{
			node:".player-sidebar .tithide li:nth-child(1)>a, #mainContent .cf ul.fl, .video_func .video_function_right",
			custom:"",
			btStyle:"width: unset;",
			title:".mobilelook-pop-wrap .tv-name, .video_title span",
		},
		bilibili:{
			node:" .media-rating .score, .tool-bar, .media-option-tab",
			custom:"",
			btStyle:"width: unset;margin-top: -0.5rem;margin-left: 2rem;",
			title:"#media_module .media-title",
		},
		wasu:{
			node:".play_site .play_name, .play_video_b .l, .play_site h3, .player_menu_con",
			custom:".container div[class*='play_ads']{display:none}#MZAD_POP_PLACEHOLDER,.ad_list{display:none !important}",
			btStyle:"width: unset;",
			title:".play_site .play_name b, .play_site h3, .play_info h2",
		},
		1905:{
			node:".sc-pay-wrapper>.sc-pay-button-wrapper, .page_play>.player-nav, #pSidebar .movie-title, #pSidebar .pay-mod-notlogin .vip-logloglog, .dramaInfos .fl h3, .dramaTitle, .infoInner",
			custom:"",
			btStyle:"width: unset;",
			title:".player-nav .nav-title, .fl h3 span, .infoInner .title",
		},
        miguvideo:{
			node:".playerSideBar .episodeTop, .playerFooter .video_base, .left-box .title",
			custom:"",
			btStyle:"width: unset;",
			title:".playerSideBar .episodeTop span, .program-desc-01 .title",
		},
		fun:{
			// 风行网 http://www.fun.tv/vplay/g-103770/
			node:".playBoxWrap .pl-tit, .leftBtn .headline, .f-cb .title",
			custom:"",
			btStyle:"width: unset; height: 20px; line-height: 20px;",
			title:".leftBtn .cru-tit, .f-cb .j-video-name",
		},
	};

	function aremove(node){
		try{
			faNodes[i].querySelector(".boxG").remove();
		}catch (e) {}
	}
	function wo_node(css, className, addToTarget, isReload){ 
		var tout = setInterval(function(){
			addToTarget = addToTarget || "body";
			isReload = isReload || false;
			if(document.querySelector(addToTarget) != null){
				clearInterval(tout);
				if(isReload == true){
					aremove(document.querySelector("."+className));
				}else if(isReload == false && document.querySelector("."+className) != null){
					return;
				}
				var cssNode = document.createElement("style");
				if(className != null) cssNode.className = className;
				cssNode.id = "AC-"+className;
				cssNode.setAttribute("type", "text/css")
				cssNode.innerHTML = css;
				try{
					document.querySelector(addToTarget).appendChild(cssNode);
				}catch (e){console.log(e.message);}
			}
		}, 50);
	}
	/**
	 * 执行VIP解析
	 */
	function implement(){
		if(CmaSite == null) return;
		wo_node(CmaSite.custom, "tu-ad-style-remove"); //拦截广告规则
		var insertNode = document.createElement("span");
		insertNode.style = "cursor: pointer; background-color:#fff700; color: red; width: 6rem; text-decoration: none; padding: 0px 5px; border: 1px solid red; font-size: 17px; height: 24px; line-height: 24px; margin: 0px 5px; display: inline-flex;" + CmaSite.btStyle;
		insertNode.innerHTML = "VIP解析";
		insertNode.target = "_balnk";
		insertNode.className = "boxG";
		var title = "";
		try{
			title = document.querySelector(CmaSite.title).innerText.split("   ")[0].trim();
			title = encodeURIComponent(title);
		}catch (e) {
			docX(document.location.href);
			docX("找不到节点:" + CmaSite.name);
			docX(e);
		}
        var videoURL = "";
        var viURL = window.location.href;
        var canurl = window.location.search;
        if(viURL.indexOf("v.qq.com") != -1){
            if(viURL.indexOf("m.v.qq.com") != -1){videoURL = viURL;
                }else{
                    videoURL = document.querySelector(CmaSite.iourl).href;
                };
        }else if(viURL.indexOf("youku.com") != -1||viURL.indexOf("iqiyi.com") != -1||viURL.indexOf("bilibili.com") != -1){
        	videoURL = viURL.replace(canurl,'');
        }else{videoURL = viURL;
        };
		title = title.replace(/VIP解析$/, "");
		var url = "http://www.13tv.top/label/v.html?url=" + videoURL;
		insertNode.dataset.url = url;
		insertNode.setAttribute("onclick", "window.open(this.dataset.url);");
		var faNodes = document.querySelectorAll(CmaSite.node);

		for(var i = 0; i < faNodes.length; i++){
			if(faNodes[i].querySelector(".boxG:not([title])") == null){
				docX("新增按钮");
				aremove(faNodes[i].querySelector(".boxG"));
				faNodes[i].appendChild(insertNode.cloneNode(true));
				faNodes[i].setAttribute("acIns", "");
				if(title != "") {
					faNodes[i].setAttribute("title", title);
				}
			}else{
				faNodes[i].querySelector(".boxG:not([title])").dataset.url = url;
			}
		}
	}

	function website(){
		for(var key in Config){
			if(location.host.replace(/\./ig, "_").indexOf(key) >= 0){
				docX("当前站点:"+key);
				CmaSite = Config[key];
				CmaSite.name = key;
				break;
			}
		}
	};
	docX("数据初始化");
	website();
	(function(){
		wo_node(".boxG:hover{color: rgba(255,200,0,30) !important;border: 1px dashed rgba(255,200,100,10) !important;text-shadow: 0 0px rgba(242,33,49,30),0 0px 0px rgba(242,33,49,30),0 1px 1px rgba(242,33,49,30),1px 0 1px rgba(242,33,49,30),-1px 0 1px rgba(242,33,49,30),0 0 1px rgba(242,33,49,30) !important;}");
		document.addEventListener('DOMNodeInserted', function (e) {
			docX("html文档载入完成");
			if(e.target != null && e.target.className != null && e.target.id.indexOf("AC-") == 0){ return; } //屏蔽掉因为增加css导致的触发insert动作
			implement();
		}, false);
	})();
})();