Greasy Fork

KissAnime KissCartoon KissAsian no-ads clean layout part 2

used by part 1

目前为 2017-12-11 提交的版本。查看 最新版本

// ==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.31.3
// @grant       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('<img src="/Content/images/light_bulb_off.png"></img>')});
$("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();