Kill Avatars on Roll20

Removes the Avatar Icons on Roll20

// ==UserScript==
// @license MIT
// @name         Kill Avatars on Roll20
// @namespace    https://app.roll20.net/*
// @version      0.1
// @description  Removes the Avatar Icons on Roll20
// @author       CriusNyx
// @match        https://app.roll20.net/*
// @grant        none
// ==/UserScript==

//console.log('run script');

(function(){var a=document.createElement('style'),b;document.head.appendChild(a);b=a.sheet;b.insertRule('#avatarContainer{visibility: hidden; !important}',0);})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址