// ==UserScript== // @name IS Training Tag // @namespace http://tampermonkey.net/ // @version 0.1 // @description Demonstration of tag on Web Site // @author Jason Balliet // @match https://onetraining.thdemoservices.com/trailhead/* // @grant none // ==/UserScript== var onetag = ''; $("head").prepend(onetag);