解开 VIP 1080p
当前为
// ==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>');
})();