Disable the menu?
19 August 2017 21:12
19 August 2017 22:50
20 August 2017 05:01
Sometimes if I don't want that button to show, I open the HTML file in a code editor and do a search for opened_button.
Then set the opacity to 0.
It is still there and you can click on it, but it is invisible.
opened_button{transform:scale(0,0);-webkit-transform:scale(0,0);opacity:1;
Then set the opacity to 0.
It is still there and you can click on it, but it is invisible.