[jQuery] <script> Selector?

[jQuery] <script> Selector?


Hi everybody,
I want to make a script to search in a page for script src='http://*
elements on a page for a site full of malicious scripts (added through
a bug in the input form of the news system of a restricted area...),
so I can make the script remove them on a page load (yeah, why not fix
the security hole? because the guy don't want to -_-, well whatever).
Anyway, how do I do that? I thought I could do that by using a $
("script:contains('http://*').remove or something, but I am very naive
and didn't work. =P
Anyone has any ideas how could I do that? To search for that script
element and remove it? Thank you very much.