stack overflow add

by lbstr

JavaScript

var h = '♥';

var body = document.getElementsByTagName('body')[0];
body.innerHTML = h;