mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-12-16 17:14:21 -05:00
only div.teaser, for *pm.gc.ca*
This commit is contained in:
parent
795b9ab809
commit
7620ee6fae
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ var umbraBehavior = {
|
||||||
var clickedSomething = false;
|
var clickedSomething = false;
|
||||||
var somethingLeftBelow = false;
|
var somethingLeftBelow = false;
|
||||||
var somethingLeftAbove = false;
|
var somethingLeftAbove = false;
|
||||||
var cssSelector = "div.teaser, li.pager__item a";
|
var cssSelector = "div.teaser";
|
||||||
var clickUntilTimeout = 10;
|
var clickUntilTimeout = 10;
|
||||||
|
|
||||||
var iframes = document.querySelectorAll("iframe");
|
var iframes = document.querySelectorAll("iframe");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue