denysdovhan / wtfjs

🤪 A list of funny and tricky JavaScript examples
http://bit.ly/wtfjavascript
Do What The F*ck You Want To Public License
34.6k stars 2.54k forks source link

Document.title does not update with anchor links #315

Open msucorey opened 10 months ago

msucorey commented 10 months ago

Observe that document.title does not change from landing page "https://github.com/denysdovhan/wtfjs" to "https://github.com/denysdovhan/wtfjs#strings-arent-instances-of-string" to any other anchor link.

This causes all links to look the same when sharing in certain apps or just adding to a document with auto-markdown.

farkon00 commented 8 months ago

Sadly, it is impossible to fix that. Github does not allow changing the title of the document in any way, especially not with anchor links in markdown files.