Skip to content

Instantly share code, notes, and snippets.

@maelvls
Last active December 16, 2020 09:51
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 maelvls/ae04068acf7c53389b9ff94c47ef45ef to your computer and use it in GitHub Desktop.
Save maelvls/ae04068acf7c53389b9ff94c47ef45ef to your computer and use it in GitHub Desktop.
Tips gitlab

To remove the vendor/ diffs in Go, add a bookmark in Firefox with:

javascript:(function(){ var q = prompt("Example filter: vendor/"); if (q != null) { $(".diff-file:contains(" + q + ")").detach() }}())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment