NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name Sdarot Advertising Removal
// @namespace http://tampermonkey.net/
// @version 1.9
// @description Removing Sdarot Video Advertising -> Reloading on error -> Auto Play Next Episode [Button Added]
// @author d0cer
// @copyright 2020, d0cer
// @include https://sdarot.pm/watch/*
// @include https://sdarot.tv/watch/*
// @include https://sdarot.today/watch/*
// @include https://zira.ninja/watch/*
// @include https://*.sdarot.click/watch/*
// @include https://*.sdarot.world/watch/*
// @grant none
// @require https://code.jquery.com/jquery-3.3.1.min.js
// @require https://raw.githubusercontent.com/d0c1989/Sdarot/master/sdarot.js?v=1.0.2
// @license MIT
// @run-at document-start
// ==/UserScript==
(function() {
'use strict';
})();