// ==UserScript== // @name Bypass Guidelines // @namespace http://tampermonkey.net/ // @version 2025-11-19 // @description try to take over the world! // @author You // @match https://chat.stackexchange.com/rooms/* // @icon https://www.google.com/s2/favicons?sz=64&domain=stackexchange.com // @grant none // ==/UserScript== (function() { 'use strict'; document.getElementById("room-guidelines-modal").remove() })();