ServiceNow Fuji Cleanup

Added by andytruett@userstyles, Created: Jul 06, 2015, Updated: Sep 17, 2015
With the style applied
Header welcome text
Left sidebar
Navigator filters
Navigator labels
Navigator stars
List header color
List row alternate color
List active row color

Description:

ServiceNow settings to apply before using this style:

Collapse/Expand Banner
Collapse

Home Pages, Print, and User Preferences
Theme: System
Compact View
Date/Time: Both

Update Personalized List
Compact rows
Modern cell coloring



Screenshot shows default style options:

More info
Bonus
A script that automatically clicks 'favorites' filter after page load:

GreaseMonkey/Firefox
// ==UserScript==
// @name        ServiceNow - Click fave filter on load
// @namespace   EigGrPaqgUZuWbSKCrDB20150812004054UTC
// @include     *.service-now.com/navigator.do
// @version     1
// @grant       none
// ==/UserScript==
window.addEventListener('load', function () {
  document.getElementById('navigator_favorite_switcher').click();
}, false);
Tampermonkey/?
// ==UserScript==
// @name        ServiceNow - Click fave filter on load
// @namespace   EigGrPaqgUZuWbSKCrDB20150812004054UTC
// @include     *.service-now.com/navigator.do
// @version     1
// @grant       none
// ==/UserScript==
  document.getElementById('navigator_favorite_switcher').click();

Installs:
Applies to:
https?://(.+)\.service-now\.com/.*
License:
CC0 1.0 Universal.
andytruett@userstyles has waived all copyright and related or neighboring rights to ServiceNow Fuji Cleanup, to the extent allowed by law.

Related styles: