Skip to content

Roll20 Hide Toolbar Buttons by keithcurtis1

Imported and mirrored from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/182036.user.css

Screenshot of Roll20 Hide Toolbar Buttons

Details

Authorkeithcurtis1

LicenseNO-REDISTRIBUTION

Categoryroll20

Created

Updated

Size977 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Use this one with caution. The intent is to use this to hide specific toolbar buttons, but the default installation hides ALL buttons. Install and then delete the code blocks for the buttons you wish to keep.

Notes

Example, to hide the dice roller and help button, you would remove all code blocks but these:

#diceroller {
display: none !important;
}
#helpsite {
display: none !important;
}

Source code

/* ==UserStyle==
@name           Roll20 Hide Toolbar Buttons
@namespace      USO Archive
@author         Keith Curtis
@description    `Use this one with caution. The intent is to use this to hide specific toolbar buttons, but the default installation hides ALL buttons. Install and then delete the code blocks for the buttons you wish to *keep*.`
@version        20200406.0.38
@license        NO-REDISTRIBUTION
@preprocessor   uso
==/UserStyle== */
/*macro quickbar */
@-moz-document domain("app.roll20.net") {
#select {
  display: none !important;
}
#editinglayer {
  display: none !important;
}
#drawingtools {
  display: none !important;
}
#fxtools {
  display: none !important;
}
#zoompanel {
  display: none !important;
}
#measure {
  display: none !important;
}
#fogcontrols {
  display: none !important;
}
#startrounds {
  display: none !important;
}
#diceroller {
  display: none !important;
}
#helpsite {
  display: none !important;
}
}

Reviews

No reviews yet.