東京23区

板橋・西巣鴨

2018 09 25 19;10 西巣鴨 焼鳥どん
COTA

縮小画像を表示しています。すべての拡大画像や詳細を表示するためにはSNS・メールでの認証が必要です

東京23区 / 板橋・西巣鴨

最終訪問日 2020年1月17日

初回訪問日 2017年7月16日

エリア内の施設

焼鳥どん, サイゼリヤ 板橋東口店, パティスリー・プチジャルダン, オカエリハウス(閉業)
この場所の訪問記録
  • 新着順
  • 古い順
  • COTA
    , 暑い
    友達と2004〜5年のヴェネチア・ビエンナーレのおたく展(凱旋イベント)の話を中心に、昔のインターネットやコミケ(コミックマーケット)の雑談を記録した。近くのスーパーまで買い出しに行き、後輩と合流し、お寿司を食べた
  • COTA
    友達と食事
  • COTA
  • COTA
  • COTA
  • COTA
  • COTA
  • COTA
  • COTA
    JR 蒲田駅、梅屋敷 はま寿司、原宿 IKEA、JR 池袋駅、板橋 マルエツ 板橋駅前店。友達と箱根駅伝を観戦
  • COTA
  • COTA
  • COTA
  • COTA
  • COTA
  • COTA
  • COTA
  • COTA
  • COTA
    このコンテンツを書き換えてHTMLタグを保持します 0時0分のおめでとうがなくなって数年経ち、いまは暖かい言葉やプレゼントにもう少し生きてもいいんじゃないかと感じている。人生初めてと記憶している雨の誕生日は、底まで沈んだ […]
  • COTA
  • COTA
  • COTA
  • COTA
  • COTA
    平和島 皮膚科、西巣鴨
  • COTA
この続きをみる
この場所で印象的な物事
  • 路面電車
    SA 都電荒川線
  • I 都営三田線
東京23区で最近訪れた場所
  • 2024年7月20日
    2012 02 15 17 22 16蒲田駅 多摩川線
    主たる地域, お店, 駅や公共施設
    蒲田西口・東急蒲田・蓮沼・矢口渡・新蒲田・西六郷
  • 2024年8月12日
    2021 08 04 20;42 お台場 東京オリンピック 夜の聖火台
    駅や公共施設
    お台場・豊洲・新木場
  • 2024年8月12日
    コミケ
    駅や公共施設
    東京国際展示場(東京ビッグサイト)
  • 2024年7月20日
    駅舎
    目印, 博物館
    旧新橋停車場
  • 2024年7月20日
    Img 6048 3 1
    お店, 博物館
    六本木・東京ミッドタウン
  • 2024年7月20日
    2006 08 12 19 52 50 汐留から築地市場を望む
    主たる地域, お店, 駅や公共施設
    新橋・汐留
  • 藤

    いますぐ楽になりたい

    2025年1月27日
  • 2007 09 23 12 21 34ハリストス教会

    何かをしてあげたい・祈りたい

    2024年11月1日
  • 2021 12 24 14;32 田川後藤寺 上本町商店街のベンチに腰かけるcota

    しっかりしたい

    2025年1月27日
  • 祭り

    発散したい

    2025年1月27日
  • 2015 07 05 17 36 伊予灘ものがたりの乗客・みきゃんさん

    認められたい

    2024年11月1日
  • 海

    捉え方を知る

    2024年11月1日
'; window._nslWebViewNoticeElement.insertAdjacentHTML("afterbegin", webviewNoticeHTML); document.body.appendChild(window._nslWebViewNoticeElement); } }); } } window._nslDOMReady(function () { window.nslRedirect = function (url) { if (scriptOptions._redirectOverlay) { const overlay = document.createElement('div'); overlay.id = "nsl-redirect-overlay"; let overlayHTML = ''; const overlayContainer = "
", overlayContainerClose = "
", overlaySpinner = "
", overlayTitle = "

" + scriptOptions._localizedStrings.redirect_overlay_title + "

", overlayText = "

" + scriptOptions._localizedStrings.redirect_overlay_text + "

"; switch (scriptOptions._redirectOverlay) { case "overlay-only": break; case "overlay-with-spinner": overlayHTML = overlayContainer + overlaySpinner + overlayContainerClose; break; default: overlayHTML = overlayContainer + overlaySpinner + overlayTitle + overlayText + overlayContainerClose; break; } overlay.insertAdjacentHTML("afterbegin", overlayHTML); document.body.appendChild(overlay); } window.location = url; }; let targetWindow = scriptOptions._targetWindow || 'prefer-popup', lastPopup = false; document.addEventListener('click', function (e) { if (e.target) { const buttonLinkElement = e.target.closest('a[data-plugin="nsl"][data-action="connect"]') || e.target.closest('a[data-plugin="nsl"][data-action="link"]'); if (buttonLinkElement) { if (lastPopup && !lastPopup.closed) { e.preventDefault(); lastPopup.focus(); } else { let href = buttonLinkElement.href, success = false; if (href.indexOf('?') !== -1) { href += '&'; } else { href += '?'; } const redirectTo = buttonLinkElement.dataset.redirect; if (redirectTo === 'current') { href += 'redirect=' + encodeURIComponent(window.location.href) + '&'; } else if (redirectTo && redirectTo !== '') { href += 'redirect=' + encodeURIComponent(redirectTo) + '&'; } if (targetWindow !== 'prefer-same-window' && checkWebView()) { targetWindow = 'prefer-same-window'; } if (targetWindow === 'prefer-popup') { lastPopup = NSLPopup(href + 'display=popup', 'nsl-social-connect', buttonLinkElement.dataset.popupwidth, buttonLinkElement.dataset.popupheight); if (lastPopup) { success = true; e.preventDefault(); } } else if (targetWindow === 'prefer-new-tab') { const newTab = window.open(href + 'display=popup', '_blank'); if (newTab) { if (window.focus) { newTab.focus(); } success = true; window._nslHasOpenedPopup = true; e.preventDefault(); } } if (!success) { window.location = href; e.preventDefault(); } } } } }); let buttonCountChanged = false; const googleLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="google"]'); if (googleLoginButtons.length && checkWebView()) { googleLoginButtons.forEach(function (googleLoginButton) { if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') { disableButtonInWebView(googleLoginButton); } else { googleLoginButton.remove(); buttonCountChanged = true; } }); } const facebookLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="facebook"]'); if (facebookLoginButtons.length && checkWebView() && /Android/.test(window.navigator.userAgent) && !isAllowedWebViewForUserAgent('facebook')) { facebookLoginButtons.forEach(function (facebookLoginButton) { if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') { disableButtonInWebView(facebookLoginButton); } else { facebookLoginButton.remove(); buttonCountChanged = true; } }); } const separators = document.querySelectorAll('div.nsl-separator'); if (buttonCountChanged && separators.length) { separators.forEach(function (separator) { const separatorParentNode = separator.parentNode; if (separatorParentNode) { const separatorButtonContainer = separatorParentNode.querySelector('div.nsl-container-buttons'); if (separatorButtonContainer && !separatorButtonContainer.hasChildNodes()) { separator.remove(); } } }) } });})();
記事URLをコピーしました