brozzler/umbra/behaviors.json

28 lines
1.1 KiB
JSON
Raw Normal View History

2014-02-13 01:00:39 -05:00
[
{
"scripts": [
2014-02-13 13:37:08 -05:00
"setInterval(function() { window.scrollBy(10000,10000); }, 1000);"
2014-02-13 01:00:39 -05:00
],
"site": ".*"
},
{
"scripts": [
2014-02-13 13:32:34 -05:00
"setTimeout(function() { setInterval(function() { a = document.evaluate( '//a[(@href = \"#\" and @role = \"button\" and contains(.,\"more comments\")) or starts-with(@href, \"/browse/likes\")]', document, null, XPathResult.UNORDERED_NODE_ITERATOR_TYPE, null ); f = a.iterateNext(); f.click();}, 1000);}, 5000);"
2014-02-13 01:00:39 -05:00
],
"site": ".*facebook.com.*"
},
{
"scripts": [
2014-02-13 13:32:34 -05:00
"setTimeout(function() { a = document.evaluate( \"//a[contains(@class, 'sn-ico-slideshow')]\", document, null, XPathResult.UNORDERED_NODE_ITERATOR_TYPE, null ); f = a.iterateNext(); f.click();}, 5000);"
],
"site": ".*flickr.com.*"
},
{
"scripts": [
"setTimeout(function() { a = document.evaluate( \"//a[contains(@data-track, 'photo-click')]\", document, null, XPathResult.UNORDERED_NODE_ITERATOR_TYPE, null ); setInterval(function() { f = a.iterateNext(); f.click();}, 5000)}, 5000);"
2014-02-13 01:00:39 -05:00
],
"site": ".*flickr.com.*"
}
2014-02-13 13:32:34 -05:00
2014-02-13 01:00:39 -05:00
]