DEV Community

Cover image for Twitter, stop annoying me with "In case you missed it" notifications
Julian
Julian

Posted on

2 1

Twitter, stop annoying me with "In case you missed it" notifications

not long ago i noticed many notifications i got on twitter (yeah i don't really use twitter). logged in and looked into my notifications: no retweets, no liked your tweet, no new follower, ... only all these "in case you missed" notifications with no way to disable them.

googled a little bit and only found people who asked how to disable them but didn't find solutions. thank you twitter not

it annoyed me so much, that i wrote a small greasemonkey script:

$('ol#stream-items-id > li[data-component-context="generic_activity"]').hide();
Enter fullscreen mode Exit fullscreen mode

this breaks the continuous loading of older notifications. the workaround is to resize the browser window, then the loading is triggered.

of course the notification dot indicator still shows such notifications as new but at least they don't clutter everything.

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay