// ==UserScript== // @name Clean KA // @namespace kissanime.com/* // @description Removes ads and cleans up a little // @namespace moisesnake // @match *://kissanime.com/* // @match *://kisscartoon.me/* // @match *://kissanime.to/* // @match *://kissasian.com/* // @version 2015.12.14 // @grant none // @downloadURL none // ==/UserScript== //Removes ads on Body and removes "Hide" $('#adsIfrme6').remove();$("a[onclick*='#adsIfrme']").remove(); $('#adsIfrme7').remove();$("a[onclick*='#adsIfrme']").remove(); $('#adsIfrme8').remove();$("a[onclick*='#adsIfrme']").remove(); $('#adsIfrme10').remove();$("a[onclick*='#adsIfrme']").remove(); $('#divFloatRight').remove(); $('#divFloatLeft').remove(); $('#gwd-image_1').remove(); $('#divAds2').remove(); $('#divAds').remove(); $('#adsIfrme3').remove(); $('#divFloatLeft').remove(); $('#adsIfrme1').remove(); $('#divFloatRight').remove(); //removes footer likes/others bar and bookmark link for space and less clutter $(".addthis_native_toolbox").remove(); $('#footer').remove(); $('#divBookmark').remove(); $(".clsTempMSg").remove(); //a few styles $("#centerDivVideo").css("padding","10px"); $("#divDownload").css("padding-top","0px"); $("#divFileName").css("padding-top","0px"); $(".barContent").css("padding-top","10px"); $(".barContent").css("padding-bottom","5px"); $("div[style*='height: 100px']").css("padding-top","0px"); $("div[style*='height: 100px']").css("height","55px"); $("div[style*='width: 600px']").css("padding-top","0px"); //gets rid of comments box and small link at the bottom if uncommented, just to sqeeze that last bit of space out //$(".bigBarContainer").css("margin-bottom","0px");$("a[href*='#']").remove ();$("div[style*='height: 55px']").css("height","0px"); //hides some of the empty space divs $(document).ready(function() {$(".clear").each(function(i) {$(this).attr('id','clear' + (i));});});$('.clear2').hide(); //CLear hint block $("div[style*='width: 839px']").remove (); $("div[style*='width: 90px']").remove (); $("div[style*='left: 34.5px']").remove (); $("div[style*='right: 34.5px']").remove (); $("div[style*='left: 0px']").remove (); $("div[style*='right: 0px']").remove (); $("div[style*='left: 50%']").remove (); //couldnt set, can be set with gm_addstyle // #divTextQua, #clear1, #clear2, #clear3, #clear4, #clear5, #clear6 {height: 0px; padding-top: 0px;display: none;}\