视频

try to take over the world!

目前為 2020-02-23 提交的版本,檢視 最新版本

  1. // ==UserScript==
  2. // @name 视频
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description try to take over the world!
  6. // @author yefeng
  7. // @include *v.youku.com/v_*
  8. // @include *m.youku.com/v*
  9. // @include *m.youku.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 *film.sohu.com/album/*
  15. // @include *tv.sohu.com/*
  16. // @include *.iqiyi.com/v_*
  17. // @include *.iqiyi.com/w_*
  18. // @include *.iqiyi.com/a_*
  19. // @include *.le.com/ptv/vplay/*
  20. // @include *.tudou.com/listplay/*
  21. // @include *.tudou.com/albumplay/*
  22. // @include *.tudou.com/programs/view/*
  23. // @include *.tudou.com/v*
  24. // @require https://cdn.bootcss.com/jquery/1.12.4/jquery.min.js
  25. // @require https://cdn.bootcss.com/sweetalert/2.1.2/sweetalert.min.js
  26. // @require https://code.jquery.com/jquery-latest.js
  27. // @license GPL License
  28. // @grant GM_download
  29. // @grant GM_openInTab
  30. // @grant GM_setValue
  31. // @grant GM_getValue
  32. // @grant GM_xmlhttpRequest
  33. // @grant GM_addStyle
  34. // @grant unsafeWindow
  35. // @grant GM_setClipboard
  36. // @grant GM_getResourceURL
  37. // @grant GM_getResourceText
  38. // ==/UserScript==
  39.  
  40. (function() {
  41. 'use strict';
  42.  
  43.  
  44. var x=window.location.href;//获取当前的链接
  45. var y0='Https://yun.nxflv.com/?url=';
  46. var y='https://cdn.yangju.vip/k/?url=';
  47. var y1='https://cdn.yangju.vip/k/?url=';
  48. var y2='https://jx.lache.me/cc/?url=';
  49. var y3='https://api.653520.top/vip/?url=';
  50. var y4='https://jx.ab33.top/vip/?url=';
  51. Https://yun.nxflv.com/?url=https://www.bilibili.com/bangumi/play/ep307366
  52. var t=y0+x;
  53. // Your code here...
  54.  
  55. var zhm_html = "<div href='javascript:void(0)' target='_blank' id='zhm_jx_url_lr' style='cursor:pointer;z-index:98;display:block;width:30px;height:30px;line-height:30px;position:fixed;left:0;top:300px;text-align:center;overflow:visible'><img src='https://preview.qiantucdn.com/58pic/13/18/50/05458PICH9c4p8f2cj2bS_PIC2018.jpg!w1024_new_0' height='55' ></div>";
  56. $("body").append(zhm_html);
  57.  
  58. $("#zhm_jx_url_lr").click(function(){
  59. var play_jx_url = window.location.href;
  60. if(/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) {
  61. var mobile_html = "<div style='margin:0 auto;padding:10px;'>";
  62. mobile_html +="<button type='button' style='position:absolute;top:0;right:30px;font-size:30px;line-height: 1;color: #000;text-shadow: 0 1px 0 #fff;cursor: pointer;border:0;background:0 0;' onclick='location.reload();'>×</button>";
  63. mobile_html += "<div><iframe src='https://www.eggvod.cn/mobile.php?zhm_jx="+play_jx_url +"' allowtransparency=true frameborder='0' scrolling='no' allowfullscreen=true allowtransparency=true name='jx_play'style='height:600px;width:100%'></iframe></div>"
  64. mobile_html += "</div>";
  65. $("body").html(mobile_html);
  66. } else {
  67. // $.get('https://www.eggvod.cn/jxcode.php',{in:81566699},function(data){
  68. // location.href='https://www.eggvod.cn/jx.php?lrspm='+data+'&zhm_jx='+play_jx_url;
  69. // });
  70. setTimeout(window.open(t),3000);
  71. }
  72. });
  73.  
  74. // setTimeout(window.open(t),3000);
  75. //if(x==''){}
  76. //window.open("http://www.baidu.com");
  77. })();

QingJ © 2025

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