To whom it may concern, the following CSS currently will hide the Wrapstodon items from your timeline and navigation menu. Subject to breaking if the code changes.
._annual_report_announcement__wrapper {
display: none !important;
}
div.navigation-panel__menu button:has(svg.icon-wrapstodon-planet) {
display: none !important;
}
#mastodon #wrapstodon #mastodonAnnoyances
