// ==UserScript== // @name Holotower Custom Fixes // @namespace http://holotower.org/ // @version 1.0 // @author /hlgg/ // @license MIT // @description Suppress default previews, persistent “You” highlight dropdown, and Q‑key Quick‑Reply for holotower.org. // @icon https://boards.holotower.org/favicon.gif // @match *://boards.holotower.org/* // @match *://holotower.org/* // @grant GM_addStyle // @run-at document-end // @downloadURL https://update.greasyfork.icu/scripts/533223/Holotower%20Custom%20Fixes.user.js // @updateURL https://update.greasyfork.icu/scripts/533223/Holotower%20Custom%20Fixes.meta.js // ==/UserScript== (function() { 'use strict'; // -------------------------------------------------------------------------- // 1) Hide the site's built-in hover previews // We only want our custom iq-preview-* popups to show. // -------------------------------------------------------------------------- GM_addStyle(` /* Any .qp element that does NOT have an id starting with "iq-preview-" will be hidden */ div.qp:not([id^="iq-preview-"]) { display: none !important; } `); // -------------------------------------------------------------------------- // 2) Prepare a