/* ==UserStyle==
@name           no new reddit
@namespace      https://www.5snb.club
@version        1.0.1
@description    Disables the "GET NEW REDDIT" button if you use old reddit layout.
@author         5225225 (https://www.5snb.club)
@license        CC-BY-SA-4.0
==/UserStyle== */

@-moz-document domain("www.reddit.com") {
    .redesign-beta-optin {
        display: none;
    }
}
