mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
Merge branch 'ARI-5995-tidied' into qa
This commit is contained in:
commit
b4d9b6d20b
@ -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…
x
Reference in New Issue
Block a user