Skip to content

Instantly share code, notes, and snippets.

@bathtimefish
Created November 12, 2012 16:37
Show Gist options
  • Save bathtimefish/4060367 to your computer and use it in GitHub Desktop.
Save bathtimefish/4060367 to your computer and use it in GitHub Desktop.
琴浦さん応援バナーを表示するブックマークレット
javascript:(function(){for(var a=document.createElement("div"),b=document.createElement("a"),c=document.createElement("img"),d=["Webkit","Moz","O","ms","Khtml"],e="animation",f="aD",g="aT",h="aI",i="",j="",k=0;k<d.length;k++)if(void 0!==a.style[d[k]+"Animation"]){j=d[k];e=j+"AnimationName";f=j+"AnimationDuration";g=j+"AnimationTimingFunction";h=j+"AnimationIterationCount";i="-"+j.toLowerCase()+"-";break}for(k=0;k<d.length;k++)if(void 0!==a.style[d[k]+"Transform"]){j=d[k];break}
var l="@"+i+"keyframes rotate { 0% {"+i+"transform:rotateY( 0deg );}90% {"+i+"transform:rotateY( 0deg);}95% {"+i+"transform:rotateY( 360deg);}100% {"+i+"transform:rotateY( 0deg);}}";a.style[e]="rotate";a.style[f]="5s";a.style[g]="linear";a.style[h]="infinite";var m=document.createElement("style");m.innerHTML=l;document.getElementsByTagName("head")[0].appendChild(m);a.style.position="absolute";a.style.padding="1px";a.style.zIndex="500";b.href="http://kotourasan.net/s/oen.html";
c.src="http://kotourasan.net/images/banner/350_240.jpg";var n=window.innerHeight;a.style.left=(window.innerWidth-350)/2+"px";a.style.top=(n-240)/2+"px";b.appendChild(c);a.appendChild(b);document.getElementsByTagName("body")[0].appendChild(a);})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment