Created
March 4, 2020 01:58
-
-
Save xt0rted/dfc1b4f84840c7e71dbb2e8650396830 to your computer and use it in GitHub Desktop.
Hide viewed pr files
This file contains hidden or 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
/* ==UserStyle== | |
@name GitHub - Hide viewed files | |
@namespace github.com/openstyles/stylus | |
@version 1.0.0 | |
@description A new userstyle | |
@author Me | |
==/UserStyle== */ | |
@-moz-document domain("github.com") { | |
.js-file[data-file-user-viewed]:not([data-file-user-viewed="false"]) { | |
display: none; | |
} | |
}. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment