- プルリクのページから
Merge pull-request #xxxx
とかを抽出してレポート用のテキストにする - Chrome 拡張
- 👨👩 + 👧👧 = 👨👩👧👧 みたいな仕組みを使って
atode
- 安易
- 投票したり想いを書いたり
- 「スピード感」とか「想い」とか「人財」とか、そういう曖昧で使われるとイラッとする単語をシェアしてワイワイする
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* esaスロットアプリ | |
* | |
* 1. 当スクリプトとスロット用の画像をコメントから添付する | |
* 2. 以下のHTMLを記事に書く | |
* | |
* <div id="esa-slot-root" /> | |
* <script | |
* id="esa-slot" | |
* src="{esaコメントへ添付した当JSスクリプトURL}" |
TBD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<style> | |
body { | |
background-color: #eee; | |
} | |
.content { | |
width: 300px; |