Last active
March 20, 2017 19:35
-
-
Save notyoyoma/88248ee30b53c58bea46a90d3f7ec983 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" type="text/javascript" charset="utf-8"></script> | |
<script> | |
$(window).ready(function(){ | |
setInterval(function(){ | |
window.location.hash += "A"; | |
}, 300); | |
}); | |
</script> | |
<img src="https://media.giphy.com/media/ZyT7OVt78WZmE/giphy.gif" alt="turtle"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment