Added functions to inject and remove css from tabs

This commit is contained in:
WerWolv
2022-04-12 21:59:09 +02:00
parent 012274b1a0
commit fe9faefd0b
3 changed files with 84 additions and 3 deletions

View File

@@ -190,4 +190,4 @@ class Loader:
async def refresh_iframe(self):
tab = await get_tab("QuickAccess")
await tab.open_websocket()
return await tab.evaluate_js("reloadIframe()")
return await tab.evaluate_js("reloadIframe()", False)