Back to list

Hide inline annotations in GitHub pull requests

October 24, 2024

Paste this in your console on GitHub:

document.querySelectorAll(".js-inline-annotations").forEach(el => el.parentNode.removeChild(el))