// ==UserScript== // @name CrunchyRoll Theater Mode // @namespace https://bblok.tech // @version 1.2 // @description Watch anime in a comfortable wide view // @author Theblockbuster1 // @icon https://www.crunchyroll.com/favicons/favicon-32x32.png // @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js // @match https://www.crunchyroll.com/* // @match https://crunchyroll.com/* // @grant none // @downloadURL https://update.greasyfork.icu/scripts/422008/CrunchyRoll%20Theater%20Mode.user.js // @updateURL https://update.greasyfork.icu/scripts/422008/CrunchyRoll%20Theater%20Mode.meta.js // ==/UserScript== var jq = jQuery.noConflict(); jq(function() { if (!jq('#showmedia_video_player')[0]) return; // only run on a video page // some parts "borrowed" and edited from https://chrome.google.com/webstore/detail/crunchyroll-theater-mode/fccfjcklfpanhmcgbpcmpjhgindhmlbp jq('head').prepend(``); // Remove banner and ad elements jq('#marketing_banner').remove(); jq('.game-banner-wrapper').remove(); jq('#showmedia_free_trial_signup').remove(); jq('').insertBefore('.showmedia-submenu #sharing_add_queue_button'); jq(`