閲覧中のページを iPhone 4 サイズ (320x480) の新しいウィンドウで開きます。
/* * @title iPhone 4 サイズ (320x480) で開く * @description 閲覧中のページを iPhone 4 サイズ (320x480) の新しいウィンドウで開きます。 * @include http://* * @license MIT License * @require */ window.open(location.href,"320x480","width=320,height=480");