Skip to content

Instantly share code, notes, and snippets.

@rwilcox
Created July 28, 2023 00:53
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 rwilcox/b6652e8abb4c3d49d83053ceaab1a3a1 to your computer and use it in GitHub Desktop.
Save rwilcox/b6652e8abb4c3d49d83053ceaab1a3a1 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Only Github News
// @version 1
// @grant none
// @include /^https?://github\.com\/\?news=only/
// ==/UserScript==
document.querySelector(".team-left-column").remove()
document.querySelector("#dashboard-repositories-box").remove()
document.querySelector("#dashboard-user-teams-repos").remove()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment