Skip to content

Instantly share code, notes, and snippets.

@PedroHLC
Last active March 18, 2022 17:46
Show Gist options
  • Save PedroHLC/d58d608fa9be8f1fe869862e1f617417 to your computer and use it in GitHub Desktop.
Save PedroHLC/d58d608fa9be8f1fe869862e1f617417 to your computer and use it in GitHub Desktop.
GitHub Review | Hide Paack Schemas
/* ==UserStyle==
@name GitHub Review | Hide Paack Schemas
@namespace https://gist.github.com/PedroHLC/d58d608fa9be8f1fe869862e1f617417
@homepageURL https://gist.github.com/PedroHLC/d58d608fa9be8f1fe869862e1f617417
@updateURL https://gist.githubusercontent.com/PedroHLC/d58d608fa9be8f1fe869862e1f617417/raw/hide-paack-generated-file.user.css
@version 0.1.0
@license Other
@description Hide files which are machine-generated from reviews.
@author PedroHLC (https://pedrohlc.com)
==/UserStyle== */
@-moz-document regexp("https://github.com/PaackEng/.+/pull/.+/files") {
.file[data-tagsearch-path^="src/Api/Paack/Graphql/"],
.file[data-tagsearch-path^="src/Schema/s"],
.file[data-tagsearch-path^="src/I18n/"]
{
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment