/ Published in: JavaScript
- http://www.imdb.com/help/show_leaf?datatopfaq#footer
- http://www.imdb.com/help/show_leaf?datatopfaq#
- http://www.imdb.com/help/show_leaf
- http://www.imdb.com/help/
- http://www.imdb.com/
- http://imdb.com/
- http://www.imdb.com/
- http://imdb.com/
- ......
Expand |
Embed | Plain Text
var url; if(location.hash) url = location.href.match(/.+#/); else if(location.search) url = location.href.match(/[^?]+/); else url = location.href.replace(/\/$/, "").match(/.*\//); if(url != "http://") location.href = url; else if( location.hostname.match(/^www\./) ) location.hostname = location.hostname.replace(/www\./, ""); else location.hostname = "www." + location.hostname; undefined;
You need to login to post a comment.
