Wikipedia’s URLs recently started adding #_ (appended or embedded) to the mobile version of the website.
- What does this mean?
- Why did Wikipedia start using this new convention?
I knew about shebang/hashbang (#!) but I am not sure I understand the purpose of Wikipedia’s new #_.
- Is this also related to AJAX?
- How does it work?
BTW, typing the URL into the browser’s address without the #_, results in auto-redirect to the #_-appended URL, which results in significant performance hit on my browser. There must be a good reason to use this new #_ scheme. I just don’t know (yet) what it is.
It’s just a dummy value used as a kluge. The code that sets it was introduced on May 1 in a commit titled “fix jump to top”, with the following commit message:
If it’s really causing a performance issue in your browser, you should probably report it as a bug in MediaWiki. Actually, you should probably report it as a bug in your browser too.