Skip to content

Instantly share code, notes, and snippets.

@xt0rted
Created March 4, 2020 01:58
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 xt0rted/dfc1b4f84840c7e71dbb2e8650396830 to your computer and use it in GitHub Desktop.
Save xt0rted/dfc1b4f84840c7e71dbb2e8650396830 to your computer and use it in GitHub Desktop.
Hide viewed pr files
/* ==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