removes the footer from the retro achievements website, especially if you use Brave browser
footerless retro achievements by eliviertel
Details
Authoreliviertel
LicenseNo License
CategoryFooter remover
Created
Updated
Size335 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name retroachievements.org - Jul 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("retroachievements.org") {
/* Insert code here... */
footer {
display: none !important;
}
}