Is there any way to bookmark or link to a section of a page without an anchor?

前端 未结 6 1555
情话喂你
情话喂你 2020-12-01 06:29

Is there any way to bookmark or link to an HTML page (which I am not author of) without having an anchor in the html code ?

I want the page to get scrolled down to a

6条回答
  •  抹茶落季
    2020-12-01 07:06

    It's the year 2020, and now there is a draft by WICG for Text Fragments, and now you can link to text on a page as if you were searching for it by adding the following to the hash

    #:~:text=

    Working example on Chrome Version 81.0.4044.138:

    Click on this link Should reload the page and highlight the link's text

提交回复
热议问题