Remove side bar in Sugarcube 2

- Posted in Coding by

Add the following to the javascript portion of your twee file:

$('#ui-bar').remove(); 
$(document.head).find('#style-ui-bar').remove();