This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Cycode login username | |
| // @namespace http://davegymer.com/ | |
| // @version 2025-10-27E | |
| // @description Provide pasteable login details | |
| // @author dgymer@ford.com | |
| // @match https://app.cycode.com/auth/realms/* | |
| // @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js | |
| // @require https://gist.github.com/raw/2625891/waitForKeyElements.js | |
| // @grant none |