Remove What's Happening


Remove What's Happening


December 13, 2021

example html javascript

This line of code finds the “What’s happening” section of Twitter and removes it from the page:

javascript:document.querySelector('[aria-label="Timeline: Trending now"]').remove();

You can drag this link to your browser’s bookmarks bar to create a bookmarklet:

What’s not happening

Then when you’re on Twitter, click that bookmarklet to get rid of the “What’s happening” section.

Remix Ideas

  • Modify the code to remove clickbait on other sites.
  • Remove any tweets that contain annoying phrases like “buckle up”.
  • Replace phrases like “playing devil’s advocate” with “being a jerk”.

Interactive HTML Examples

Comments

Happy Coding is a community of folks just like you learning about coding.
Do you have a comment or question? Post it here!

Comments are powered by the Happy Coding forum. This page has a corresponding forum post, and replies to that post show up as comments here. Click the button above to go to the forum to post a comment!