Skip to content

Roll20 Hide User Interface Elements by keithcurtis1

Details

Authorkeithcurtis1

LicenseNo License

Categoryapp.roll20.net

Created

Updated

Size421 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This hides the VTT controls on Roll20. Useful for streaming or projecting the map.

Notes

Sometimes you need to see just the map area. Maybe you are using the map area as a display on a tabletop, or maybe you have created a map on Roll20 using tiles and props, and you want to download with screenshots so that you can simplify it. In either case, the Interface items can get in the way. This tweak makes them all invisible, showing only the game area. Note that it does not hide the chat tab or the page menu, only removes the controls. This is to give greater flexibility. You can display or hide the chat bar normally before activating the style.

Source code

/* ==UserStyle== @name Roll20 Hide User Interface Elements
@namespace roll20.net
@version 1.0.2
@description Hides user interface for streaming or projecting
@author keithcurtis
==/UserStyle==
*/
@-moz-document domain("app.roll20.net") {
#playerzone, #zoomclick, #secondary-toolbar, #sidebarcontrol, #page-toolbar .handle.showtip, .ui-dialog, #floatingtoolbar, #macrobar .player {
display: none !important;
}
}

Reviews

No reviews yet.