generated at
sk6cleine


#三拍子 #磁石 が好き






#三拍子 を知ったきっかけ
帰路に聞くお笑い動画を探す
最初はサンドウィッチマンとかノンスタイルとか
中でも漫才が好きだなぁと動画漁ってたら三拍子面白い!しなんかいっぱい動画ある!!ごい!うれしい!って思ってあとは沼にずぶずぶと。     

以下は、Scrapboxを便利に使う設定
これだけでいいの? 参考:/help-jp/UserScript
script.js
scrapbox.TimeStamp.addFormat('[[]YYYY/MM/DD[]]([[]ddd[]])') $('body').attr('data-daiiz-rel-bubble', 'on'); // 関連ページを吹き出し表示する $('body').attr('data-daiiz-text-bubble', 'on'); // リンク先ページのテキストを表示する $('body').attr('data-daiiz-icon-button', 'on'); // アイコンをボタンにする $('body').attr('data-daiiz-paste-url-title', 'ctrl'); // [URL title]の形でペーストする

this is p5w’s page


お笑い垢

ここでscriptを読み込む
script.js
import '/api/code/lololololol/addButton/tweet.js';



page.js
if ($('#asearch-list-grid').length === 0) { $('.page-wrapper .related-page-list.clearfix').append( '<ul class="grid" id="asearch-list-grid">' + '<li class="splitter" style="height: 30px !important" />' + '<li class="relation-label"><a><span class="title">Similar Pages</span>' + '<span class="kamon kamon-search icon-lg"/></a><span class="arrow"/></li></ul>' ); const grid = $('#asearch-list-grid'); let worker = new Worker('/api/code/scrapboxlab/類似したタイトルのページを関連ページとして表示する/worker.js'); function resetList() { grid.children().slice(2).remove(); } worker.onmessage = (e) => { resetList(); const fragment = $(document.createDocumentFragment()); for (let { exists, title } of e.data) { const item = $(`<li class="page-list-item grid-style-item${ exists ? '' : ' empty' }"> <a href="/${scrapbox.Project.name}/${encodeURIComponent(title.replace(' ', '_'))}" rel="route"> <div class="hover"></div> <div class="content"> <div class="header"><div class="title"></div></div> <div class="description"><div class="line-img"> <div></div><div></div><div></div><div></div><div></div> </div></div> </div> </a>`); $('.title', item).text(title); fragment.append(item); } grid.append(fragment); }; let prevId = null; let titleLcMap; function regenTitleLcMap() { titleLcMap = {}; for (let p of scrapbox.Project.pages) { titleLcMap[p.titleLc] = p.title; } } function pathToTitle(path) { const a = path.replace(/#.*$/, '').split('/'); if (a.length === 3 && a[2].length > 0) { const title = decodeURIComponent(a[2]); // Project.pagesを元にタイトル取得 // (`_`が実際は空白なのか`_`なのか分からないため) const titleLc = title.toLowerCase(); return titleLcMap[titleLc]; } return null; } function update() { const cs = location.pathname.split('/'); if (cs.length === 3 && cs[2] === 'new') { resetList(); return; } // 既に関連リンクに入っているページのタイトルを取得する let links = new Set(); regenTitleLcMap(); $('div.page-wrapper > div.related-page-list.clearfix > ul.grid:nth(0) > li a').each( (i, e) => { links.add(pathToTitle(e.pathname)); } ); // ページタイトルを変更中の場合 const replace = prevId === scrapbox.Page.id; worker.postMessage({ title: scrapbox.Page.title, pages: scrapbox.Project.pages, links, replace, prevId, }); } function updateIfPage() { if (scrapbox.Layout === 'page') { update(); prevId = scrapbox.Page.id; } } const observer = new MutationObserver(_ => { updateIfPage(); }); observer.observe($('title')[0], { childList: true }); observer.observe($('div.page-wrapper > div.related-page-list.clearfix > ul.grid:nth(0)')[0], { childList: true }); updateIfPage(); update(location.pathname); }


シンクロニシティを知ったきっかけ

三拍子を知ったきっかけ
サンドウィッチマンYouTube動画で漫才を漁っていたら。
→漫才関連で、三拍子が出てきてそれで。
ウエストランドを知ったきっかけ
ポッドキャストをあさってるときににぶちラジを見つけた
ってのが2020年にある


聴いているラジオ・配信番組(配信曜日基準)

よしおかさん;;


聴いているポッドキャスト