// ==UserScript== // @name no-ads clean layout KA // @namespace kissanime.com/* // @description slims down the page as much as possible, only works with both parts // @namespace hebiotaku // @icon https://kissanime.io/images/icons/favicon_new.ico // @match *://kissanime.io/* // @match *://kisscartoon.io/* // @match *://kissasian.io/* // @match *://kissmanga.com/* // @require https://greasyfork.org/scripts/4900-kissanime-anti-adblock-blocker/code/KissAnime%20Anti-Adblock%20Blocker.user.js // @version 2017.28.3 // @grant none // @downloadURL none // ==/UserScript== $(".watch_container").css("padding-top","5px"); $("#btnShowComments").parent().css("height","49px!important"); //scrolls video and eps buttons up, great for lower height monitors $("#next_ep_desk")[0].scrollIntoView({behavior: "smooth",block: "start"}); //re-order selection bar $("#selectEpisode").before($("select[id*='selectQuality']")); $("div[style*='font-size: 17px; width: 685px; display: inline-block;']").remove(); $("div[style*='font-size: 17px; width: 854px; display: inline-block;']").remove(); $("div[style*='font-size: 15px; width: 854px; display: inline-block;']").remove(); $("div[style*='float: left; width: 85%; text-align: left']").remove(); $("div[class*='full mb15']").remove(); $("divDownload").css("padding-top","5px!important");