91共享福利无限看

不用登录,不用花费金币,无限次观看91共享福利网的视频!

  1. // ==UserScript==
  2. // @name 91共享福利无限看
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.4
  5. // @description 不用登录,不用花费金币,无限次观看91共享福利网的视频!
  6. // @author qm3.top
  7. // @match http://www.fuli91.info/video/play/id/*
  8. // @match http://www.63ysk.com/video/play/id/*
  9. // @match http://www.91kb.in/video/play/id/*
  10. // @match http://www.fulise666.com/video/play/id/*
  11. // @match http://www.gongxiangfuli.vip/video/play/id/*
  12. // @match http://www.zbzxfl.com/video/play/id/*
  13. // @match http://www.jdknss.com/video/play/id/*
  14. // @match http://www.1024gongxiang.com/video/play/id/*
  15. // @match http://www.91gxfl.space/video/play/id/*
  16. // @match http://www.gongxiang51.com/video/play/id/*
  17. // @match http://www.zhibo2017.com/video/play/id/*
  18. // @match http://www.zhubo911.com/video/play/id/*
  19. // @match http://www.zhubo1212.com/video/play/id/*
  20. // @match http://www.zhubo760.info/video/play/id/*
  21. // @match http://www.zhubo8.info/video/play/id/*
  22. // @match http://www.zhubo900.info/video/play/id/*
  23. // @match http://www.91gxfl77.com/video/play/id/*
  24. // @match http://www.91gxfl3.com/video/play/id/*
  25. // @match http://www.91gxfl111.com/video/play/id/*
  26. // @match http://www.91gxfl333.com/video/play/id/*
  27. // @match http://www.zhubo350.info/video/play/id/*
  28. // @match http://www.chaopao8.info/video/play/id/*
  29. // @match http://www.91gxfl91gxfl.com/video/play/id/*
  30. // @match http://www.kanfulila.info/video/play/id/*
  31. // @grant none
  32. // ==/UserScript==
  33.  
  34. (function() {
  35. 'use strict';
  36. $.ajax({
  37. url:"http://"+ window.location.host +"/api/payvideo.html",
  38. type:"post",
  39. data:{id:window.location.href.match(/\/([0-9]+)\./)[1]},
  40. success:function(e){
  41. e = JSON.parse(e);
  42. $(".share").html('<p>下载地址:<a href="http://blog.sina.com.cn/s/blog_6264e0aa0102x8wd.html" target="_blank" style="color:red">查看下载教程</a></p><p>'+e.data.videoInfo.url.split("?")[0]+'</p>');
  43. if(e.message == "\u89c6\u9891\u9700\u8981\u4ed8\u8d39\u002c\u8bf7\u767b\u9646\u540e\u89c2\u770b"){
  44. console.log(e.data.videoInfo.url);
  45. $("body").append("<style>.layui-layer-shade,.layui-layer-dialog,.layui-layer-move{display:none}</style>");
  46. new ckplayer({container:"#playerBox",autoplay:true,video:e.data.videoInfo.url});
  47. }
  48. }
  49. });
  50. })();