Skip to content

Instantly share code, notes, and snippets.

@kbiedrzycki
Created August 30, 2016 10:44
Show Gist options
  • Save kbiedrzycki/bc9a08a26625e870cfe94a922fe8244c to your computer and use it in GitHub Desktop.
Save kbiedrzycki/bc9a08a26625e870cfe94a922fe8244c to your computer and use it in GitHub Desktop.
Disable notes on github
Array.from(document.querySelectorAll('.js-toggle-file-notes')).forEach((element) => element.click())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment