[1] http://www.montulli.org/theoriginofthe%3Cblink%3Etag
I didn't know about the about:about url, and have since found a number of amusing and useful links, for example:
Chrome:
chrome://site-engagement/
chrome://net-internals/#dns
chrome://net-export/
chrome://indexeddb-internals/#
Firefox:
about:mozilla
about:memory
about:robots
Love finding little Easter eggs like these! Thanks!
Please tell me I can't put that in an iframe or something similar! Visiting it on my android phone crashes the chrome app.
A useful list of all the "abouts" in Firefox is
about:abouthttps://superuser.com/questions/1316540/where-has-chrome-cac...
If you have any questions I'm happy to answer them.
For example, if you go into devTools and try to build an SVG programmatically (or simply inject some innerHTML), the funcURLs won't pick up the ids in the <defs> section for things like gradients/patterns/etc.
I can't remember which part of which spec conflicts with the other on this. I just remember mentioning it on the SVG list and the Mozilla bug list. (It actually works in Chrome, which a Mozilla dev told me is a bug in Chrome. :)
document.querySelectorAll("td>div").forEach(x=>(x.innerHTML = x.innerHTML.replace(/ /g, " ")))I've always loved this easter egg.