// ==UserScript== // @name KissAnime KissCartoon KissAsian no-ads clean layout part 2 // @description used by part 1 // @namespace hebiohime // @match *://kissanime.ru/* // @match *://kisscartoon.com/* // @match *://kissasian.com/* // @match *://kissmanga.com/* // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js // @require https://greasyfork.org/scripts/4900-kissanime-anti-adblock-blocker/code/KissAnime%20Anti-Adblock%20Blocker.user.js // @version 2017.32 // @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(); $("div[style*='border-color: #4e4e4e !important; position: relative; margin: 0 0 20px 0;padding: 5px 5px 5px 10px; border: 1px solid; background: #333333; width: 839px;display: inline-block; text-align: left; font-weight: bold;']").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();