Skip to content

Enable downloading async content per site #6

@bunglegrind

Description

@bunglegrind

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions