VIP视频CCAV5解析

一键免费观看[优酷|腾讯|乐视|爱奇艺|芒果|M1905|AB站]等站VIP影视,提供30多组无广告接口,欢迎体验。

  1. // ==UserScript==
  2. // @name VIP视频CCAV5解析
  3. // @version 1.0.18.0909
  4. // @description 一键免费观看[优酷|腾讯|乐视|爱奇艺|芒果|M1905|AB站]等站VIP影视,提供30多组无广告接口,欢迎体验。
  5. // @author CCAV5
  6. // @homepage https://ccav5.ml/
  7. // @icon https://ccav5.ml/favicon.ico
  8. // @namespace https://gf.qytechs.cn/users/189233
  9. // @license MIT
  10. // @noframes
  11. // @match *://*.iqiyi.com/*
  12. // @match *://*.youku.com/*
  13. // @match *://*.le.com/*
  14. // @match *://*.letv.com/*
  15. // @match *://v.qq.com/*
  16. // @match *://film.qq.com/*
  17. // @match *://*.tudou.com/*
  18. // @match *://*.mgtv.com/*
  19. // @match *://film.sohu.com/*
  20. // @match *://tv.sohu.com/*
  21. // @match *://*.acfun.cn/v/*
  22. // @match *://*.bilibili.com/*
  23. // @match *://vip.1905.com/play/*
  24. // @match *://*.pptv.com/*
  25. // @match *://v.yinyuetai.com/video/*
  26. // @match *://v.yinyuetai.com/playlist/*
  27. // @match *://*.fun.tv/vplay/*
  28. // @match *://*.wasu.cn/Play/show/*
  29. // @match *://*.56.com/*
  30. // @exclude *://*.bilibili.com/blackboard/*
  31. // ==/UserScript==
  32.  
  33. (() => {
  34. 'use strict';
  35. const CCAV5Icon = '<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><g><rect fill="none" id="canvas_background" height="18" width="18" y="-1" x="-1"/></g><g><ellipse stroke="#000" ry="7.24994" rx="6.74994" id="svg_11" cy="7.75002" cx="8" stroke-opacity="null" stroke-width="0" fill="#1A333F"/><text font-weight="bold" stroke="#000" transform="matrix(0.809852357853394,0,0,0.5467730283520195,9.023962100405583,8.460591711368162) " xml:space="preserve" text-anchor="start" font-family="Helvetica, Arial, sans-serif" font-size="24" id="svg_10" y="7.74679" x="-9.13863" stroke-opacity="null" stroke-width="0" fill="#ffffff">5</text></g></svg>';
  36. var tMscript = document.createElement('script');
  37. tMscript.innerText = `q = function(cssSelector){return document.querySelector(cssSelector);};qa = function(cssSelector){return document.querySelectorAll(cssSelector);};`;
  38. document.head.appendChild(tMscript);
  39. window.q = function(cssSelector) {return document.querySelector(cssSelector);};
  40. window.qa = function(cssSelector) {return document.querySelectorAll(cssSelector);};
  41. /* 兼容 Tampermonkey | Violentmonkey | Greasymonkey 4.0+ */
  42. function GMaddStyle(cssText){
  43. let a = document.createElement('style');
  44. a.textContent = cssText;
  45. let doc = document.head || document.documentElement;
  46. doc.appendChild(a);
  47. }
  48. GMaddStyle(`
  49. #CCAV5{position:fixed;background-color:#debb50;top:7em;left:0;padding:0;z-index:999999;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:15px;}
  50. #CCAV5 li{list-style:none;}
  51. #CCAV5 svg{float:right;}
  52. .AV5{opacity:0.3;position:relative;padding:1em .4em;height:5.5em;width:1.2em;cursor:pointer;}
  53. .AV5:hover{opacity:1;display:block;}
  54. `);
  55. var ccav5api = {
  56. title: "免费看VIP视频就用CCAV5解析",
  57. url: "http://ccav5.ml/v.html?url=",
  58. name:CCAV5Icon+"免费观看"
  59. };
  60.  
  61. /* 执行 */
  62. var div = document.createElement("div");
  63. div.id = "CCAV5Play";
  64. var txt = '', i = 0;
  65.  
  66. div.innerHTML = `
  67. <ul id="CCAV5">
  68. <li class="AV5" data-url="${ccav5api.url}" title="${ccav5api.title}" onclick="window.open(this.dataset.url+location.href,'_self')">${ccav5api.name}</li>
  69. <li class="AV5" style="height:1.5em;" data-url="${ccav5api.url}" title="在新窗口中解析播放" onclick="window.open(this.dataset.url+location.href)">🎬</li>
  70. </ul>
  71. `;
  72. document.body.appendChild(div);
  73.  
  74. })();

QingJ © 2025

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