Hello, keithcurtis if you please, what line of code can I add to "Reduce the GM Toolbar", to go ahead and hide the Place Light button also? Already using your browser extension-code to hide the Turn button and the Help button, and so on. #fxtools { display: none !important; } #zoompanel { display: none !important; } #startrounds { display: inline !important; } #diceroller { display: none !important; } #helpsite { display: none !important; } #floatingtoolbar { left: 5px !important; top: 5px !important; } #secondary-toolbar { left: 50px !important; top: 5px !important; background-color: rgba(0, 0, 0, 0.44) !important; }