听说这样的标题更容易让人看到__________________2020.08.16更新__________________itys VIP视频免费播放 破解VIP视频去广告 免费VIP视频解析 实用

精心收集优质视频解析接口,为大家提供爱奇艺、腾讯、优酷、芒果TV四大视频网站视频解析服务,解析接口收集于互联网,如有侵权、不妥之处请联系我们删除,敬请谅解,邮箱 itys@foxmail.com 有【安卓APP版】下载 QQ群 237903556 加群答案 itys

  1. // ==UserScript==
  2. // @name 听说这样的标题更容易让人看到__________________2020.08.16更新__________________itys VIP视频免费播放 破解VIP视频去广告 免费VIP视频解析 实用
  3. // @version 20.08.16
  4. // @description 精心收集优质视频解析接口,为大家提供爱奇艺、腾讯、优酷、芒果TV四大视频网站视频解析服务,解析接口收集于互联网,如有侵权、不妥之处请联系我们删除,敬请谅解,邮箱 itys@foxmail.com 有【安卓APP版】下载 QQ群 237903556 加群答案 itys
  5. // @author itys
  6. // @namespace itys@foxmail.com
  7. // @include *.iqiyi.com/v_*
  8. // @include *.iqiyi.com/w_*
  9. // @include *.iqiyi.com/a_*
  10. // @include *v.qq.com/x/*
  11. // @include *v.qq.com/play*
  12. // @include *v.qq.com/cover*
  13. // @include *v.qq.com/tv/*
  14. // @include *v.youku.com/v_*
  15. // @include *v.youku.com/p*
  16. // @include *m.youku.com/v*
  17. // @include *m.youku.com/a*
  18. // @include *.mgtv.com/b/*
  19. // @grant none
  20. // ==/UserScript==
  21.  
  22. (function () {
  23. "use strict";
  24. function spjx() {
  25. var api = new Array(
  26. "https://jx.yingxiangbao.cn/vip.php?url=",
  27. "https://www.2ajx.com/vip.php?url="
  28. );
  29. var div = document.createElement("div");
  30. div.innerHTML = "<div style='position:fixed;top:10%;left:0;z-index:2147483647;display:block;width:40px;height:40px;border-radius:0 20px 20px 0;background-color:#ff0080;color:#fff;text-align:center;font-size:16px;line-height:40px'>视源</div>";
  31. div.onclick = function () {
  32. window.open(
  33. api[Math.floor(Math.random() * api.length)] + window.location.href
  34. );
  35. };
  36. document.body.appendChild(div);
  37. }
  38. var url = new Array(
  39. ".iqiyi.com/v_",
  40. ".iqiyi.com/w_",
  41. ".iqiyi.com/a_",
  42. "v.qq.com/x/",
  43. "v.qq.com/play",
  44. "v.qq.com/cover",
  45. "v.qq.com/tv/",
  46. "v.youku.com/v_",
  47. "v.youku.com/p",
  48. "m.youku.com/v",
  49. "m.youku.com/a",
  50. ".mgtv.com/b/"
  51. );
  52. var i;
  53. for (i = 0; i < url.length; i++) {
  54. if (window.location.href.indexOf(url[i]) != -1) {
  55. spjx();
  56. break;
  57. }
  58. }
  59. })();