window.top.document.getElementsByTagName('script'); // NodeList со всеми скриптами в родительском окне
$('script[src]', window.top);