微社VIP视频解析

集成17个接口来解析主流视频网站的会员视频,此脚本乃本人无聊试水用,如有侵犯网站权利,忘请见谅

  1. // ==UserScript==
  2. // @name 微社VIP视频解析
  3. // @version 666.999
  4. // @description 集成17个接口来解析主流视频网站的会员视频,此脚本乃本人无聊试水用,如有侵犯网站权利,忘请见谅
  5. // @author 微社电商,生活很简单
  6. // @match *://v.youku.com/v_show/id_*
  7. // @match *://*.iqiyi.com/v_*
  8. // @match *://vip.iqiyi.com/20*
  9. // @match *://*.mgtv.com/b/*
  10. // @match *://*.mgtv.com/z/*
  11. // @match *://tv.sohu.com/20*
  12. // @match *://*.le.com/ptv/vplay/*
  13. // @match *://*.pptv.com/vod_*
  14. // @match *://*.acfun.cn/v/*
  15. // @match *://*.bilibili.com/video/*
  16. // @match *://*.pptv.com/show/*
  17. // @match *://*.tudou.com/albumplay/*
  18. // @match *://*.qq.com/x/*
  19. // @match *://*.qq.com/cover/*
  20. // @grant GM_addStyle
  21. // @require http://cdn.bootcss.com/jquery/1.8.3/jquery.min.js
  22. // @run-at document_start
  23. // @grant unsafeWindow
  24. // @namespace https://gf.qytechs.cn/users/122192
  25. // ==/UserScript==
  26.  
  27. (function() {
  28. 'use strict';
  29. GM_addStyle('.ikrong{position:fixed;z-index:999999;right:1%;top:23%;background-color:#ea5514;width:80px;height:30px;opacity:.4;overflow:hidden;display:none}' + '.ikrong .button{position:relative;width:80%;height:80%;background-position:center;background-size:cover}' + '.ikrong div.list{position:absolute;padding-left:80px;left:0;top:-130px;opacity:0;width:80px;height:240px;display:table}' + '.ikrong div.list div{height:100%;display:table-cell;vertical-align:middle}' + '.ikrong div.list ul{list-style:none;position:relative;left:0;width:60px;height:auto;top:0;bottom:0}' + '.ikrong div.list ul li:hover{background: #348cee;color: #fff;cursor: pointer;}' + '.ikrong div.list ul li{width:50px;height:30px;display:block;padding: 3px;font-size:12px;text-align:center;line-height:30px;background-color:#ea5514;color:#fff;cursor:pointer;margin-left:-200%');
  30. $("body").append('<div class="ikrong" style="opacity: 0.4; display: block; overflow: hidden;"><div class="button" style="font-size: 1px;color: #fff;text-align: center;line-height: 30px;width: 80px;font-weight:900;">微社解析</div><div class="list" style="left: -20px; opacity: 0;"><div><ul><li id="playaaa">小品解析</li><li id="play111">47解析</li><li id="play222">妹儿解析</li><li id="play333">司机解析</li><li id="play444">那片解析</li><li id="play555">5奇艺</li><li id="play666">云上解析</li><li id="play777">西瓜解析</li><li id="play888">无名解析</li><li id="play999">舞动秋天</li><li id="playbbb">72解析</li><li id="playccc">4P解析</li><li id="playddd">梦中解析</li><li id="playeee">言鹏解析</li><li id="playfff">万能解析</li><li id="playggg">免费解析</li><li id="playhhh">云解析</li></ul></div></div></div>'), $(".gui_FlashPlayer").css('display', 'none'), $(".ikrong").on("mouseover", function() {
  31. $(this).animate({
  32. opacity: 1
  33. }, {
  34. speed: "normal",
  35. queue: !1
  36. }), $(this).css("overflow", "visible"), $(this).find(".list").animate({
  37. right: "50px",
  38. opacity: "1"
  39. }, {
  40. speed: 1500,
  41. queue: !1
  42. })
  43. }), $(".ikrong").on("mouseout", function() {
  44. $(this).animate({
  45. opacity: .4
  46. }, {
  47. speed: "normal",
  48. queue: !1
  49. }), $(this).find(".list").animate({
  50. left: "-20px",
  51. opacity: "0"
  52. }, {
  53. speed: 1e3,
  54. queue: !1
  55. }), $(this).css("overflow", "hidden")
  56. }), $("#playaaa").on("click", function() {
  57. var url = window.location.href;
  58. var style = "font-weight:bold;padding:0;position:absolute;text-align:center;";
  59. if (url.indexOf('youku.com') > 0) {
  60. document.getElementsByClassName('vpactionv5_iframe_wrap')[0].style.display = 'none';
  61. doPlay('player');
  62. }
  63. if (url.indexOf('www.tudou.com') > 0) {
  64. style = 'width:100%;height:500px;z-index:999999;';
  65. doPlay('player');
  66. }
  67. if (url.indexOf('v.qq.com') > 0) {
  68. doPlay('tenvideo_player');
  69. doPlay('mod_player');
  70. setInterval(function() {
  71. var newUrl = window.location.href;
  72. if (newUrl != url) {
  73. url = window.location.href;
  74. doPlay('tenvideo_player');
  75. doPlay('mod_player');
  76. }
  77. }, 1000);
  78. }
  79. if (url.indexOf('www.mgtv.com') > 0) {
  80. doPlay('mgtv-player-wrap');
  81. }
  82. if (url.indexOf('tv.sohu.com') > 0) {
  83. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  84. doPlay('sohuplayer');
  85. }
  86. if (url.indexOf('v.pptv.com') > 0) {
  87. style = 'width:100%;height:100%;z-index:999999;';
  88. doPlay('pptv_playpage_box');
  89. }
  90. if (url.indexOf('www.acfun.cn') > 0) {
  91. style = 'width:80%;height:500px;position:absolute;z-index:999999;';
  92. doPlay('player');
  93. }
  94. if (url.indexOf('www.bilibili.com') > 0) {
  95. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  96. doPlay('bofqi');
  97. }
  98.  
  99. function doPlay(playerId) {
  100. setTimeout(function() {
  101. if (document.getElementById(playerId)) {
  102. document.getElementById(playerId).innerHTML = '<iframe style="border:none;' + style + '" width="100%" height="100%" src="https://www.zuixiaopin.com/api/cloudVideo?url=' + url + '"></iframe>';
  103. }
  104. }, 500);
  105. }
  106. var a = new Object;
  107. var url = window.location.href;
  108. if (url.indexOf("iqiyi.com") > -1) {
  109. window.location.href = "https://www.zuixiaopin.com/api/cloudVideo?url=" + url
  110. }
  111. if (url.indexOf("le.com") > -1) {
  112. window.location.href = "https://www.zuixiaopin.com/api/cloudVideo?url=" + url
  113. }
  114. }), $("#playbbb").on("click", function() {
  115. var url = window.location.href;
  116. var style = "font-weight:bold;padding:0;position:absolute;text-align:center;";
  117. if (url.indexOf('youku.com') > 0) {
  118. document.getElementsByClassName('vpactionv5_iframe_wrap')[0].style.display = 'none';
  119. doPlay('player');
  120. }
  121. if (url.indexOf('www.mgtv.com') > 0) {
  122. doPlay('mgtv-player-wrap');
  123. }
  124. if (url.indexOf('tv.sohu.com') > 0) {
  125. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  126. doPlay('sohuplayer');
  127. }
  128. if (url.indexOf('v.pptv.com') > 0) {
  129. style = 'width:100%;height:100%;z-index:999999;';
  130. doPlay('pptv_playpage_box');
  131. }
  132. if (url.indexOf('www.acfun.cn') > 0) {
  133. style = 'width:80%;height:500px;position:absolute;z-index:999999;';
  134. doPlay('player');
  135. }
  136. if (url.indexOf('www.bilibili.com') > 0) {
  137. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  138. doPlay('bofqi');
  139. }
  140.  
  141. function doPlay(playerId) {
  142. setTimeout(function() {
  143. if (document.getElementById(playerId)) {
  144. document.getElementById(playerId).innerHTML = '<iframe style="border:none;' + style + '" width="100%" height="100%" src="http://q.z.vip.totv.72du.com/?url=' + url + '"></iframe>';
  145. }
  146. }, 500);
  147. }
  148. var a = new Object;
  149. var url = window.location.href;
  150. if (url.indexOf("iqiyi.com") > -1) {
  151. window.location.href = "http://q.z.vip.totv.72du.com/?url=" + url
  152. }
  153. if (url.indexOf("v.qq.com") > -1) {
  154. window.location.href = "http://q.z.vip.totv.72du.com/?url=" + url
  155. }
  156. if (url.indexOf("le.com") > -1) {
  157. window.location.href = "http://q.z.vip.totv.72du.com/?url=" + url
  158. }
  159. if (url.indexOf("tudou.com") > -1) {
  160. window.location.href = "http://q.z.vip.totv.72du.com/?url=" + url
  161. }
  162. }), $("#playccc").on("click", function() {
  163. var url = window.location.href;
  164. var style = "font-weight:bold;padding:0;position:absolute;text-align:center;";
  165. if (url.indexOf('youku.com') > 0) {
  166. document.getElementsByClassName('vpactionv5_iframe_wrap')[0].style.display = 'none';
  167. doPlay('player');
  168. }
  169. if (url.indexOf('www.mgtv.com') > 0) {
  170. doPlay('mgtv-player-wrap');
  171. }
  172. if (url.indexOf('tv.sohu.com') > 0) {
  173. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  174. doPlay('sohuplayer');
  175. }
  176. if (url.indexOf('v.pptv.com') > 0) {
  177. style = 'width:100%;height:100%;z-index:999999;';
  178. doPlay('pptv_playpage_box');
  179. }
  180. if (url.indexOf('www.acfun.cn') > 0) {
  181. style = 'width:80%;height:500px;position:absolute;z-index:999999;';
  182. doPlay('player');
  183. }
  184. if (url.indexOf('www.bilibili.com') > 0) {
  185. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  186. doPlay('bofqi');
  187. }
  188.  
  189. function doPlay(playerId) {
  190. setTimeout(function() {
  191. if (document.getElementById(playerId)) {
  192. document.getElementById(playerId).innerHTML = '<iframe style="border:none;' + style + '" width="100%" height="100%" src="http://www.ppypp.com/yunparse/?url=' + url + '"></iframe>';
  193. }
  194. }, 500);
  195. }
  196. var a = new Object;
  197. var url = window.location.href;
  198. if (url.indexOf("iqiyi.com") > -1) {
  199. window.location.href = "http://www.ppypp.com/yunparse/?url=" + url
  200. }
  201. if (url.indexOf("v.qq.com") > -1) {
  202. window.location.href = "http://www.ppypp.com/yunparse/?url=" + url
  203. }
  204. if (url.indexOf("le.com") > -1) {
  205. window.location.href = "http://www.ppypp.com/yunparse/?url=" + url
  206. }
  207. if (url.indexOf("tudou.com") > -1) {
  208. window.location.href = "http://www.ppypp.com/yunparse/?url=" + url
  209. }
  210. }), $("#playddd").on("click", function() {
  211. var url = window.location.href;
  212. var style = "font-weight:bold;padding:0;position:absolute;text-align:center;";
  213. if (url.indexOf('youku.com') > 0) {
  214. document.getElementsByClassName('vpactionv5_iframe_wrap')[0].style.display = 'none';
  215. doPlay('player');
  216. }
  217. if (url.indexOf('www.mgtv.com') > 0) {
  218. doPlay('mgtv-player-wrap');
  219. }
  220. if (url.indexOf('tv.sohu.com') > 0) {
  221. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  222. doPlay('sohuplayer');
  223. }
  224. if (url.indexOf('v.pptv.com') > 0) {
  225. style = 'width:100%;height:100%;z-index:999999;';
  226. doPlay('pptv_playpage_box');
  227. }
  228. if (url.indexOf('www.acfun.cn') > 0) {
  229. style = 'width:80%;height:500px;position:absolute;z-index:999999;';
  230. doPlay('player');
  231. }
  232. if (url.indexOf('www.bilibili.com') > 0) {
  233. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  234. doPlay('bofqi');
  235. }
  236.  
  237. function doPlay(playerId) {
  238. setTimeout(function() {
  239. if (document.getElementById(playerId)) {
  240. document.getElementById(playerId).innerHTML = '<iframe style="border:none;' + style + '" width="100%" height="100%" src="http://www.wpswan.com/mzr/vipparse/index.php?url=' + url + '"></iframe>';
  241. }
  242. }, 500);
  243. }
  244. var a = new Object;
  245. var url = window.location.href;
  246. if (url.indexOf("iqiyi.com") > -1) {
  247. window.location.href = "http://www.wpswan.com/mzr/vipparse/index.php?url=" + url
  248. }
  249. if (url.indexOf("v.qq.com") > -1) {
  250. window.location.href = "http://www.wpswan.com/mzr/vipparse/index.php?url=" + url
  251. }
  252. if (url.indexOf("le.com") > -1) {
  253. window.location.href = "http://www.wpswan.com/mzr/vipparse/index.php?url=" + url
  254. }
  255. if (url.indexOf("tudou.com") > -1) {
  256. window.location.href = "http://www.wpswan.com/mzr/vipparse/index.php?url=" + url
  257. }
  258. }), $("#playeee").on("click", function() {
  259. var url = window.location.href;
  260. var style = "font-weight:bold;padding:0;position:absolute;text-align:center;";
  261. if (url.indexOf('youku.com') > 0) {
  262. document.getElementsByClassName('vpactionv5_iframe_wrap')[0].style.display = 'none';
  263. doPlay('player');
  264. }
  265. if (url.indexOf('www.mgtv.com') > 0) {
  266. doPlay('mgtv-player-wrap');
  267. }
  268. if (url.indexOf('tv.sohu.com') > 0) {
  269. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  270. doPlay('sohuplayer');
  271. }
  272. if (url.indexOf('v.pptv.com') > 0) {
  273. style = 'width:100%;height:100%;z-index:999999;';
  274. doPlay('pptv_playpage_box');
  275. }
  276. if (url.indexOf('www.acfun.cn') > 0) {
  277. style = 'width:80%;height:500px;position:absolute;z-index:999999;';
  278. doPlay('player');
  279. }
  280. if (url.indexOf('www.bilibili.com') > 0) {
  281. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  282. doPlay('bofqi');
  283. }
  284.  
  285. function doPlay(playerId) {
  286. setTimeout(function() {
  287. if (document.getElementById(playerId)) {
  288. document.getElementById(playerId).innerHTML = '<iframe style="border:none;' + style + '" width="100%" height="100%" src="http://xin.yingyanxinwen.cn/dxl/?url=' + url + '"></iframe>';
  289. }
  290. }, 500);
  291. }
  292. var a = new Object;
  293. var url = window.location.href;
  294. if (url.indexOf("iqiyi.com") > -1) {
  295. window.location.href = "http://xin.yingyanxinwen.cn/dxl/?url=" + url
  296. }
  297. if (url.indexOf("v.qq.com") > -1) {
  298. window.location.href = "http://xin.yingyanxinwen.cn/dxl/?url=" + url
  299. }
  300. if (url.indexOf("le.com") > -1) {
  301. window.location.href = "http://xin.yingyanxinwen.cn/dxl/?url=" + url
  302. }
  303. if (url.indexOf("tudou.com") > -1) {
  304. window.location.href = "http://xin.yingyanxinwen.cn/dxl/?url=" + url
  305. }
  306. }), $("#playfff").on("click", function() {
  307. var url = window.location.href;
  308. var style = "font-weight:bold;padding:0;position:absolute;text-align:center;";
  309. if (url.indexOf('youku.com') > 0) {
  310. document.getElementsByClassName('vpactionv5_iframe_wrap')[0].style.display = 'none';
  311. doPlay('player');
  312. }
  313. if (url.indexOf('www.mgtv.com') > 0) {
  314. doPlay('mgtv-player-wrap');
  315. }
  316. if (url.indexOf('tv.sohu.com') > 0) {
  317. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  318. doPlay('sohuplayer');
  319. }
  320. if (url.indexOf('v.pptv.com') > 0) {
  321. style = 'width:100%;height:100%;z-index:999999;';
  322. doPlay('pptv_playpage_box');
  323. }
  324. if (url.indexOf('www.acfun.cn') > 0) {
  325. style = 'width:80%;height:500px;position:absolute;z-index:999999;';
  326. doPlay('player');
  327. }
  328. if (url.indexOf('www.bilibili.com') > 0) {
  329. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  330. doPlay('bofqi');
  331. }
  332.  
  333. function doPlay(playerId) {
  334. setTimeout(function() {
  335. if (document.getElementById(playerId)) {
  336. document.getElementById(playerId).innerHTML = '<iframe style="border:none;' + style + '" width="100%" height="100%" src="http://yyygwz.com/index.php?url=' + url + '"></iframe>';
  337. }
  338. }, 500);
  339. }
  340. var a = new Object;
  341. var url = window.location.href;
  342. if (url.indexOf("iqiyi.com") > -1) {
  343. window.location.href = "http://yyygwz.com/index.php?url=" + url
  344. }
  345. if (url.indexOf("v.qq.com") > -1) {
  346. window.location.href = "http://yyygwz.com/index.php?url=" + url
  347. }
  348. if (url.indexOf("le.com") > -1) {
  349. window.location.href = "http://yyygwz.com/index.php?url=" + url
  350. }
  351. if (url.indexOf("tudou.com") > -1) {
  352. window.location.href = "http://yyygwz.com/index.php?url=" + url
  353. }
  354. }), $("#playggg").on("click", function() {
  355. var url = window.location.href;
  356. var style = "font-weight:bold;padding:0;position:absolute;text-align:center;";
  357. if (url.indexOf('youku.com') > 0) {
  358. document.getElementsByClassName('vpactionv5_iframe_wrap')[0].style.display = 'none';
  359. doPlay('player');
  360. }
  361. if (url.indexOf('www.mgtv.com') > 0) {
  362. doPlay('mgtv-player-wrap');
  363. }
  364. if (url.indexOf('tv.sohu.com') > 0) {
  365. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  366. doPlay('sohuplayer');
  367. }
  368. if (url.indexOf('v.pptv.com') > 0) {
  369. style = 'width:100%;height:100%;z-index:999999;';
  370. doPlay('pptv_playpage_box');
  371. }
  372. if (url.indexOf('www.acfun.cn') > 0) {
  373. style = 'width:80%;height:500px;position:absolute;z-index:999999;';
  374. doPlay('player');
  375. }
  376. if (url.indexOf('www.bilibili.com') > 0) {
  377. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  378. doPlay('bofqi');
  379. }
  380.  
  381. function doPlay(playerId) {
  382. setTimeout(function() {
  383. if (document.getElementById(playerId)) {
  384. document.getElementById(playerId).innerHTML = '<iframe style="border:none;' + style + '" width="100%" height="100%" src="http://parse.colaparse.cc/?url=' + url + '"></iframe>';
  385. }
  386. }, 500);
  387. }
  388. var a = new Object;
  389. var url = window.location.href;
  390. if (url.indexOf("iqiyi.com") > -1) {
  391. window.location.href = "http://parse.colaparse.cc/?url=" + url
  392. }
  393. if (url.indexOf("v.qq.com") > -1) {
  394. window.location.href = "http://parse.colaparse.cc/?url=" + url
  395. }
  396. if (url.indexOf("le.com") > -1) {
  397. window.location.href = "http://parse.colaparse.cc/?url=" + url
  398. }
  399. if (url.indexOf("tudou.com") > -1) {
  400. window.location.href = "http://parse.colaparse.cc/?url=" + url
  401. }
  402. }), $("#playhhh").on("click", function() {
  403. var url = window.location.href;
  404. var style = "font-weight:bold;padding:0;position:absolute;text-align:center;";
  405. if (url.indexOf('youku.com') > 0) {
  406. document.getElementsByClassName('vpactionv5_iframe_wrap')[0].style.display = 'none';
  407. doPlay('player');
  408. }
  409. if (url.indexOf('www.mgtv.com') > 0) {
  410. doPlay('mgtv-player-wrap');
  411. }
  412. if (url.indexOf('tv.sohu.com') > 0) {
  413. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  414. doPlay('sohuplayer');
  415. }
  416. if (url.indexOf('v.pptv.com') > 0) {
  417. style = 'width:100%;height:100%;z-index:999999;';
  418. doPlay('pptv_playpage_box');
  419. }
  420. if (url.indexOf('www.acfun.cn') > 0) {
  421. style = 'width:80%;height:500px;position:absolute;z-index:999999;';
  422. doPlay('player');
  423. }
  424. if (url.indexOf('www.bilibili.com') > 0) {
  425. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  426. doPlay('bofqi');
  427. }
  428.  
  429. function doPlay(playerId) {
  430. setTimeout(function() {
  431. if (document.getElementById(playerId)) {
  432. document.getElementById(playerId).innerHTML = '<iframe style="border:none;' + style + '" width="100%" height="100%" src="http://s1y2.com/?url=' + url + '"></iframe>';
  433. }
  434. }, 500);
  435. }
  436. var a = new Object;
  437. var url = window.location.href;
  438. if (url.indexOf("iqiyi.com") > -1) {
  439. window.location.href = "http://s1y2.com/?url=" + url
  440. }
  441. if (url.indexOf("v.qq.com") > -1) {
  442. window.location.href = "http://s1y2.com/?url=" + url
  443. }
  444. if (url.indexOf("le.com") > -1) {
  445. window.location.href = "http://s1y2.com/?url=" + url
  446. }
  447. if (url.indexOf("tudou.com") > -1) {
  448. window.location.href = "http://s1y2.com/?url=" + url
  449. }
  450. }), $("#play111").on("click", function() {
  451. var url = window.location.href;
  452. var style = "font-weight:bold;padding:0;position:absolute;text-align:center;";
  453. if (url.indexOf('youku.com') > 0) {
  454. document.getElementsByClassName('vpactionv5_iframe_wrap')[0].style.display = 'none';
  455. doPlay('player');
  456. }
  457. if (url.indexOf('www.tudou.com') > 0) {
  458. style = 'width:100%;height:500px;z-index:999999;';
  459. doPlay('player');
  460. }
  461. if (url.indexOf('v.qq.com') > 0) {
  462. doPlay('tenvideo_player');
  463. doPlay('mod_player');
  464. setInterval(function() {
  465. var newUrl = window.location.href;
  466. if (newUrl != url) {
  467. url = window.location.href;
  468. doPlay('tenvideo_player');
  469. doPlay('mod_player');
  470. }
  471. }, 1000);
  472. }
  473. if (url.indexOf('www.mgtv.com') > 0) {
  474. doPlay('mgtv-player-wrap');
  475. }
  476. if (url.indexOf('tv.sohu.com') > 0) {
  477. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  478. doPlay('sohuplayer');
  479. }
  480. if (url.indexOf('v.pptv.com') > 0) {
  481. style = 'width:100%;height:100%;z-index:999999;';
  482. doPlay('pptv_playpage_box');
  483. }
  484. if (url.indexOf('www.acfun.cn') > 0) {
  485. style = 'width:80%;height:500px;position:absolute;z-index:999999;';
  486. doPlay('player');
  487. }
  488. if (url.indexOf('www.bilibili.com') > 0) {
  489. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  490. doPlay('bofqi');
  491. }
  492.  
  493. function doPlay(playerId) {
  494. setTimeout(function() {
  495. if (document.getElementById(playerId)) {
  496. document.getElementById(playerId).innerHTML = '<iframe style="border:none;' + style + '" width="100%" height="100%" src="https://api.47ks.com/webcloud/?v=' + url + '"></iframe>';
  497. }
  498. }, 500);
  499. }
  500. var a = new Object;
  501. var url = window.location.href;
  502. if (url.indexOf("iqiyi.com") > -1) {
  503. window.location.href = "https://api.47ks.com/webcloud/?v=" + url
  504. }
  505. if (url.indexOf("le.com") > -1) {
  506. window.location.href = "https://api.47ks.com/webcloud/?v=" + url
  507. }
  508. }), $("#play222").on("click", function() {
  509. var url = window.location.href;
  510. var style = "font-weight:bold;padding:0;position:absolute;text-align:center;";
  511. if (url.indexOf('youku.com') > 0) {
  512. document.getElementsByClassName('vpactionv5_iframe_wrap')[0].style.display = 'none';
  513. doPlay('player');
  514. }
  515. if (url.indexOf('www.tudou.com') > 0) {
  516. style = 'width:100%;height:500px;z-index:999999;';
  517. doPlay('player');
  518. }
  519. if (url.indexOf('v.qq.com') > 0) {
  520. doPlay('tenvideo_player');
  521. doPlay('mod_player');
  522. setInterval(function() {
  523. var newUrl = window.location.href;
  524. if (newUrl != url) {
  525. url = window.location.href;
  526. doPlay('tenvideo_player');
  527. doPlay('mod_player');
  528. }
  529. }, 1000);
  530. }
  531. if (url.indexOf('www.mgtv.com') > 0) {
  532. doPlay('mgtv-player-wrap');
  533. }
  534. if (url.indexOf('tv.sohu.com') > 0) {
  535. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  536. doPlay('sohuplayer');
  537. }
  538. if (url.indexOf('v.pptv.com') > 0) {
  539. style = 'width:100%;height:100%;z-index:999999;';
  540. doPlay('pptv_playpage_box');
  541. }
  542. if (url.indexOf('www.acfun.cn') > 0) {
  543. style = 'width:80%;height:500px;position:absolute;z-index:999999;';
  544. doPlay('player');
  545. }
  546. if (url.indexOf('www.bilibili.com') > 0) {
  547. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  548. doPlay('bofqi');
  549. }
  550.  
  551. function doPlay(playerId) {
  552. setTimeout(function() {
  553. if (document.getElementById(playerId)) {
  554. document.getElementById(playerId).innerHTML = '<iframe style="border:none;' + style + '" width="100%" height="100%" src="https://www.yymeier.com/api.php?url=' + url + '"></iframe>';
  555. }
  556. }, 500);
  557. }
  558. var a = new Object;
  559. var url = window.location.href;
  560. if (url.indexOf("iqiyi.com") > -1) {
  561. window.location.href = "https://www.yymeier.com/api.php?url=" + url
  562. }
  563. if (url.indexOf("le.com") > -1) {
  564. window.location.href = "https://www.yymeier.com/api.php?url=" + url
  565. }
  566. }), $("#play333").on("click", function() {
  567. var url = window.location.href;
  568. var style = "font-weight:bold;padding:0;position:absolute;text-align:center;";
  569. if (url.indexOf('youku.com') > 0) {
  570. document.getElementsByClassName('vpactionv5_iframe_wrap')[0].style.display = 'none';
  571. doPlay('player');
  572. }
  573. if (url.indexOf('www.tudou.com') > 0) {
  574. style = 'width:100%;height:500px;z-index:999999;';
  575. doPlay('player');
  576. }
  577. if (url.indexOf('v.qq.com') > 0) {
  578. doPlay('tenvideo_player');
  579. doPlay('mod_player');
  580. setInterval(function() {
  581. var newUrl = window.location.href;
  582. if (newUrl != url) {
  583. url = window.location.href;
  584. doPlay('tenvideo_player');
  585. doPlay('mod_player');
  586. }
  587. }, 1000);
  588. }
  589. if (url.indexOf('www.mgtv.com') > 0) {
  590. doPlay('mgtv-player-wrap');
  591. }
  592. if (url.indexOf('tv.sohu.com') > 0) {
  593. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  594. doPlay('sohuplayer');
  595. }
  596. if (url.indexOf('v.pptv.com') > 0) {
  597. style = 'width:100%;height:100%;z-index:999999;';
  598. doPlay('pptv_playpage_box');
  599. }
  600. if (url.indexOf('www.acfun.cn') > 0) {
  601. style = 'width:80%;height:500px;position:absolute;z-index:999999;';
  602. doPlay('player');
  603. }
  604. if (url.indexOf('www.bilibili.com') > 0) {
  605. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  606. doPlay('bofqi');
  607. }
  608.  
  609. function doPlay(playerId) {
  610. setTimeout(function() {
  611. if (document.getElementById(playerId)) {
  612. document.getElementById(playerId).innerHTML = '<iframe style="border:none;' + style + '" width="100%" height="100%" src="https://aikan-tv.com/tong.php?url=' + url + '"></iframe>';
  613. }
  614. }, 500);
  615. }
  616. var a = new Object;
  617. var url = window.location.href;
  618. if (url.indexOf("iqiyi.com") > -1) {
  619. window.location.href = "https://aikan-tv.com/tong.php?url=" + url
  620. }
  621. if (url.indexOf("le.com") > -1) {
  622. window.location.href = "https://aikan-tv.com/tong.php?url=" + url
  623. }
  624. }), $("#play444").on("click", function() {
  625. var url = window.location.href;
  626. var style = "font-weight:bold;padding:0;position:absolute;text-align:center;";
  627. if (url.indexOf('youku.com') > 0) {
  628. document.getElementsByClassName('vpactionv5_iframe_wrap')[0].style.display = 'none';
  629. doPlay('player');
  630. }
  631. if (url.indexOf('www.tudou.com') > 0) {
  632. style = 'width:100%;height:500px;z-index:999999;';
  633. doPlay('player');
  634. }
  635. if (url.indexOf('v.qq.com') > 0) {
  636. doPlay('tenvideo_player');
  637. doPlay('mod_player');
  638. setInterval(function() {
  639. var newUrl = window.location.href;
  640. if (newUrl != url) {
  641. url = window.location.href;
  642. doPlay('tenvideo_player');
  643. doPlay('mod_player');
  644. }
  645. }, 1000);
  646. }
  647. if (url.indexOf('www.mgtv.com') > 0) {
  648. doPlay('mgtv-player-wrap');
  649. }
  650. if (url.indexOf('tv.sohu.com') > 0) {
  651. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  652. doPlay('sohuplayer');
  653. }
  654. if (url.indexOf('v.pptv.com') > 0) {
  655. style = 'width:100%;height:100%;z-index:999999;';
  656. doPlay('pptv_playpage_box');
  657. }
  658. if (url.indexOf('www.acfun.cn') > 0) {
  659. style = 'width:80%;height:500px;position:absolute;z-index:999999;';
  660. doPlay('player');
  661. }
  662. if (url.indexOf('www.bilibili.com') > 0) {
  663. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  664. doPlay('bofqi');
  665. }
  666.  
  667. function doPlay(playerId) {
  668. setTimeout(function() {
  669. if (document.getElementById(playerId)) {
  670. document.getElementById(playerId).innerHTML = '<iframe style="border:none;' + style + '" width="100%" height="100%" src="https://jxapi.nepian.com/ckparse/?url=' + url + '"></iframe>';
  671. }
  672. }, 500);
  673. }
  674. var a = new Object;
  675. var url = window.location.href;
  676. if (url.indexOf("iqiyi.com") > -1) {
  677. window.location.href = "https://jxapi.nepian.com/ckparse/?url=" + url
  678. }
  679. if (url.indexOf("le.com") > -1) {
  680. window.location.href = "https://jxapi.nepian.com/ckparse/?url=" + url
  681. }
  682. }), $("#play555").on("click", function() {
  683. var url = window.location.href;
  684. var style = "font-weight:bold;padding:0;position:absolute;text-align:center;";
  685. if (url.indexOf('youku.com') > 0) {
  686. document.getElementsByClassName('vpactionv5_iframe_wrap')[0].style.display = 'none';
  687. doPlay('player');
  688. }
  689. if (url.indexOf('www.mgtv.com') > 0) {
  690. doPlay('mgtv-player-wrap');
  691. }
  692. if (url.indexOf('tv.sohu.com') > 0) {
  693. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  694. doPlay('sohuplayer');
  695. }
  696. if (url.indexOf('v.pptv.com') > 0) {
  697. style = 'width:100%;height:100%;z-index:999999;';
  698. doPlay('pptv_playpage_box');
  699. }
  700. if (url.indexOf('www.acfun.cn') > 0) {
  701. style = 'width:80%;height:500px;position:absolute;z-index:999999;';
  702. doPlay('player');
  703. }
  704. if (url.indexOf('www.bilibili.com') > 0) {
  705. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  706. doPlay('bofqi');
  707. }
  708.  
  709. function doPlay(playerId) {
  710. setTimeout(function() {
  711. if (document.getElementById(playerId)) {
  712. document.getElementById(playerId).innerHTML = '<iframe style="border:none;' + style + '" width="100%" height="100%" src="http://www.jiexi.cx/5qiyi/?url=' + url + '"></iframe>';
  713. }
  714. }, 500);
  715. }
  716. var a = new Object;
  717. var url = window.location.href;
  718. if (url.indexOf("iqiyi.com") > -1) {
  719. window.location.href = "http://www.jiexi.cx/5qiyi/?url=" + url
  720. }
  721. if (url.indexOf("v.qq.com") > -1) {
  722. window.location.href = "http://www.jiexi.cx/5qiyi/?url=" + url
  723. }
  724. if (url.indexOf("le.com") > -1) {
  725. window.location.href = "http://www.jiexi.cx/5qiyi/?url=" + url
  726. }
  727. if (url.indexOf("tudou.com") > -1) {
  728. window.location.href = "http://www.jiexi.cx/5qiyi/?url=" + url
  729. }
  730. }), $("#play666").on("click", function() {
  731. var url = window.location.href;
  732. var style = "font-weight:bold;padding:0;position:absolute;text-align:center;";
  733. if (url.indexOf('youku.com') > 0) {
  734. document.getElementsByClassName('vpactionv5_iframe_wrap')[0].style.display = 'none';
  735. doPlay('player');
  736. }
  737. if (url.indexOf('www.mgtv.com') > 0) {
  738. doPlay('mgtv-player-wrap');
  739. }
  740. if (url.indexOf('tv.sohu.com') > 0) {
  741. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  742. doPlay('sohuplayer');
  743. }
  744. if (url.indexOf('v.pptv.com') > 0) {
  745. style = 'width:100%;height:100%;z-index:999999;';
  746. doPlay('pptv_playpage_box');
  747. }
  748. if (url.indexOf('www.acfun.cn') > 0) {
  749. style = 'width:80%;height:500px;position:absolute;z-index:999999;';
  750. doPlay('player');
  751. }
  752. if (url.indexOf('www.bilibili.com') > 0) {
  753. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  754. doPlay('bofqi');
  755. }
  756.  
  757. function doPlay(playerId) {
  758. setTimeout(function() {
  759. if (document.getElementById(playerId)) {
  760. document.getElementById(playerId).innerHTML = '<iframe style="border:none;' + style + '" width="100%" height="100%" src="http://www.ou522.cn/t2/1.php?url=' + url + '"></iframe>';
  761. }
  762. }, 500);
  763. }
  764. var a = new Object;
  765. var url = window.location.href;
  766. if (url.indexOf("iqiyi.com") > -1) {
  767. window.location.href = "http://www.ou522.cn/t2/1.php?url=" + url
  768. }
  769. if (url.indexOf("v.qq.com") > -1) {
  770. window.location.href = "http://www.ou522.cn/t2/1.php?url=" + url
  771. }
  772. if (url.indexOf("le.com") > -1) {
  773. window.location.href = "http://www.ou522.cn/t2/1.php?url=" + url
  774. }
  775. if (url.indexOf("tudou.com") > -1) {
  776. window.location.href = "http://www.ou522.cn/t2/1.php?url=" + url
  777. }
  778. }), $("#play777").on("click", function() {
  779. var url = window.location.href;
  780. var style = "font-weight:bold;padding:0;position:absolute;text-align:center;";
  781. if (url.indexOf('youku.com') > 0) {
  782. document.getElementsByClassName('vpactionv5_iframe_wrap')[0].style.display = 'none';
  783. doPlay('player');
  784. }
  785. if (url.indexOf('www.mgtv.com') > 0) {
  786. doPlay('mgtv-player-wrap');
  787. }
  788. if (url.indexOf('tv.sohu.com') > 0) {
  789. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  790. doPlay('sohuplayer');
  791. }
  792. if (url.indexOf('v.pptv.com') > 0) {
  793. style = 'width:100%;height:100%;z-index:999999;';
  794. doPlay('pptv_playpage_box');
  795. }
  796. if (url.indexOf('www.acfun.cn') > 0) {
  797. style = 'width:80%;height:500px;position:absolute;z-index:999999;';
  798. doPlay('player');
  799. }
  800. if (url.indexOf('www.bilibili.com') > 0) {
  801. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  802. doPlay('bofqi');
  803. }
  804.  
  805. function doPlay(playerId) {
  806. setTimeout(function() {
  807. if (document.getElementById(playerId)) {
  808. document.getElementById(playerId).innerHTML = '<iframe style="border:none;' + style + '" width="100%" height="100%" src="http://www.vipjiexi.com/yun.php?url=' + url + '"></iframe>';
  809. }
  810. }, 500);
  811. }
  812. var a = new Object;
  813. var url = window.location.href;
  814. if (url.indexOf("iqiyi.com") > -1) {
  815. window.location.href = "http://www.vipjiexi.com/yun.php?url=" + url
  816. }
  817. if (url.indexOf("v.qq.com") > -1) {
  818. window.location.href = "http://www.vipjiexi.com/yun.php?url=" + url
  819. }
  820. if (url.indexOf("le.com") > -1) {
  821. window.location.href = "http://www.vipjiexi.com/yun.php?url=" + url
  822. }
  823. if (url.indexOf("tudou.com") > -1) {
  824. window.location.href = "http://www.vipjiexi.com/yun.php?url=" + url
  825. }
  826. }), $("#play888").on("click", function() {
  827. var url = window.location.href;
  828. var style = "font-weight:bold;padding:0;position:absolute;text-align:center;";
  829. if (url.indexOf('youku.com') > 0) {
  830. document.getElementsByClassName('vpactionv5_iframe_wrap')[0].style.display = 'none';
  831. doPlay('player');
  832. }
  833. if (url.indexOf('www.mgtv.com') > 0) {
  834. doPlay('mgtv-player-wrap');
  835. }
  836. if (url.indexOf('tv.sohu.com') > 0) {
  837. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  838. doPlay('sohuplayer');
  839. }
  840. if (url.indexOf('v.pptv.com') > 0) {
  841. style = 'width:100%;height:100%;z-index:999999;';
  842. doPlay('pptv_playpage_box');
  843. }
  844. if (url.indexOf('www.acfun.cn') > 0) {
  845. style = 'width:80%;height:500px;position:absolute;z-index:999999;';
  846. doPlay('player');
  847. }
  848. if (url.indexOf('www.bilibili.com') > 0) {
  849. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  850. doPlay('bofqi');
  851. }
  852.  
  853. function doPlay(playerId) {
  854. setTimeout(function() {
  855. if (document.getElementById(playerId)) {
  856. document.getElementById(playerId).innerHTML = '<iframe style="border:none;' + style + '" width="100%" height="100%" src="http://www.wmxz.wang/video.php?url=' + url + '"></iframe>';
  857. }
  858. }, 500);
  859. }
  860. var a = new Object;
  861. var url = window.location.href;
  862. if (url.indexOf("iqiyi.com") > -1) {
  863. window.location.href = "http://www.wmxz.wang/video.php?url=" + url
  864. }
  865. if (url.indexOf("v.qq.com") > -1) {
  866. window.location.href = "http://www.wmxz.wang/video.php?url=" + url
  867. }
  868. if (url.indexOf("le.com") > -1) {
  869. window.location.href = "http://www.wmxz.wang/video.php?url=" + url
  870. }
  871. if (url.indexOf("tudou.com") > -1) {
  872. window.location.href = "http://www.wmxz.wang/video.php?url=" + url
  873. }
  874. }), $("#play999").on("click", function() {
  875. var url = window.location.href;
  876. var style = "font-weight:bold;padding:0;position:absolute;text-align:center;";
  877. if (url.indexOf('youku.com') > 0) {
  878. document.getElementsByClassName('vpactionv5_iframe_wrap')[0].style.display = 'none';
  879. doPlay('player');
  880. }
  881. if (url.indexOf('www.mgtv.com') > 0) {
  882. doPlay('mgtv-player-wrap');
  883. }
  884. if (url.indexOf('tv.sohu.com') > 0) {
  885. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  886. doPlay('sohuplayer');
  887. }
  888. if (url.indexOf('v.pptv.com') > 0) {
  889. style = 'width:100%;height:100%;z-index:999999;';
  890. doPlay('pptv_playpage_box');
  891. }
  892. if (url.indexOf('www.acfun.cn') > 0) {
  893. style = 'width:80%;height:500px;position:absolute;z-index:999999;';
  894. doPlay('player');
  895. }
  896. if (url.indexOf('www.bilibili.com') > 0) {
  897. style = 'width:100%;height:500px;position:absolute;z-index:999999;';
  898. doPlay('bofqi');
  899. }
  900.  
  901. function doPlay(playerId) {
  902. setTimeout(function() {
  903. if (document.getElementById(playerId)) {
  904. document.getElementById(playerId).innerHTML = '<iframe style="border:none;' + style + '" width="100%" height="100%" src="http://qtzr.net/s/?qt=' + url + '"></iframe>';
  905. }
  906. }, 500);
  907. }
  908. var a = new Object;
  909. var url = window.location.href;
  910. if (url.indexOf("iqiyi.com") > -1) {
  911. window.location.href = "http://qtzr.net/s/?qt=" + url
  912. }
  913. if (url.indexOf("v.qq.com") > -1) {
  914. window.location.href = "http://qtzr.net/s/?qt=" + url
  915. }
  916. if (url.indexOf("le.com") > -1) {
  917. window.location.href = "http://qtzr.net/s/?qt=" + url
  918. }
  919. if (url.indexOf("tudou.com") > -1) {
  920. window.location.href = "http://qtzr.net/s/?qt=" + url
  921. }
  922. })
  923. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址