Size
333 B
Version
1.0.0
Created
Oct 22, 2025
Updated
1 day ago
1// ==UserScript==
2// @name Extension for tieto.service-now.com
3// @description A new extension
4// @version 1.0.0
5// @match https://*.tieto.service-now.com/*
6// @icon https://tieto.service-now.com/tietoevry_brand_favicon.svg
7// ==/UserScript==
8
9(function() {
10 'use strict';
11 // Your code here
12})();