(function(){
  const style = document.createElement('style');
  style.id = 'hide-category-subcategory-style';
  style.innerHTML = `
    .menu-category, 
    .menu-subcategory,
    #category, 
    #subcategory { display: none !important; }
  `;
  document.head.appendChild(style);
})();