티스토리 뷰
<script type="text/javascript">
var oldDomain = "amacoder.tistory.com";
var newDomain = "procoder.tistory.com";
if(document.URL.match(oldDomain))
{
var destination = document.URL.replace(oldDomain, newDomain);
document.location.replace(destination);
}
if(document.URL.match(/^http:\/\/procoder.tistory.com(\/)?$/))
{
document.location.replace("http://www.tistory.com/");
}
</script>
var oldDomain = "amacoder.tistory.com";
var newDomain = "procoder.tistory.com";
if(document.URL.match(oldDomain))
{
var destination = document.URL.replace(oldDomain, newDomain);
document.location.replace(destination);
}
if(document.URL.match(/^http:\/\/procoder.tistory.com(\/)?$/))
{
document.location.replace("http://www.tistory.com/");
}
</script>
'Code > JavaScript' 카테고리의 다른 글
[JavaScript] Redirecting URL (0) | 2009.05.09 |
---|---|
[JavaScript] Redirecting URL (0) | 2009.03.05 |
[JavaScript] Hide AdSense on Selected Pages (0) | 2009.03.05 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- iTextSharp
- Microsoft
- DotNetMagic
- AdSense감추기
- windows
- ScreenHunter
- 유틸리티
- Service pack
- 애드센스숨기기
- Regular Expressions
- autohotkey
- Sample Code
- tagREADYSTATE
- download.com
- Automation
- java
- 애드센스감추기
- 스크린캡쳐
- .net framework
- READYSTATE_COMPLETE
- jre
- Phalanger
- c#
- registry
- iText
- AxWebBrowser
- AdSense숨기기
- WinAutomation
- Rollback Rx
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
글 보관함