ボーナス年2回 給与2ヶ月分(1年目は1回)
305,000/Month
300,000/Month
常にTwitterやブログとかにパブリックに発信していればいいのだけど、会社のtimesに書くこともある。 しかし、退職時にはそれが閲覧できなくなってしまう。それは損失なので発言を全てエクスポートしておく。
slack-history-exportを使うとログがjsonとして取得できる。 https://github.com/hisabimbola/slack-history-export
npx slack-history-export -t $SLACK_TOKEN -c times_akameco -f 'times_akameco.json'
// ==UserScript== | |
// @name add badge for action link | |
// @namespace https://github.com/akameco | |
// @version 0.1 | |
// @description add badge for action link | |
// @author akameco (https://github.com/akameco) | |
// @match https://github.com/*/*/actions* | |
// @grant none | |
// ==/UserScript== |
// ==UserScript== | |
// @name pre-notranslate | |
// @namespace akameco.github.io | |
// @version 0.1 | |
// @description Do not translate inside pre | |
// @author akameco | |
// @match * | |
// @grant none | |
// ==/UserScript== |