mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 08:39:59 -05:00
simpler check, interval; 500
This commit is contained in:
parent
37e1c7ed55
commit
ac4a3f9914
@ -34,6 +34,7 @@
|
|||||||
url_regex: '^https?://(?:www\.)?instagram\.com/.*$'
|
url_regex: '^https?://(?:www\.)?instagram\.com/.*$'
|
||||||
behavior_js_template: umbraBehavior.js.j2
|
behavior_js_template: umbraBehavior.js.j2
|
||||||
default_parameters:
|
default_parameters:
|
||||||
|
interval: 500
|
||||||
actions:
|
actions:
|
||||||
- selector: .glyphsSpriteGrey_Close
|
- selector: .glyphsSpriteGrey_Close
|
||||||
rmSelector: '.RnEpo'
|
rmSelector: '.RnEpo'
|
||||||
|
@ -110,7 +110,7 @@ class UmbraBehavior {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (didSomething && limit && limit === i+1) {
|
if (limit && limit == i) {
|
||||||
this.nextAction();
|
this.nextAction();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user