Removed Logging
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user