Greasy Fork

Greasy Fork is available in English.

KissAnime KissCartoon KissAsian no-ads clean layout part 2

used by part 1

当前为 2017-03-31 提交的版本,查看 最新版本

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==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     http://greasyfork.icu/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();