OLD | NEW |
1 { | 1 { |
2 "description": "Key mobile sites", | 2 "description": "Key mobile sites", |
3 "archive_data_file": "../data/key_mobile_sites.json", | 3 "archive_data_file": "data/key_mobile_sites.json", |
4 "credentials_path": "../data/credentials.json", | 4 "credentials_path": "data/credentials.json", |
5 "user_agent_type": "mobile", | 5 "user_agent_type": "mobile", |
6 "smoothness": { "action": "scroll" }, | 6 "smoothness": { "action": "scroll" }, |
7 "pages": [ | 7 "pages": [ |
8 { | 8 { |
9 "url": "http://www.androidpolice.com/2012/10/03/rumor-evidence-mounts-that
-an-lg-optimus-g-nexus-is-coming-along-with-a-nexus-phone-certification-program/
", | 9 "url": "http://www.androidpolice.com/2012/10/03/rumor-evidence-mounts-that
-an-lg-optimus-g-nexus-is-coming-along-with-a-nexus-phone-certification-program/
", |
10 "why": "crbug.com/242544" | 10 "why": "crbug.com/242544" |
11 }, | 11 }, |
12 { | 12 { |
13 "url": "http://nytimes.com/", | 13 "url": "http://nytimes.com/", |
14 "why": "Top news site" | 14 "why": "Top news site" |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 "remaining_scroll_distance_function": "function() { return Math.max(0, 1
250 + document.getElementById('element-5').getBoundingClientRect().top); }" | 239 "remaining_scroll_distance_function": "function() { return Math.max(0, 1
250 + document.getElementById('element-5').getBoundingClientRect().top); }" |
240 } | 240 } |
241 }, | 241 }, |
242 { | 242 { |
243 "disabled": "Doesn't scroll; crbug.com/249736", | 243 "disabled": "Doesn't scroll; crbug.com/249736", |
244 "url": "http://forecast.io", | 244 "url": "http://forecast.io", |
245 "why": "crbug.com/231413" | 245 "why": "crbug.com/231413" |
246 } | 246 } |
247 ] | 247 ] |
248 } | 248 } |
OLD | NEW |