no more simpleclicks/mouseovers

This commit is contained in:
Barbara Miller 2019-01-10 15:54:47 -08:00
parent e1ceb87ca2
commit 770ea6de1e

View File

@ -72,11 +72,10 @@
request_idle_timeout_sec: 10 request_idle_timeout_sec: 10
- -
url_regex: '^https?://(?:www\.)?brooklynmuseum\.org/exhibitions/.*$' url_regex: '^https?://(?:www\.)?brooklynmuseum\.org/exhibitions/.*$'
behavior_js_template: simpleclicks.js.j2 behavior_js_template: umbraBehavior.js.j2
default_parameters: default_parameters:
click_css_selector: img.img-responsive actions:
click_until_hard_timeout: False - selector: img.img-responsive
request_idle_timeout_sec: 10
- # https://webarchive.jira.com/browse/ARI-5517 - # https://webarchive.jira.com/browse/ARI-5517
url_regex: '^https?://(?:www\.)?thejewishnews.com/.*$' url_regex: '^https?://(?:www\.)?thejewishnews.com/.*$'
behavior_js_template: umbraBehavior.js.j2 behavior_js_template: umbraBehavior.js.j2
@ -85,11 +84,10 @@
- selector: a#get_more - selector: a#get_more
- # acalog https://webarchive.jira.com/browse/ARI-3775 - # acalog https://webarchive.jira.com/browse/ARI-3775
url_regex: '^https?://.*[?&]catoid=[^?]*$' url_regex: '^https?://.*[?&]catoid=[^?]*$'
behavior_js_template: simpleclicks.js.j2 behavior_js_template: umbraBehavior.js.j2
default_parameters: default_parameters:
click_css_selector: a[onclick] actions:
click_until_hard_timeout: False - selector: a[onclick]
request_idle_timeout_sec: 10
- # https://webarchive.jira.com/browse/ARI-5294 - # https://webarchive.jira.com/browse/ARI-5294
url_regex: '^https?://citymedfordwi\.civicweb\.net/.*$' url_regex: '^https?://citymedfordwi\.civicweb\.net/.*$'
behavior_js_template: umbraBehavior.js.j2 behavior_js_template: umbraBehavior.js.j2
@ -98,53 +96,46 @@
- selector: div.meeting-document-type-buttons button.button-small - selector: div.meeting-document-type-buttons button.button-small
- # https://webarchive.jira.com/browse/ARI-5409 - # https://webarchive.jira.com/browse/ARI-5409
url_regex: '^https?://(?:www\.)?tuebingen.de/.*$' url_regex: '^https?://(?:www\.)?tuebingen.de/.*$'
behavior_js_template: simpleclicks.js.j2 behavior_js_template: umbraBehavior.js.j2
default_parameters: default_parameters:
click_css_selector: a.kl actions:
click_until_hard_timeout: False - selector: a.kl
request_idle_timeout_sec: 10
- # https://webarchive.jira.com/browse/ARI-3956 - # https://webarchive.jira.com/browse/ARI-3956
url_regex: '^https?://(?:www\.)?usask.ca/.*$' url_regex: '^https?://(?:www\.)?usask.ca/.*$'
behavior_js_template: simpleclicks.js.j2 behavior_js_template: umbraBehavior.js.j2
default_parameters: default_parameters:
click_css_selector: a[id='feature-next'] actions:
click_until_hard_timeout: False - selector: a[id='feature-next']
request_idle_timeout_sec: 10
- # https://webarchive.jira.com/browse/AITFIVE-451 - # https://webarchive.jira.com/browse/AITFIVE-451
url_regex: '^https?://(?:www\.)?soundcloud.com/.*$' url_regex: '^https?://(?:www\.)?soundcloud.com/.*$'
behavior_js_template: simpleclicks.js.j2 behavior_js_template: umbraBehavior.js.j2
default_parameters: default_parameters:
click_css_selector: button.sc-button-play, .playButton, div.compactTrackListItem actions:
click_until_hard_timeout: False - selector: button.sc-button-play, .playButton, div.compactTrackListItem
request_idle_timeout_sec: 10
- # https://webarchive.jira.com/browse/AITFIVE-463 - # https://webarchive.jira.com/browse/AITFIVE-463
url_regex: '^https?://(?:www\.)?christophercerrone.com/.*$' url_regex: '^https?://(?:www\.)?christophercerrone.com/.*$'
behavior_js_template: simpleclicks.js.j2 behavior_js_template: umbraBehavior.js.j2
default_parameters: default_parameters:
click_css_selector: button.playButton.medium actions:
click_until_hard_timeout: False - selector: button.playButton.medium
request_idle_timeout_sec: 10
- # https://webarchive.jira.com/browse/ARI-4690 - # https://webarchive.jira.com/browse/ARI-4690
url_regex: '^https?://(?:www\.)?youtube.com/.*$' url_regex: '^https?://(?:www\.)?youtube.com/.*$'
behavior_js_template: simpleclicks.js.j2 behavior_js_template: umbraBehavior.js.j2
default_parameters: default_parameters:
click_css_selector: span.load-more-text actions:
click_until_hard_timeout: False - selector: span.load-more-text
request_idle_timeout_sec: 10
- # https://webarchive.jira.com/browse/ARI-5453 - # https://webarchive.jira.com/browse/ARI-5453
url_regex: '^https?://.*\.wixsite.com/.*$' url_regex: '^https?://.*\.wixsite.com/.*$'
behavior_js_template: simpleclicks.js.j2 behavior_js_template: umbraBehavior.js.j2
default_parameters: default_parameters:
click_css_selector: .ddm1repeaterButtonlabel actions:
click_until_hard_timeout: False - selector: .ddm1repeaterButtonlabel
request_idle_timeout_sec: 10
- # https://webarchive.jira.com/browse/ARI-4725 - # https://webarchive.jira.com/browse/ARI-4725
url_regex: '^https?://(?:www\.)?moma.org/.*$' url_regex: '^https?://(?:www\.)?moma.org/.*$'
behavior_js_template: simpleclicks.js.j2 behavior_js_template: umbraBehavior.js.j2
default_parameters: default_parameters:
click_css_selector: button[data-more-results-bottom-button] actions:
click_until_hard_timeout: True - selector: button[data-more-results-bottom-button]
request_idle_timeout_sec: 10
- # https://webarchive.jira.com/browse/ARI-4692 - # https://webarchive.jira.com/browse/ARI-4692
url_regex: '^https?://(?:www\.)?fec.gov/data/.*$' url_regex: '^https?://(?:www\.)?fec.gov/data/.*$'
behavior_js_template: fec_gov.js behavior_js_template: fec_gov.js
@ -157,39 +148,35 @@
do: mouseover do: mouseover
- # https://webarchive.jira.com/browse/ARI-5259 - # https://webarchive.jira.com/browse/ARI-5259
url_regex: '^https?://blog\.sina\.com\.cn/.*$' url_regex: '^https?://blog\.sina\.com\.cn/.*$'
behavior_js_template: simpleclicks.js.j2 behavior_js_template: umbraBehavior.js.j2
default_parameters: default_parameters:
click_css_selector: li.SG_pgnext a actions:
click_until_hard_timeout: False - selector: li.SG_pgnext a
request_idle_timeout_sec: 10
- # https://webarchive.jira.com/browse/ARI-5313 - # https://webarchive.jira.com/browse/ARI-5313
url_regex: '^https?://.*\.ky\.gov/.*$' url_regex: '^https?://.*\.ky\.gov/.*$'
behavior_js_template: mouseovers.js.j2 behavior_js_template: umbraBehavior.js.j2
default_parameters: default_parameters:
mouseover_css_selector: .zz1_AgencyListingMenu_1 actions:
mouseover_until_hard_timeout: False - selector: .zz1_AgencyListingMenu_1
request_idle_timeout_sec: 10 do: mouseover
- # https://webarchive.jira.com/browse/ARI-5384 - # https://webarchive.jira.com/browse/ARI-5384
url_regex: '^https?://issuu\.com/.*$' url_regex: '^https?://issuu\.com/.*$'
behavior_js_template: simpleclicks.js.j2 behavior_js_template: umbraBehavior.js.j2
default_parameters: default_parameters:
click_css_selector: button#ird3-button-next actions:
click_until_hard_timeout: True - selector: button#ird3-button-next
request_idle_timeout_sec: 10
- # https://webarchive.jira.com/browse/ARI-5241 - # https://webarchive.jira.com/browse/ARI-5241
url_regex: '^https?://(?:www\.)?colonialart\.org/.*$' url_regex: '^https?://(?:www\.)?colonialart\.org/.*$'
behavior_js_template: simpleclicks.js.j2 behavior_js_template: umbraBehavior.js.j2
default_parameters: default_parameters:
click_css_selector: img.link-overlay actions:
click_until_hard_timeout: False - selector: img.link-overlay
request_idle_timeout_sec: 10
- # https://webarchive.jira.com/browse/ARI-4960 - # https://webarchive.jira.com/browse/ARI-4960
url_regex: '^https?://(?:www\.)?fortstjames.ca/community-events-calendar/$' url_regex: '^https?://(?:www\.)?fortstjames.ca/community-events-calendar/$'
behavior_js_template: simpleclicks.js.j2 behavior_js_template: umbraBehavior.js.j2
default_parameters: default_parameters:
click_css_selector: img#navForward1 actions:
click_until_hard_timeout: True - selector: img#navForward1
request_idle_timeout_sec: 10
- # default fallback behavior - # default fallback behavior
url_regex: '^.*$' url_regex: '^.*$'
behavior_js_template: umbraBehavior.js.j2 behavior_js_template: umbraBehavior.js.j2