PopTV adblock

By dz0ny Uploaded Sep 6, 2009
pocisti(this);
jetpack.tabs.onReady(pocisti);
function pocisti(doc) {
	if(doc.location.host == "poptv.si"){
var flv = doc.getElementById('embed_field').value.replace(/autostart=false[^\"]*/g,'autostart=true').replace(/width=\"[0-9]+\"/g,'width=\"100%\"').replace(/height=\"(376|355)\"/g,'height=\"460\"');
$(doc).find("#flvvideo").html(flv);
  }
};