Created
November 24, 2016 19:53
-
-
Save 0xWDG/73251a31f3b1fec6b3493192e2936e31 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function r(f){/in/.test(document.readyState)?setTimeout('r('+f+')',9):f()} | |
//Usage: | |
r(function () { | |
// Code here | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment