You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// @description A very simple script that changes page titles within SOC Prime platform to easier identify modules during a demo with multiple tabs open
// @author till.jaeger@gmail.com
// @match https://tdm.socprime.com/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
var pathname = window.location.pathname.match(/\/(.*)\//);