Acess general DOM Elements from Forge App

I would like to write custom JavaScript that interacts with existing DOM elements e.g. Confluence Whiteboards. Is there any way to do that ?

No. Both Connect and Forge apps run in a sandboxed iframe and cannot manipulate elements outside their own sandbox. This is a security measure

Thanks for the quick response