I'm currently working on a web application and running into some JavaScript challenges.
The concept involves retrieving a client's website URL, displaying it (potentially in an iframe), and being able to modify its design temporarily using JavaScript injection, akin to browser Developer Tools capabilities.
Thus, the main query is: Does this involve cross-domain JavaScript? If so, what are the potential solutions available?
Additionally, if a user inserts a portion of my application's JavaScript code onto their site, could that offer any benefits or assistance?
Thank you.