|
|
|
|
|
by jwilk
2883 days ago
|
|
Some non-mainstream browsers (ELinks at least) make <link>s visible. This is occasionally useful, but most of the time it just wastes space. :-/ You might want to use this web extension to make automatic AMP → HTML redirects: https://github.com/da2x/amp2html Or you could use this bookmarklet: javascript:window.location=document.head.querySelector('link[rel="canonical"]').href
|
|