This commit is contained in:
bekannax
2023-07-08 00:35:44 +07:00
parent a89b13aea1
commit cb79011ffd

View File

@@ -269,7 +269,7 @@ open class ChatController: UIViewController, WKNavigationDelegate, WKScriptMessa
"var style = document.createElement('style');" +
"style.type = 'text/css';" +
"style.innerHTML = '\(style)';" +
"parent.appendChild(style);" +
"parent.appendChild(style) ;" +
"})()";
callJs(injectCssTemplate);