anaclumos / youtube-comment-language-filter

YouTube Comment Language Filter
MIT License
33 stars 6 forks source link

YouTube Dark Mode Support #12

Closed anaclumos closed 1 year ago

anaclumos commented 4 years ago
const darkModeEnabled =
    document.evaluate("/html", document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null)
    .singleNodeValue.getAttribute("dark") == "true";

Working on this improvement, also with #7 in mind.

ilsubyeega commented 4 years ago

bump?