Skip to content

Instantly share code, notes, and snippets.

@kenzo-tanaka
Created February 18, 2021 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenzo-tanaka/2018f4dedc77784998b7d63769830429 to your computer and use it in GitHub Desktop.
Save kenzo-tanaka/2018f4dedc77784998b7d63769830429 to your computer and use it in GitHub Desktop.
// use bookmarklet
javascript: (function() {
document.querySelector('[aria-label="Timeline: Trending now"]').style.display = "none";
document.querySelector('[aria-label="Who to follow"]').style.display = "none";
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment