Я хочу знать удалено или нет видео, при загрузке страницы.
<iframe width="607" height="360" frameborder="0" src="http://vk.com/video_ext.php?oid=-33896408&id=163210985&hash=e3f41ffd031a7e27&hd=1"></iframe>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script>
$(document).ready(function() {
if($("div:contains('Это видео изъято из публичного доступа')").length) {alert("error");} ;
});
</script>