how to get <head> content of the current page
<head>
You could use the javascript DOM API like this:
var headContent = document.getElementsByTagName('head')[0].innerHTML;
1.4m articles
1.4m replys
5 comments
57.0k users