The F.A.T. Manual

Page 39

37

The F.A.T. Manual

RollTube – The Rick Roll Firefox Extension var fVars = embeds[i].getAttribute("flashvars"); if(fVars == null) continue; var w = 480; var h = 395; var obj = document.createElement('object'); obj.id = 'objectID'; obj.setAttribute('width', w); obj.setAttribute('height', h); var param = document.createElement('param'); param.setAttribute('name', 'movie'); param.setAttribute('value', 'http://www.youtube.com/v/'+id); obj.appendChild(param); var param = document.createElement('param'); param.setAttribute('name', 'wmode'); param.setAttribute('value', 'transparent'); obj.appendChild(param); var embed = document.createElement('embed'); embed.setAttribute('width', w); embed.setAttribute('height', h); embed.setAttribute('wmode', 'transparent'); embed.setAttribute('type', 'application/x-shockwaveflash'); embed.setAttribute('src', 'http://www.youtube.com/v/' +id); obj.appendChild(embed); embeds[i].parentNode.replaceChild(obj, embeds[i]); } }

}) ();


Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.