Here is the scenario:
My website (which uses jQuery) grabs the full UI of other websites (including their JS libraries) in order to modify them on the fly (with their approbation, of course).
From what I understand from How to avoid conflict between two version of Jquery library? , you need to apply the jQuery.noConflict() on the external jQuery as well, but in my case this couldn't be done because I can't write onto the external code.
So, how do I avoid conflicts in this scenario?