Guest User

no-mime.js #3

a guest
May 24th, 2015
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. bx = document.body;
  2. if(typeof bx!=="undefined" && bx!==null){
  3.         var scriptEnd = document.createElement("script");
  4.         scriptEnd.textContent = 'var ex=document.querySelectorAll("source[type]"),lx=ex.length,ix,px=new RegExp("^(audio|video)","ig");if(lx!==0){for(ix=0;ix<lx;ix++){if(px.test(ex[ix].type)===true){ex[ix].removeAttribute("type");}}}';
  5.         bx.appendChild(scriptEnd);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment