Last Updated: February 25, 2016
·
545
· labria

NewRelic GUI fix

Use the following userstyle to remove the annoying useless and ugly search bar on the newrelic main page:

@-moz-document domain('rpm.newrelic.com') {
    form.small:nth-child(2) {
       display: none;
    }   
}