MyFirstUserScript_Aaron

Better Settings menu

La data de 20-08-2021. Vezi ultima versiune.

// ==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!")
})();