Skip to content

Instantly share code, notes, and snippets.

@parsingphase
Created November 28, 2024 02:57
Show Gist options
  • Save parsingphase/f793d02b98316cc773f9b2a604dc0586 to your computer and use it in GitHub Desktop.
Save parsingphase/f793d02b98316cc773f9b2a604dc0586 to your computer and use it in GitHub Desktop.
Bluesky disable "load new posts" button
/* Use with a "custom CSS" browser extension such as https://addons.mozilla.org/en-US/firefox/addon/styl-us/ for firefox */
[aria-label='Load new posts'] {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment