Skip to content

Instantly share code, notes, and snippets.

@allank
Created February 4, 2015 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allank/c4e8275327f3011047a9 to your computer and use it in GitHub Desktop.
Save allank/c4e8275327f3011047a9 to your computer and use it in GitHub Desktop.
(function() {
function init() {
[].forEach.call (document.querySelectorAll ('h4'),
function (el) { el.innerHTML = 'JESUS CHRIST HOLY FUCK ' + el.innerHTML; })
}
init()
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment