I have a page (over which I have no control) with an URL similar to
https://example.com/#group:1106/about:Bxk9H9jJQOm-pYkmpZVjhA
Within this page, there is an element
<h1 id="content-H1-59520">Introduction</h1>
Fragment identifiers (#) can be used to point to a specific id on a page:
In URIs for MIME
text/htmlpages such ashttp://www.example.org/foo.html#barthe fragment refers to the element withid="bar".
My question: taken into account that the fragment identifier is already used in the bare URL, how should I modify it to have it pointing to the H1 element above?
On a hunch I tried https://example.com/#group:1106/about:Bxk9H9jJQOm-pYkmpZVjhA#content-H1-59520 but it does not work.