drhouse / 9anime Bingewatcher+ OUJS

// ==UserScript==
// @name         9anime Bingewatcher+ OUJS
// @namespace    https://greasyfork.org/en/users/10118-drhouse
// @version      1.1
// @description  Automatically plays video in fullscreen, auto-advances to next episode on finish, customizable skip intro and end credits, skip opening titles hotkey (advance 90s forward) 
// @include      http*://9anime.to/*
// @include      http*://hydrax.net/*
// @include      https://mcloud.to/*
// @include      https://www*.mp4upload.com:*/*
// @include      https://www*.mp4upload.com*/*
// @require      http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// @require      https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.18.2/babel.js
// @require      https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/6.16.0/polyfill.js
// @resource     9anime https://greasyfork.org/scripts/401339-9anime-bingewatcher/code/9anime%20Bingewatcher+.user.js?version=795940&d=.user.js
// @grant        GM_getValue
// @grant        GM_setValue
// @grant		 GM_notification
// @grant        GM_getResourceText
// @author       drhouse
// @icon         https://www.google.com/s2/favicons?domain=9anime.to
// @license      CC-BY-NC-SA-4.0; https://creativecommons.org/licenses/by-nc-nd/4.0/
// @license      MIT
// ==/UserScript==
this.$ = this.jQuery = jQuery.noConflict(true);

(function($){
    eval(GM_getResourceText("9anime"));
})(jQuery);