Youku 1080

解开 VIP 1080p

Verze ze dne 27. 01. 2018. 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         Youku 1080
// @namespace    http://v.youku.com/
// @version      0.1
// @description  解开 VIP 1080p
// @author       游客
// @match        http://v.youku.com/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    $('#module-interact').append('<a href=javascript:voide(); onclick=\" $(\'.settings-item.disable\').remove();  if($(\'#my1080p\').length <= 0) $(\'.quality-dashboard.larger\').append(\'<div data-val=1080p class=settings-item data-eventlog=xsl id=my1080p>1080p</div>\'); \">解开1080</a>');

})();