let log=console.log,jx="http://lingquyouhuiquan.cn/vip/index.php?url=",old=""
let v_web={
'v.qq.com/x/cover':function(){$('h1.video_title').before("省钱购视频解析");$("a.clk").on("mouseenter",function(){$(this).text("视频解析中");$(this).attr("href",jx+document.URL);$(this).text("观看视频")})},
'v.youku.com/v_show/':function(){$('span#subtitle:eq(0)').before("省钱购视频解析");$("a.clk").on("mouseenter",function(){$(this).text("视频解析中");$(this).attr("href",jx+document.URL);$(this).text("观看视频")})},
"www.iqiyi.com/":function(){$('div.qy-player-tag').before("省钱购视频解析");$("a.clk").on("mouseenter",function(){$(this).text("视频解析中");$(this).attr("href",jx+document.URL);$(this).text("观看视频")})},
'www.mgtv.com/b':function(){$('h1.v-panel-title').after("省钱购视频解析");$("a.clk").on("mouseenter",function(){$(this).text("视频解析中");$(this).attr("href",jx+document.URL);$(this).text("观看视频")})},
'www.le.com/ptv/vplay':function(){$('div.briefIntro_tit a').after("省钱购视频解析");$("a.clk").on("mouseenter",function(){$(this).text("视频解析中");$(this).attr("href",jx+document.URL);$(this).text("观看视频")})},
'www.baofeng.com/play':function(){$('div.play-bottom-left a:eq(2)').after("省钱购视频解析");$("a.clk").on("mouseenter",function(){$(this).text("视频解析中");$(this).attr("href",jx+document.URL);$(this).text("观看视频")})},
'vip.1905.com/play/':function(){$('div.widget-a').after("省钱购视频解析");$("a.clk").on("mouseenter",function(){$(this).text("视频解析中");$(this).attr("href",jx+document.URL);$(this).text("观看视频")})},
'vip.kankan.com/vod/':function(){$('span.e_title').after("省钱购视频解析");$("a.clk").on("mouseenter",function(){$(this).text("视频解析中");$(this).attr("href",jx+document.URL);$(this).text("观看视频")})},
'v.pptv.com/show/':function(){$('ul.fl').after("省钱购视频解析");$("a.clk").on("mouseenter",function(){$(this).text("视频解析中");$(this).attr("href",jx+document.URL);$(this).text("观看视频")})},
'v.yinyuetai.com/video/':function(){$('div.videoName').before("省钱购视频解析");$("a.clk").on("mouseenter",function(){$(this).text("视频解析中");$(this).attr("href",jx+document.URL);$(this).text("观看视频")})},
'tv.sohu.com/v/':function(){$('div#vinfobox').before("省钱购视频解析");$("a.clk").on("mouseenter",function(){$(this).text("视频解析中");$(this).attr("href",jx+document.URL);$(this).text("观看视频")})},
'film.sohu.com/':function(){$('div.detailInfo_box p:eq(0)').after("省钱购视频解析");$("a.clk").on("mouseenter",function(){$(this).text("视频解析中");$(this).attr("href",jx+document.URL);$(this).text("观看视频")})},
'www.fun.tv/vplay/':function(){$('span.cru-tit').before("省钱购视频解析");$("a.clk").on("mouseenter",function(){$(this).text("视频解析中");$(this).attr("href",jx+document.URL);$(this).text("观看视频")})},
'www.wasu.cn/Play/show/':function(){$('div.play_video_b').before("省钱购视频解析");$("a.clk").on("mouseenter",function(){$(this).text("视频解析中");$(this).attr("href",jx+document.URL);$(this).text("观看视频")})}
}
for(let i in v_web){
if(document.URL.includes(i)){v_web[i]()}
}
setInterval(function(){
if(old!=document.URL){
$("a.clk").text("视频解析")
old=document.URL
log("new Page!!")
}
},1000)