Last active
February 3, 2020 22:03
-
-
Save ianlintner-wf/d4e712282c413cd481bda4c0714cbde0 to your computer and use it in GitHub Desktop.
Replace Github Pull Request Compare Cutoff for big! pull request with something funny. JS
This file contains 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
let cliche_quote = ' Nice! '; | |
$('.compare-cutoff').textContent = $('.compare-cutoff').textContent.replace('big!', `big! ${cliche_quote}`); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment