블로깅을 하다가 다음뷰와 믹시를 합치는 포스팅 내역을 확인했습니다.
포스팅 하신분의 주소 입니다.
그래서 저도 제 블로그에 한번 적용을 해보았습니다.
##_article_rep_desc_## 치환자 뒤에
<script type="text/javascript">
//<![CDATA[
// by chatii - http://chatii.textcube.com/52
// last updated at 09/05/15
var embed = document.getElementsByTagName("embed");
for (var i = 0; i < embed.length; i++) {
if (embed[i].getAttribute("src") && embed[i].getAttribute("src").indexOf("http://api.v.daum.net/static/recombox1.swf") != -1) {
var recomdiv = embed[i].parentNode;
recomdiv.innerHTML = recomdiv.innerHTML.replace("recombox1.swf", "recombox3.swf").replace("400", "67");
var param = recomdiv.parentNode.getElementsByTagName("param");
for(var j = 0; j < param.length; j++) {
if (param[j].getAttribute("value").indexOf("mixup") != "-1") {
param[j].parentNode.removeAttribute("align");
recomdiv.appendChild(param[j].parentNode);
}
}
}
}
//]]>
</script>
//<![CDATA[
// by chatii - http://chatii.textcube.com/52
// last updated at 09/05/15
var embed = document.getElementsByTagName("embed");
for (var i = 0; i < embed.length; i++) {
if (embed[i].getAttribute("src") && embed[i].getAttribute("src").indexOf("http://api.v.daum.net/static/recombox1.swf") != -1) {
var recomdiv = embed[i].parentNode;
recomdiv.innerHTML = recomdiv.innerHTML.replace("recombox1.swf", "recombox3.swf").replace("400", "67");
var param = recomdiv.parentNode.getElementsByTagName("param");
for(var j = 0; j < param.length; j++) {
if (param[j].getAttribute("value").indexOf("mixup") != "-1") {
param[j].parentNode.removeAttribute("align");
recomdiv.appendChild(param[j].parentNode);
}
}
}
}
//]]>
</script>
'Interesting > TIPTECH' 카테고리의 다른 글
안드로이드폰 어플 개발 전략 10가지 1부~2부 (0) | 2010.07.14 |
---|---|
서울시 모바일 전략 및 공공정보 DB 공개 계획- 송정희 서울시 정보화기획단장 발표 동영상 (0) | 2010.07.14 |
Google의 웹사이트 번역기 (1) | 2010.07.13 |
Android 만세! (0) | 2010.07.13 |
팔로우를 쉽게 관리하기 (0) | 2010.07.08 |