Skip to content

Instantly share code, notes, and snippets.

@alesandroortiz
Last active September 27, 2021 23:41
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 alesandroortiz/68b18b8afbc6859d23266a264c3e8b96 to your computer and use it in GitHub Desktop.
Save alesandroortiz/68b18b8afbc6859d23266a264c3e8b96 to your computer and use it in GitHub Desktop.
Find CLs for a Chromium bug. Run bookmarklet when viewing an issue on bugs.chromium.org
javascript:(() => { var crbugId = new URLSearchParams(window.location.search).get('id'); window.open('https://chromium-review.googlesource.com/q/bug:'+crbugId); })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment