Closed mathiasbynens closed 10 years ago
See https://mathiasbynens.be/notes/async-analytics-snippet which explains these simplifications.
Also use HTTPS at all times since there’s no reason not to.
Thanks, manually merged.
README.md still says document.getElementsByTagName('body')[0] instead of document.body.
README.md
document.getElementsByTagName('body')[0]
document.body
Got it.
See https://mathiasbynens.be/notes/async-analytics-snippet which explains these simplifications.
Also use HTTPS at all times since there’s no reason not to.