labocho (26)

閲覧中のページの URL と、選択文字列またはタイトルとともに OSX / iOS の Twitter 公式クライアントで...

(function(){var link,url,message;link=document.querySelector("link[rel=canonical]");url=link&&lin...

閲覧中のページを WXGA サイズ (1280x800) の新しいウィンドウで開きます。

window.open(location.href,"1280x800","width=1280,height=800");

閲覧中のページを iPhone 4 サイズ (320x480) の新しいウィンドウで開きます。

window.open(location.href,"320x480","width=320,height=480");

閲覧中のページを iPhone 5 サイズ (320x568) の新しいウィンドウで開きます。

window.open(location.href,"320x568","width=320,height=568");

閲覧中のページを iPhone 6 サイズ (375x667) の新しいウィンドウで開きます。

window.open(location.href,"375x667","width=375,height=667");

閲覧中のページを iPhone 6 Plus サイズ (414x736) の新しいウィンドウで開きます。

window.open(location.href,"414x736","width=414,height=736");
<< 1 2