- AI Shift
- 社内SQL研修のために作った資料を公開します - (2021/06/21)
- CARTA HOLDINGS(旧VOYAGE GROUP)
- 技術広報が新卒研修<Open AIハッカソン>をスパイしてみた - (2023/04/11)
- @t_wadaに学ぶテスト駆動開発【CARTA 23新卒研修】 - (2023/04/19)
- Classi
- 当たり前にリリースしていく ~ 新卒研修編 - (2021/05/20)
- リモートワークのための質問力向上研修を実施しました - (2021/12/07)
- CyberZ
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
// ==UserScript== | |
// @name Open docomo anime store watch link in pop-up as tab | |
// @namespace https://github.com/fbbp | |
// @version 0.1 | |
// @description dアニメストアの視聴リンクを新しいタブで開く | |
// @author fbbp | |
// @grant GM_openInTab | |
// @match *://animestore.docomo.ne.jp/animestore/ci_pc* | |
// ==/UserScript== |
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
// ==UserScript== | |
// @name Twitter:Open quote tweets page | |
// @namespace https://github.com/fbbp | |
// @version 0.1 | |
// @description 引用RT一覧ページのリンクをクリックした際別タブでツイートURLを検索キーとした検索ページを開く | |
// @author fbbp | |
// @match *://twitter.com/* | |
// @grant GM_openInTab | |
// @run-at document-start |