Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <script type="text/javascript">
  2. if (location.href == 'トップページのURL') {
  3. location.href='切り替えたい記事やカテゴリーのURL';
  4. }
  5. </script>
  6. <noscript>
  7. <p><a href="トップページのURL">ここにブログ名を書く</a></p>
  8. </noscript>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement