merge in latest from master and adjust config as needed

This commit is contained in:
Noah Levitt 2015-02-02 14:52:56 -08:00
parent 776a6dac68
commit 73bbd87d5d
3 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,9 @@
// vim:set sw=8 et:
//
// Scrolls to the bottom of the page. That's it at the moment.
// Scrolls to the bottom of the page, and clicks on embedded soundcloud
// elements.
//
var umbraAboveBelowOrOnScreen = function(e) {
var eTop = e.getBoundingClientRect().top;
if (eTop < window.scrollY) {

View File

@ -1,5 +1,3 @@
// {"url_regex":"^https?://(?:www\\.)?instagram\\.com/.*$", "request_idle_timeout_sec":10}
//
// vim:set sw=8 et:
//

View File

@ -16,6 +16,10 @@ behaviors:
url_regex: '^https?://(?:www\.)?vimeo\.com/.*$'
behavior_js: vimeo.js
request_idle_timeout_sec: 10
-
url_regex: '^https?://(?:www\.)?instagram\.com/.*$'
behavior_js: instagram.js
request_idle_timeout_sec: 10
- # acalog https://webarchive.jira.com/browse/ARI-3775
url_regex: '^https?://.*[?&]catoid=[^?]*$'
click_css_selector: a[onclick]