猫咪av

破解vip视频免费观看

Verze ze dne 03. 04. 2023. Zobrazit nejnovější verzi.

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==UserScript==
// @name         猫咪av
// @namespace    http://tampermonkey.net/
// @version      0.3
// @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.href=a.href.replace("/vip/play-","/shipin/detail-");
    });
}

(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);
})();