Youku 1080

解开 VIP 1080p

目前为 2018-02-09 提交的版本,查看 最新版本

// ==UserScript==
// @name         Youku 1080
// @namespace    http://v.youku.com/
// @version      0.2
// @description  解开 VIP 1080p
// @author       游客
// @match        http://v.youku.com/*
// @grant        none
// ==/UserScript==
// 优酷更新代码 div层有变动
(function() {
    'use strict';

    $('.desc').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>\'); \"><font color=red>解开1080</font></a>');

})();