Revert "feat(YouTube/Custom branding icon): add patch option `YouTube (Minima…" (#86)

This reverts commit 29f4e06f75.
This commit is contained in:
inotia00
2024-09-30 18:28:55 +09:00
committed by GitHub
parent 191fd6d78e
commit 24395de245
49 changed files with 9614 additions and 478 deletions

View File

@ -27,8 +27,6 @@ fun PatchOption<String>.lowerCaseOrThrow() = valueOrThrow()
fun PatchOption<String>.underBarOrThrow() = lowerCaseOrThrow()
.replace(" ", "_")
.replace("(", "")
.replace(")", "")
fun Node.adoptChild(tagName: String, block: Element.() -> Unit) {
val child = ownerDocument.createElement(tagName)