forked from alexadam/save-as-ebook
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
A boolean option in the settings should be enough.
The following code must be injected in the page:
const originalIntersectionObserver = window.IntersectionObserver;
window.IntersectionObserver = function (handle, opt) {
return new originalIntersectionObserver(function(...args) {
setTimeout(handle, 1000, ...args);
}, {...opt, root: document.body});
}
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request