猫咪av

破解vip视频免费观看

اعتبارا من 03-04-2023. شاهد أحدث إصدار.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

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

(I already have a user script manager, let me install it!)

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.

ستحتاج إلى تثبيت إضافة مثل Stylus لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتتمكن من تثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

(لدي بالفعل مثبت أنماط للمستخدم، دعني أقم بتثبيته!)

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