Skip to content

Instantly share code, notes, and snippets.

@2bbb
Created May 26, 2015 10:20
Show Gist options
  • Select an option

  • Save 2bbb/fdc4b5e192be4cbf68cc to your computer and use it in GitHub Desktop.

Select an option

Save 2bbb/fdc4b5e192be4cbf68cc to your computer and use it in GitHub Desktop.
youtube mosaic bookmarklet
javascript:var%20d=document,g='getElement',f=function(e,i)%7Bfor(i=0;i%3C2;i++)e.setAttribute('style',%5B'','-webkit-'%5D%5Bi%5D+'filter:blur(6px)');%7D,p,i;if(p=d%5Bg+'ById'%5D('player'))f(p);for(p=d%5Bg+'sByTagName'%5D('iframe'),i=0;p&&i%3Cp.length;i++)if(0%3C=p%5Bi%5D.src.search('youtube'))f(p%5Bi%5D);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment