De-derp Slicer Stats

The stats page has the "HOME | ABOUT | FAQ | SUPPORT | TERMS | PRIVACY" bar right smack dab in the middle of it. This userscript removes it.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name        De-derp Slicer Stats
// @namespace   http://classcoder.com
// @description The stats page has the "HOME | ABOUT | FAQ | SUPPORT | TERMS | PRIVACY" bar right smack dab in the middle of it. This userscript removes it.
// @include     http://stats.slicer.io/*
// @include     https://stats.slicer.io/*
// @version     1
// ==/UserScript==

document.querySelector('div[muid=".0.1.0.4"]').style.display = 'none'