20260114 - Für das Spiel Heart of Galaxy: Horizons.
// ==UserScript==
// @name HoG Diplomacy CSS Fix
// @namespace https://github.com/Ralgert/HoG
// @match *://*.konggames.com/gamez/*
// @match *://*.heartofgalaxy.com/*
// @grant GM_addStyle
// @version 0.2.8
// @author Ralgert / Gemini
// @description 20260114 - Für das Spiel Heart of Galaxy: Horizons.
// @description Erzeugt Sichtbarkeit für den Diplomatie-Menüpunkt, falls dieser fälschlicherweise ausgeblendet bleibt.
// ==/UserScript==
GM_addStyle('#b_diplomacy_icon { display: inline-block !important; cursor: pointer !important; }');