// ==UserScript== // @name No crossroads darkness vision by Ashy // @namespace http://tampermonkey.net/ // @version 0.2 // @description just more vision // @author AshyUwU // @match https://scenexe.io/ // @icon https://www.google.com/s2/favicons?sz=64&domain=scenexe.io // @grant none // @license MIT // @downloadURL none // ==/UserScript== function change_atribute(){ var change_css = document.getElementById('darkness-canvas'); change_css.setAttribute("style", "z-index: -20"); }; change_atribute();