Skip to content

Instantly share code, notes, and snippets.

@stigok
Created May 28, 2019 19:00
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 stigok/68c2445634659b7076a49195c4ae9915 to your computer and use it in GitHub Desktop.
Save stigok/68c2445634659b7076a49195c4ae9915 to your computer and use it in GitHub Desktop.
<body onfocus="I=21/7" onblur="I=4;look4luv(this)">
function look4luv (find, the, love, and, u, will, know) {
if (--I <3) return
the = find ? find.document : u || will || know || the || love
love = '<3'
find = (u || know || the || love)
u = undefined
u ?
will :
(find || the).title = the.title.endsWith(love) ? the.title.substr(0, the.title.length - love.length) : the.title +
love
//so
setTimeout(function (and) {
look4luv(and, the, love, will, find, u)
}, 420)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment