Greasy Fork

Greasy Fork is available in English.

小鑫vip视频解析

支持优酷,爱奇艺,腾讯,搜狐,乐视,pptv,芒果tv,1905,等(视频播放页面有10秒钟广告)

目前为 2018-11-13 提交的版本。查看 最新版本

// ==UserScript==
// @name         小鑫vip视频解析
// @namespace    http://tampermonkey.net/
// @version      3.0
// @description  支持优酷,爱奇艺,腾讯,搜狐,乐视,pptv,芒果tv,1905,等(视频播放页面有10秒钟广告)
// @author       鑫爸爸
// @match        *://v.youku.com/*
// @match        *://*.iqiyi.com/v*
// @match        *://v.qq.com/x/cover*
// @match        *://film.sohu.com/album/*
// @match        *://tv.sohu.com/v/*
// @match        *://*.le.com/ptv/vplay/*
// @match        *://*.pptv.com/show/*
// @match        *://*.mgtv.com/b/*
// @match        *://vip.1905.com/play/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    let ok = confirm('杨爱君是')
    if (ok) {
        window.location.href = "http://kx28.com/vip/index.php?url=" + window.location.href
    }
})();