Created
July 28, 2023 00:53
-
-
Save rwilcox/b6652e8abb4c3d49d83053ceaab1a3a1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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