// ==UserScript== // @name KissAnime KissCartoon KissAsian no-ads clean layout part 2 // @description used by part 1 // @namespace hebiohime // @icon https://kissanime.ru/images/icons/favicon_new.ico // @match *://kissanime.ru/* // @match *://kisscartoon.com/* // @match *://kissasian.com/* // @match *://kissmanga.com/* // @require https://greasyfork.org/scripts/4900-kissanime-anti-adblock-blocker/code/KissAnime%20Anti-Adblock%20Blocker.user.js // @version 2017.31.3 // @grant none // @downloadURL none // ==/UserScript== //scrolls video and eps buttons up, great for lower height monitors //$("#selectEpisode")[0].scrollIntoView({behavior: "smooth",block: "start"}); //re-order selection bar $("#selectEpisode").after($("#slcQualix")); $("#selectEpisode").before($("#selectPlayer")); $("#selectPlayer").before($("#selectServer")); $(document).ready(function() {$(".clear").each(function(i) {$(this).attr('id','clear' + (i));});});$('.clear2').hide(); $("div[style*='overflow: hidden; width: 160px; height: 600px; margin: 0px; display: block;']").remove(); $("#selectEpisode").before($("select[id*='selectQuality']")); $("div[style*='float: left; padding-left: 20px']").css("height","25px"); $("div[style*='float: left; padding-left: 20px']").after($("#switch")); $(function(){$("#switch").html('')}); $("div[style*='font-size: 17px; width: 685px; display: inline-block;']").remove(); $("div[style*='font-size: 17px; width: 854px; display: inline-block;']").remove(); $("#selectEpisode").parent().parent().css("width","839px"); $("#switch").css("margin-top","5px"); $("div[style*='float: left; width: 85%; text-align: left']").remove(); $("#btnShowComments").parent().css("height","51px"); $("a[href*='/ChatRoom']").remove();