Created
June 3, 2019 17:52
-
-
Save Ayc0/60c7da428f5b910b2eed75ceed447ca8 to your computer and use it in GitHub Desktop.
Remove line github
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
// 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