Royal Road embeds these messages in stories to fool simplistic scrapers. They all have CSS classes (with randomly generated class names) that are styled with a style element like this:
<style>
.cjNkODUzODExNzk4OTRiODhiMTU2ZDY0MDcwNWJiMWU5{
display: none;
speak: never;
}
</style>
It'd be helpful if Firefox's reader mode hid these. This doesn't require loading a separate CSS file; the styling is on the same HTML page.
Originally filed at: https://bugzilla.mozilla.org/show_bug.cgi?id=1987827