您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Mediaset unlimited streaming without logging in!
// ==UserScript== // @name Mediaset Unlimited Streaming // @version 0.1 // @description Mediaset unlimited streaming without logging in! // @author Gia90 // @include /http:\/\/(?:www\.)*mediaset\.it\/(?:canale5|italia1|rete4|la5|italia2|mediasetextra|topcrime|iris)/ // @namespace https://greasyfork.org/users/97781 // ==/UserScript== window.addEventListener('load', function() { startTimer = function(max) { var textbox = document.createElement("div"); textbox.innerHTML = "<b>ENJOY UNLIMITED STREAMING by Gia90</b>"; textbox.className = "countdown"; textbox.style.textTransform = "none"; document.getElementById('video-player').appendChild(textbox); }; }, false);