I have a widget on a site that is loaded externally with a third-party <script>
.
I need to manipulate DOM in their widget. Is there any way I can do this without a callback in their external script?
I have a widget on a site that is loaded externally with a third-party <script>
.
I need to manipulate DOM in their widget. Is there any way I can do this without a callback in their external script?