NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Torrent-TV // @author Igor Bronovskyi <admin@brun.if.ua> // @icon http://addons.tvaddons.ag/cache/images/bc591d6d5ec442d4ddb43a347a8be6_icon.png // @namespace torrent-tv // @description UI Fix // @include http://torrent-tv.ru/* // @include http://1ttv.org/* // @version 1.0.3 // @grant none // @copyright 2014-2016, Igor Bronovskyi // ==/UserScript== jQuery(".main-menu").insertBefore(".tv-player-wrapper"); jQuery("#channelTicket").hide(); jQuery(".help-wrapper").hide(); jQuery(".help-wrapper").next("div").hide(); jQuery(".help-wrapper").next("div").next("div").hide(); jQuery(".vk-comments-wrapper").hide(); jQuery(".vk-comments-wrapper").next("div").hide(); jQuery(".nnerba").hide(); //jQuery(".right-side").hide(); // Піднімаємо вгору меню jQuery("html, body").animate({ scrollTop: jQuery(".main-menu").offset().top }, 400);