mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-09-19 12:14:49 -04:00
Merge branch 'ARI-5995-tidied' into qa
This commit is contained in:
commit
b4d9b6d20b
2 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
url_regex: '^https?://(?:www\.)?instagram\.com/.*$'
|
||||
behavior_js_template: umbraBehavior.js.j2
|
||||
default_parameters:
|
||||
interval: 500
|
||||
actions:
|
||||
- selector: .glyphsSpriteGrey_Close
|
||||
rmSelector: '.RnEpo'
|
||||
|
|
|
@ -109,6 +109,10 @@ class UmbraBehavior {
|
|||
somethingLeftAbove = true;
|
||||
}
|
||||
}
|
||||
if (limit && limit == i) {
|
||||
this.nextAction();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (!didSomething) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue