Better Settings menu
Ajankohdalta
// ==UserScript==
// @name MyFirstUserScript_Aaron
// @namespace AaronLong
// @version 1
// @description Better Settings menu
// @author AaronLong
// @match https://sap.service-now.com/*
// @match https://test.itsm.services.sap/*
// @match https://itsm.services.sap/*
// @icon https://www.google.com/s2/favicons?domain=services.sap
// ==/UserScript==
(function() {
'use strict';
alert("Myfirst user script. Have fun!")
})();