実験君のブログ

はてなブログの使い方を確認する為の動作試験用です。

2019-10-17から1日間の記事一覧

転送テスト

var url1 = 'https://jikkenexp.hatenablog.com/entry/twitter-links'; var url2 = 'https://u-ff.com/twitter-links'; if(location.href.startsWith(url1)){ location.href = url2; }