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
// You need to install custom javascript extension for this | |
// Refresh page every 10 seconds. | |
setInterval(function() { | |
window.location.reload(); | |
}, 10000); | |
// After page load Find bump buttons and click them | |
$(document).ready(function(){ | |
var buttons = document.getElementsByClassName('buttonright'); |
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
*.jpg | |
*.jpeg | |
*.png | |
*.gif | |
node_modules/ |