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 GoodCloud Dynamic Map | |
// @namespace https://www.steveinnovates.com | |
// @version 2025-07-24 | |
// @description Displays a dynamic map of your bounded devices | |
// @author Steve Oziel | |
// @match https://www.goodcloud.xyz/ | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=goodcloud.xyz | |
// @grant none | |
// @downloadURL https://gist.github.com/gmoz22/3daa61753f27562dd7af460cb8a12eb6 |
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
table { | |
font-family: monospace; | |
} | |
span.myData { | |
} | |
.blue { | |
color: blue; | |
} | |
.red { |