Click on photos in gallery behavior

This commit is contained in:
Eldon 2014-02-13 13:37:08 -05:00
parent af01fcbcfe
commit fe15932c26

View File

@ -1,7 +1,7 @@
[ [
{ {
"scripts": [ "scripts": [
"setInterval(function() {}, 1000);" "setInterval(function() { window.scrollBy(10000,10000); }, 1000);"
], ],
"site": ".*" "site": ".*"
}, },