OLD | NEW |
1 { | 1 { |
2 "description": "Sites of Interest", | 2 "description": "Sites of Interest", |
3 "archive_data_file": "../data/sites_of_interest.json", | 3 "archive_data_file": "../data/sites_of_interest.json", |
4 "credentials_path": "../data/credentials.json", | 4 "credentials_path": "../data/credentials.json", |
5 "smoothness": { "action": "scroll" }, | 5 "smoothness": { "action": "scroll" }, |
6 "pages": [ | 6 "pages": [ |
7 { | 7 { |
8 "url": "http://facebook.com", | 8 "url": "http://facebook.com", |
9 "credentials": "facebook" | 9 "credentials": "facebook" |
10 }, | 10 }, |
(...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
613 { "url": "http://rei.com" }, | 613 { "url": "http://rei.com" }, |
614 { "url": "http://liverpoolfc.tv" }, | 614 { "url": "http://liverpoolfc.tv" }, |
615 { "url": "http://deadspin.com" }, | 615 { "url": "http://deadspin.com" }, |
616 { "url": "http://sbnation.com" }, | 616 { "url": "http://sbnation.com" }, |
617 { "url": "https://www.google.com" }, | 617 { "url": "https://www.google.com" }, |
618 { "url": "https://www.google.com/search?q=barack%20obama" }, | 618 { "url": "https://www.google.com/search?q=barack%20obama" }, |
619 { | 619 { |
620 "url": "https://mail.google.com/mail/", | 620 "url": "https://mail.google.com/mail/", |
621 "credentials": "google", | 621 "credentials": "google", |
622 "scrollable_element_function": "function(callback) { gmonkey.load('2.0', f
unction(api) { callback(api.getScrollableElement()); }); }", | 622 "scrollable_element_function": "function(callback) { gmonkey.load('2.0', f
unction(api) { callback(api.getScrollableElement()); }); }", |
623 "smoothness": { | 623 "smoothness": [ |
624 "action": "scroll", | 624 { "action": "scroll" }, |
625 "wait_for_javascript_expression": "window.gmonkey !== undefined && docum
ent.getElementById('gb') !== null" | 625 { "action": "wait", "javascript": "window.gmonkey !== undefined && docum
ent.getElementById('gb') !== null" } |
626 } | 626 ] |
627 }, | 627 }, |
628 { | 628 { |
629 "url": "https://www.google.com/calendar/", | 629 "url": "https://www.google.com/calendar/", |
630 "credentials": "google", | 630 "credentials": "google", |
631 "scrollable_element_function": "function(callback) { callback(document.get
ElementById('scrolltimedeventswk')); }" | 631 "scrollable_element_function": "function(callback) { callback(document.get
ElementById('scrolltimedeventswk')); }" |
632 }, | 632 }, |
633 { | 633 { |
634 "url": "https://drive.google.com", | 634 "url": "https://drive.google.com", |
635 "credentials": "google", | 635 "credentials": "google", |
636 "scrollable_element_function": "function(callback) { callback(document.get
ElementsByClassName('doclistview-list')[0]); }", | 636 "scrollable_element_function": "function(callback) { callback(document.get
ElementsByClassName('doclistview-list')[0]); }", |
637 "smoothness": { | 637 "smoothness": [ |
638 "action": "scroll", | 638 { "action": "scroll" }, |
639 "wait_for_javascript_expression": "document.getElementsByClassName('docl
istview-list').length" | 639 { "action": "wait", "javascript": "document.getElementsByClassName('docl
istview-list').length" } |
640 } | 640 ] |
641 }, | 641 }, |
642 { | 642 { |
643 "url": "https://docs.google.com/a/google.com/document/d/1XMAtPiVFZfItsMUOY
l39v5YA8bcSPe4LDrVO25OdsCU/edit", | 643 "url": "https://docs.google.com/a/google.com/document/d/1XMAtPiVFZfItsMUOY
l39v5YA8bcSPe4LDrVO25OdsCU/edit", |
644 "credentials": "google", | 644 "credentials": "google", |
645 "scrollable_element_function": "function(callback) { callback(document.get
ElementsByClassName('kix-appview-editor')[0]); }", | 645 "scrollable_element_function": "function(callback) { callback(document.get
ElementsByClassName('kix-appview-editor')[0]); }", |
646 "smoothness": { | 646 "smoothness": [ |
647 "action": "scroll", | 647 { "action": "scroll" }, |
648 "wait_for_javascript_expression": "document.getElementsByClassName('kix-
appview-editor').length" | 648 { "action": "wait", "javascript": "document.getElementsByClassName('kix-
appview-editor').length" } |
649 } | 649 ] |
650 }, | 650 }, |
651 { "url": "https://maps.google.com" }, | 651 { "url": "https://maps.google.com" }, |
652 { "url": "http://reader.google.com" }, | 652 { "url": "http://reader.google.com" }, |
653 { "url": "https://plus.google.com/110031535020051778989/posts/2wP4KPPBMG8" }
, | 653 { "url": "https://plus.google.com/110031535020051778989/posts/2wP4KPPBMG8" }
, |
654 { "url": "https://plus.google.com/110031535020051778989/photos" }, | 654 { "url": "https://plus.google.com/110031535020051778989/photos" }, |
655 { "url": "http://googleblog.blogspot.com/" }, | 655 { "url": "http://googleblog.blogspot.com/" }, |
656 { "url": "https://chrome.google.com/webstore/category/home" }, | 656 { "url": "https://chrome.google.com/webstore/category/home" }, |
657 { "url": "http://staff.tumblr.com/" }, | 657 { "url": "http://staff.tumblr.com/" }, |
658 { "url": "http://mashable.com/" }, | 658 { "url": "http://mashable.com/" }, |
659 { "url": "http://www.buzzfeed.com/celebrity" }, | 659 { "url": "http://www.buzzfeed.com/celebrity" }, |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
740 { "url": "http://maps.google.com" }, | 740 { "url": "http://maps.google.com" }, |
741 { "url": "https://www.google.com/search?num=10&hl=en&site=&tbm=isch&q=cats"
}, | 741 { "url": "https://www.google.com/search?num=10&hl=en&site=&tbm=isch&q=cats"
}, |
742 { "url": "http://code.google.com/p/chromium/issues/list" }, | 742 { "url": "http://code.google.com/p/chromium/issues/list" }, |
743 { "url": "http://code.google.com/p/chromium/issues/detail?id=142038&q=black%
20screen%20amd&colspec=ID%20Pri%20Mstone%20ReleaseBlock%20OS%20Area%20Feature%20
Status%20Owner%20Summary" }, | 743 { "url": "http://code.google.com/p/chromium/issues/detail?id=142038&q=black%
20screen%20amd&colspec=ID%20Pri%20Mstone%20ReleaseBlock%20OS%20Area%20Feature%20
Status%20Owner%20Summary" }, |
744 { "url": "http://mlb.mlb.com/index.jsp" }, | 744 { "url": "http://mlb.mlb.com/index.jsp" }, |
745 { "url": "http://www.nfl.com/" }, | 745 { "url": "http://www.nfl.com/" }, |
746 { "url": "http://airbnb.github.com/infinity/demo-on.html" }, | 746 { "url": "http://airbnb.github.com/infinity/demo-on.html" }, |
747 { "url": "http://habrahabr.ru/post/149892/#habracut" } | 747 { "url": "http://habrahabr.ru/post/149892/#habracut" } |
748 ] | 748 ] |
749 } | 749 } |
OLD | NEW |