Monster iLive

Get the full screen

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

You will need to install an extension such as Tampermonkey to install this script.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği indirebilmeniz için ayrıca Tampermonkey gibi bir eklenti kurmanız gerekmektedir.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

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.

(Zateb bir user-style yöneticim var, yükleyeyim!)

// ==UserScript==
// @name        Monster iLive
// @version    0.05
// @description Get the full screen
// @author	TracerMan
// @include        *://*.ilive.to/view/*
// @exclude        *://www.ilive.to
// @require     http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// @grant       GM_addStyle
// @namespace https://greasyfork.org/users/59
// ==/UserScript==

//--- Remove Junk
$("#ad_overlay").remove();
$("#cometchat*").remove();
$("#ad_footer").remove();
$(".center").remove();
$("#belowplayer").remove();
$(".rightcol").remove();
$("#header").remove();
$("#nav").remove();
$("#footer").remove();
$("#fb-root").remove();
$("table").remove();
$(".fb_iframe_widget").remove();
$(".fb_iframe_loader").remove();
$(".fb-like").remove();
$("p").remove();
$("script").remove();
$("span").remove();

//--- Page Modifications
$("#wrapper").css("margin", "0px").css("width", "auto");
$("#content").css("margin", "0px").css("min-height", "0px").css("padding", "0px");
$("#main").css("padding", "0px");
$("#player_container").css("z-index", "999").css("height", "100%").css("width", "100%").css("position", "fixed").css("top", "0").css("bottom", "0").css("left", "0").css("right", "0");
$(".fb_iframe_widget").css("opacity", "0");