Did you want to display the macros, or have the macrobar go away completely? If you don't want the macrobar, then you should be able to unclick the 'Show macro quick bar?' setting on the Collection tab. However, if you want a different appearance for the macrobar, you could consider using the Stylus Extension. Here is the code I use for the macrobar to make the icons smaller, get rid of the grey background, etc. #macrobar .macrobox { margin-right: 7px; } #macrobar div.macrobox:hover { padding-right: 7px; margin-right: 0px; } .macrobox .btn, .macrobox .btn.btn-default { padding-left: 6px; padding-right: 4px; } #macrobar { background-color: transparent; } #macrobar_macros { background-color: transparent; position: relative; bottom: -12px; } #macrobar::-webkit-scrollbar { display: none; } Without Stylus: With Stylus: