// ==UserScript== // @name AMQ Room Browser Borgar Placement // @namespace SkayeScripts // @version 2.2 // @description Moves the "All Settings Menu" icon on room browsers to keep the height consistent. It even looks decent! // @author RivenSkaye, Zolhungaj // @match https://animemusicquiz.com/* // @grant none // @downloadURL https://github.com/joske2865/AMQ-Scripts/raw/master/amqRoomBrowserFix.user.js // @updateURL https://github.com/joske2865/AMQ-Scripts/raw/master/amqRoomBrowserFix.user.js // ==/UserScript== if (typeof Listener === "undefined") return; const version = "2.2"; let loadInterval = setInterval(() => { if ($("#loadingScreen").hasClass("hidden")) { clearInterval(loadInterval); setup(); } }, 500); function setup() { if (ROOM_TILE_TEMPLATE) { ROOM_TILE_TEMPLATE = ROOM_TILE_TEMPLATE .replace("", "") .replace("
Moves the "All Settings Menu" icon on room browsers to keep the height consistent
` });