From b9e863671480ce1fdc27ea897c982c3bace550f2 Mon Sep 17 00:00:00 2001 From: Marvin Lehmann Date: Mon, 27 Feb 2017 20:15:41 +0100 Subject: [PATCH] Added HTTPS support and temporary button fix --- ani-search-enhancer.user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ani-search-enhancer.user.js b/ani-search-enhancer.user.js index 9ea74c7..61fa658 100644 --- a/ani-search-enhancer.user.js +++ b/ani-search-enhancer.user.js @@ -1,11 +1,11 @@ // ==UserScript== // @name aniSearch Enhancer // @namespace http://github.com/marvinl97/ani-search-enhancer -// @version 1.1 +// @version 1.2 // @description Adds buttons to the info site of an anime on aniSearch which links you directly to various streaming portals. // @author Marvin Lehmann (marvinl97) // @grant none -// @include http://www.anisearch.de/anime/* +// @include /^https?://www.anisearch.de/anime/.*$/ // @require http://code.jquery.com/jquery-latest.js // @downloadURL http://raw.githubusercontent.com/marvinl97/ani-search-enhancer/master/ani-search-enhancer.user.js // @supportURL http://github.com/marvinl97/ani-search-enhancer/issues @@ -14,7 +14,7 @@ this.$ = this.jQuery = jQuery.noConflict(true); $(document).ready(function() { - $('head').append(''); + $('head').append(''); var animeTitleElem = document.getElementById('htitle'); if (animeTitleElem !== null) {