mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 08:39:59 -05:00
21 lines
615 B
JSON
21 lines
615 B
JSON
[
|
|
{
|
|
"scripts": [
|
|
"setInterval(function() { window.scrollBy(10000,10000); }, 1000);"
|
|
],
|
|
"site": ".*"
|
|
},
|
|
{
|
|
"scripts": [
|
|
"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);"
|
|
],
|
|
"site": ".*facebook.com.*"
|
|
},
|
|
{
|
|
"scripts": [
|
|
""
|
|
],
|
|
"site": ".*flickr.com.*"
|
|
}
|
|
]
|