From eb8bc62beff0c58e5dd98708c36e1aee86960d1f Mon Sep 17 00:00:00 2001 From: marvinlehmann Date: Sun, 31 Mar 2019 17:26:26 +0000 Subject: [PATCH] Removed Logging --- ani-search-enhancer.user.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ani-search-enhancer.user.js b/ani-search-enhancer.user.js index 84a9f33..b7723e6 100644 --- a/ani-search-enhancer.user.js +++ b/ani-search-enhancer.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name aniSearch Enhancer // @namespace http://git.nivram.io/marvinlehmann/ani-search-enhancer -// @version 1.71 +// @version 1.72 // @description Adds buttons to the info site of an anime on aniSearch which links you directly to various streaming portals. // @author Marvin Lehmann // @grant GM_xmlhttpRequest @@ -53,11 +53,8 @@ $(function () { const $page_action_stream = $('#page-action-stream') const clickHandler = function (e) { - console.log(e); if (e.target === e.currentTarget) { - console.log("test"); const targetUrl = $stream_links.val(); - console.log(targetUrl); if (targetUrl) { window.open(targetUrl, '_blank'); }