Twitterはタグ内にこれを持っています:
<noscript>
<meta http-equiv=refresh content="0; URL=/?_twitter_noscript=1" />
</noscript>
体にはこれがあります:
<noscript>
<div class="front-no-js-warn">
<h3>Twitter.com makes heavy use of JavaScript</h3>
<p>If you cannot enable it in your browser's preferences, you may have a better experience on our <a href="http://m.twitter.com">mobile site</a>.</p>
</div>
</noscript>
CSS を使用:
.front-no-js-warn{position:absolute;top:50px;
left:50%;
height:30px;
width:798px;
padding:15px 20px;
margin:0 0 0 -418px;
z-index:2;color:#ddd;
line-height:1.5;
background-color:#111;
background-color:rgba(20,20,20,.9);
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
}
.front-no-js-warn h3{color:#FEC632;font-weight:bold;}
.front-no-js-warn a{color:#75C6F7;}
したがって、JavaScriptを無効にすると、div class="front-no-js-warn"
私の質問は、リダイレクトのポイントは何?_twitter_noscript=1
ですか?どうすればそれを実装できますか? 同様のことを試してみましたが、際限なくリダイレクトしようとします。