titaniumnetwork-dev / Ultraviolet-App

Example application of Ultraviolet which can be deployed in production.
https://docs.titaniumnetwork.org/proxies/ultraviolet
MIT License
271 stars 4.23k forks source link

iFrame instead of redirect #75

Closed SchoolTARMaster closed 1 week ago

SchoolTARMaster commented 8 months ago

So, I am trying to make my own frontend for UV, and I am currently using the Ultraviolet-App backend and Ultraviolet-Static frontend. I want to make it so that when I type a URL, it creates an iFrame element of the result, instead of redirecting me. Anybody has an idea on how to do so ?

non-reai commented 7 months ago

load the entire homepage into an iframe

SchoolTARMaster commented 7 months ago

I don't wanna do that, looking for a different solution