Tool for extracting "fragment URLs"? (E.g. www.example.com#section)

3

Does such a thing exist?

E.g. a Firefox Extension (or other kind of browser script) where you can right-click on the subtitle in a section of any webpage you want to link to and it will give you the link with hash symbol and section name like in the title of this question.

I know it's possible by looking in the page source or using Firebug but ideally want to avoid that type of thing e.g. so my mum could use it.

(If there's no such tool out there I'm tempted to write one...)

Steve Chambers

Posted 2013-03-08T10:44:47.543

Reputation: 618

Question was closed 2013-03-20T12:14:34.347

3

You are looking for the term "anchors": https://addons.mozilla.org/en-us/firefox/addon/show-anchors/

– Paul – 2013-03-08T11:36:17.683

1

Thanks, very helpful - looks like the newer version is here: https://addons.mozilla.org/en-US/firefox/addon/show-anchors-2/ and does exactly the job I wanted. If you'd care to put that in an answer I'll gladly accept...

– Steve Chambers – 2013-03-08T11:49:47.987

Answers

1

The term anchors is used for the URL segment after the hash #. There are extensions in most browsers that will expose these anchors in a way that makes copying easy.

To avoid future dead links, these are searches:

Show anchors in firefox

Show anchors in chrome

Paul

Posted 2013-03-08T10:44:47.543

Reputation: 52 173