Skip to content

Instantly share code, notes, and snippets.

@gmoz22
gmoz22 / tampermonkey-glinet-goodcloud-map.js
Last active July 24, 2025 07:18
GL.iNet GoodCloud dynamic world map - Tampermonkey
// ==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
@gmoz22
gmoz22 / index.css
Last active April 26, 2018 06:15
Simple CSS stylesheet for table
table {
font-family: monospace;
}
span.myData {
}
.blue {
color: blue;
}
.red {