NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name Anti Ads
// @namespace org.tiger
// @version 0.0.1
// @description Anti Ads
// @author TigeR
// @match http://kisscartoon.me/*
// @require http://code.jquery.com/jquery-latest.js
// ==/UserScript==
(function() {
'use strict';
$("iframe:not('#dsq-app2')").remove();
$(".divCloseBut").remove();
})();