Skip to content

Instantly share code, notes, and snippets.

@Ayc0
Created June 3, 2019 17:52
Show Gist options
  • Save Ayc0/60c7da428f5b910b2eed75ceed447ca8 to your computer and use it in GitHub Desktop.
Save Ayc0/60c7da428f5b910b2eed75ceed447ca8 to your computer and use it in GitHub Desktop.
Remove line github
// Execute it in the JS console on GitHub directly
// Remove old code previews
document.querySelectorAll('.code-review.blob-code:not(:last-child)').forEach(el => el.innerHTML ='')
// Remove new code previews
document.querySelectorAll('.code-review.blob-code:last-child').forEach(el => el.innerHTML ='')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment