Sleazy Fork is available in English.

91新页面观看

91新页面观看,告别烦人的广告

  1. // ==UserScript==
  2. // @name 91新页面观看
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description 91新页面观看,告别烦人的广告
  6. // @author 水鬼派克
  7. // @match http*://*.workarea2.live/*
  8. // @match http*://*.91porn.com/*
  9. // @match http*://*.91p*.com/*
  10. // @match http*://*.91p*.live/*
  11. // @match http*://*.91p51.live/*
  12. // @match http*://*.workgreat11.live/*
  13. // @match http*://*.91p46.com/*
  14. // @match http*://*.91p321.com/*
  15. // @match http*://*.workarea9.live/*
  16. // @icon https://0117.workarea2.live/images/logo.png
  17. // @grant unsafeWindow
  18. // @license MIT
  19. // ==/UserScript==
  20. (function () {
  21. '观看窗口1';
  22. var button1 = document.createElement('button');
  23. button1.id = "openOnNewWin1";
  24. button1.style.color = '#ff6578'
  25. button1.style.position = "fixed";
  26. button1.style.left = "0px";
  27. button1.style.top = "220px";
  28. button1.style['z-index'] = "999999";
  29. button1.innerHTML = "观看窗口1";
  30. document.body.appendChild(button1);
  31. document.getElementById('openOnNewWin1').addEventListener('click', function () {
  32. window.open("http://91.9p9.xyz/ev.php?VID=" + document.getElementById('VUID').innerText);
  33. })
  34. })();
  35. (function () {
  36. '观看窗口2';
  37. var button2 = document.createElement('button');
  38. button2.id = "openOnNewWin2";
  39. button2.style.color = '#123456'
  40. button2.style.position = "fixed";
  41. button2.style.left = "0px";
  42. button2.style.top = "270px";
  43. button2.style['z-index'] = "999999";
  44. button2.innerHTML = "观看窗口2";
  45. var VID2 = document.querySelector('#favorite #VID').innerHTML
  46. document.body.appendChild(button2);
  47. document.getElementById('openOnNewWin2').addEventListener('click', function () {
  48. alert('请复制一下网址\n https://cdn77.91p49.com/m3u8/' + VID2 + '/' + VID2 + '.m3u8\n去新的窗口的粘贴解析一下')
  49. setTimeout(() => {
  50. window.open("http://www.m3u8.zone/");
  51. }, 2000)
  52. })
  53. })();
  54.  
  55.