Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created November 1, 2022 18:46
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeaVerou/5cd505449612352802cebe90a0e3ede9 to your computer and use it in GitHub Desktop.
Save LeaVerou/5cd505449612352802cebe90a0e3ede9 to your computer and use it in GitHub Desktop.
MDN Go to spec bookmarklet
javascript:{ let table = document.querySelector("#specifications + div > table.standard-table, #specifications + table.standard-table"); table.scrollIntoView({behavior: "smooth"}); table.querySelector("a")?.click(); } undefined;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment