Highlighting quotes in a webpage with text fragments

I just learned that it's possible to point to some specific text on a webpage without using anchors, using what's called "text fragments".

Text fragments link directly to specific text in a web page, without requiring the page author to add an ID. They use a special syntax in the URL fragment. — MDN

To use it, add #:~:text=Start,Finish after an URL. Here is an example pointing to this page:#:~:text=it's possible,anchors.

Or, another pointing to a Wikipedia page explaining why giving money to Spotify is a bad idea

Published on 2025-10-01 #HTML , #browsers - In code