閲覧しているURLのSmartNews魚拓を開きます
/* * @title SmartNews魚拓 * @description 閲覧しているURLのSmartNews魚拓を開きます * @include http://* * @license MIT License */ var num = 16 - Math.floor(Math.random() * 5); location.href = "http://snp"+num+".smartnews.be/"+encodeURIComponent(document.URL);