Skip to content

Instantly share code, notes, and snippets.

@notyoyoma
Last active March 20, 2017 19:35
Show Gist options
  • Save notyoyoma/88248ee30b53c58bea46a90d3f7ec983 to your computer and use it in GitHub Desktop.
Save notyoyoma/88248ee30b53c58bea46a90d3f7ec983 to your computer and use it in GitHub Desktop.
<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