summaryrefslogtreecommitdiff
path: root/crocoite/data
AgeCommit message (Collapse)AuthorFilesLines
2018-03-04Remove instagram behavior scriptLars-Dominik Braun1-21/+0
The “load more” button does not exist any more.
2018-01-20behavior: Scroll all DOM elementsLars-Dominik Braun1-0/+6
One example is Twitter, which uses a popover div for individual tweets. Scrolling the page won’t scroll that div’s content, which is required to load more replies.
2018-01-20twitter: Expand “more replies” linksLars-Dominik Braun1-8/+21
Click them periodically.
2017-12-24Refactor behavior scriptsLars-Dominik Braun1-0/+1
No functional changes, just cleanup. Replaces onload and onsnapshot events. Move screen metric emulation, DOM snapshots and screenshots here as well.
2017-12-19Select default behavior scripts by site URLLars-Dominik Braun2-0/+0
2017-12-17Add Twitter fixupsLars-Dominik Braun1-0/+17
2017-11-22Make <canvas> static before DOM snapshotLars-Dominik Braun1-0/+18
Use --run-before-snapshot=canvas-snapshot.js. Replaces <canvas> with image snapshot. We could use .captureStream() as well.
2017-11-22Add example fixups for InstagramLars-Dominik Braun2-0/+23
2017-11-21Graceful page load timeoutLars-Dominik Braun1-2/+6
Stop scrolling script, wait for remaining resources to load.
2017-11-17Initial importLars-Dominik Braun1-0/+10