diff --git a/ani-search-enhancer.user.js b/ani-search-enhancer.user.js index 134610a..867418a 100644 --- a/ani-search-enhancer.user.js +++ b/ani-search-enhancer.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name aniSearch Enhancer // @namespace http://github.com/marvinlehmann/ani-search-enhancer -// @version 1.4 +// @version 1.5 // @description Adds buttons to the info site of an anime on aniSearch which links you directly to various streaming portals. // @author Marvin Lehmann // @grant none @@ -12,20 +12,14 @@ // ==/UserScript== this.$ = this.jQuery = jQuery.noConflict(true); -$(document).ready(function() -{ - $('head').append(''); - var animeTitleElem = document.getElementById('htitle'); - if (animeTitleElem !== null) - { - var animeTitle = animeTitleElem.innerText; - if (animeTitle) - { - var encodedTitle = encodeURI(animeTitle).replace(/'/g, "%27"); - if (document.getElementById('page-action') === null) $('#infodetails').before('
'); - $('#page-action').append('