Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Make a few tweaks to your favourite web pages so they are more usable. Hide annoying alerts, or UX impediments, change the background color of all-white websites, etc.

Stylish 

https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe/related?hl=en

Hide Drupal's admin menu

Hide Drupal's admin menu
#admin-menu {
    display: none;
}
html body.admin-menu {
    margin-top: 0 !important;
}

Control Freak

another good option that also supports Javascript

https://chrome.google.com/webstore/detail/control-freak/jgnchehlaggacipokckdlbdemfeohdhc?hl=en

  • No labels