Skip to content

Instantly share code, notes, and snippets.

@ianlintner-wf
Last active February 3, 2020 22:03
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 ianlintner-wf/d4e712282c413cd481bda4c0714cbde0 to your computer and use it in GitHub Desktop.
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
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