Skip to content

Instantly share code, notes, and snippets.

@zadeviggers
Created June 6, 2022 09:21
Show Gist options
  • Save zadeviggers/132fd4b2e30b0506a0b7bda9846b1639 to your computer and use it in GitHub Desktop.
Save zadeviggers/132fd4b2e30b0506a0b7bda9846b1639 to your computer and use it in GitHub Desktop.
const escaped_fragment_id = CSS.escape(location.hash.slice(1));
const element = document.querySelector(`#${escaped_fragment_id}, a[name="${escaped_fragment_id}"`);
element.scrollIntoView();
element.classList.add("fragment-targeted");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment