Sleazy Fork is available in English.

猫咪av

破解vip视频免费观看

// ==UserScript==
// @name         猫咪av
// @namespace    http://tampermonkey.net/
// @version      0.5
// @description  破解vip视频免费观看
// @author       Ths
// @match        https://www.3c5g9.com/*
// @match        *://www.f2c013d5bbbb.com/*
// @match        *://www.9805e4a39257.com/*
// @match        *://www.7bfbb776da4a.com/*
// @match        *://www.bc53k.com/*
// @match        *://www.8ca6c74fb1f9.com/*
// @match        *://*/index/home.html
// @match        *://*/vip/index.html
// @match        *://*/vip/list-*.html
// @license      MIT
// @icon         https://www.google.com/s2/favicons?sz=64&domain=f2c013d5bbbb.com
// @grant        none
// ==/UserScript==

function replaceAllUrl(){
    document.querySelectorAll("a.video-pic").forEach( (a) => {
        //console.log(a);
        a.setAttribute('href', a.getAttribute('href').replace("/vip/play-","/shipin/detail-").replace(/https:\/\/.*?\//, 'https://'+window.location.host+'/'))
    });
}

(function() {
    'use strict';

    //document.body.innerHTML=document.body.innerHTML.replace("/vip/play-","/shipin/detail-");
    //if(-1!==document.body.innerHTML.match("/vip/play-")){document.location.href=document.location.href.replace("/vip/play-","/shipin/detail-");}
    setTimeout( () => {
        replaceAllUrl();
    }, 500);
})();