this post was submitted on 16 Jun 2025
379 points (98.7% liked)
Technology
71532 readers
3835 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Ok so I think I'm the first person in the comments to actually click to read the article, cause I'm gonna say something I'm not seeing.
How did you get it to auto snap to the article comment section?
Didnt realize you could share that and it wouldn't default to the article.
Some webpages have a bad habit of automatically appending tags to the URL, or outright changing it, as you scroll down.
The "#comment" at the end of the URL. It's a title/heading/fragment in HTML that hints to your browser to go there directly.
Like this: https://en.wikipedia.org/wiki/URL#fragment
Oh. Neat.
Thanks for the Wikipedia link
Everything after the # character in the URL is called an anchor and it's not actually being sent to the website server so it's meant for your browser (though the server can see it using javascript). The anchor can point to any ID in the HTML of the web page and browser will scroll it into view on page load. You can find the ID of any element using right click -> inspect though not all elements have explicit ids.
I've no idea to be honest.