Tiny change to UVRegistrar

This commit is contained in:
wearrrrr 2024-01-17 14:47:04 -06:00
parent eac21bb0d2
commit 44c047fd17

View file

@ -36,7 +36,7 @@
});
let urlText = document.createElement('p');
urlText.classList.add("url-text");
urlText.innerText = url
urlText.innerText = window.__uv$config.decodeUrl(iframe.src.split(__uv$config.prefix)[1]);
iframe.style.opacity = 1;
topBar.style.opacity = 1;
topBar.style.pointerEvents = "auto";