Skip to content

working very slowly #1

@svonjoi

Description

@svonjoi

Thanks for publishing this :)

it works slowly, if put the css content directly, works much faster. But still not clean cus first loads default css and the change is visible in each page.. Any ideas?

(function() {
    'use strict';
    const style = document.createElement('style');
    style.textContent = `css...........`;
    document.head.appendChild(style);
    document.body.classList.add("theme-custom", "theme-bookface");
})();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions