猫咪av

破解vip视频免费观看

  1. // ==UserScript==
  2. // @name 猫咪av
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.2
  5. // @description 破解vip视频免费观看
  6. // @author Ths
  7. // @match https://www.223gw.com/*
  8. // @match *://www.f2c013d5bbbb.com/*
  9. // @match *://www.9805e4a39257.com/*
  10. // @match *://www.7bfbb776da4a.com/*
  11. // @match *://www.bc53k.com/*
  12. // @match *://www.8ca6c74fb1f9.com/*
  13. // @match *://*/index/home.html
  14. // @match *://*/vip/index.html
  15. // @license MIT
  16. // @icon https://www.google.com/s2/favicons?sz=64&domain=f2c013d5bbbb.com
  17. // @grant none
  18. // ==/UserScript==
  19. function replaceAllUrl(){
  20. document.querySelectorAll("a.video-pic").forEach( (a) => {
  21. //console.log(a);
  22. a.href=a.href.replace("/vip/play-","/shipin/detail-");
  23. });
  24. }
  25. (function() {
  26. 'use strict';
  27. //document.body.innerHTML=document.body.innerHTML.replace("/vip/play-","/shipin/detail-");
  28. //if(-1!==document.body.innerHTML.match("/vip/play-")){document.location.href=document.location.href.replace("/vip/play-","/shipin/detail-");}
  29. setTimeout( () => {
  30. replaceAllUrl();
  31. }, 500);
  32. })();