()
| 13374 | if (inAction || !iframeDoc) return; |
| 13375 | inAction = true; |
| 13376 | let foundNext = () => { |
| 13377 | document.removeEventListener("scroll", forceRefresh); |
| 13378 | } |
| 13379 | setTimeout(async () => { |
| 13380 | inAction = false; |
| 13381 | if (!ruleParser.nextLinkHref && !isPause) { |