14/04/12 03:00:07.16 ymqyAFqcb
2ch.scと2ch.netのドメインをワンクリックで切り替える簡易ブックマークレット作りました
2ch.sc/2ch.net 切替
javascript:if(window.location.href.indexOf('.2ch.sc') !== -1){window.location=window.location.href.replace('.2ch.sc/','.2ch.net/')}
else if(window.location.href.indexOf('.2ch.net') !== -1){window.location=window.location.href.replace('.2ch.net/','.2ch.sc/')};
公式のブックマークレット「p2.2ch.scで読む」と組み合わせて
p2に.netのスレをサルベージする時などにお使いください