Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
ブックマークレットを使おう!
Search
yamish
February 22, 2023
Programming
0
5.4k
ブックマークレットを使おう!
yamish
February 22, 2023
Tweet
Share
More Decks by yamish
See All by yamish
Nuxt.jsプロジェクトの改善テクニック
yamish123
3
2.6k
Other Decks in Programming
See All in Programming
今ならAmazon ECSのサービス間通信をどう選ぶか / Selection of ECS Interservice Communication 2025
tkikuc
12
2.9k
設計やレビューに悩んでいるPHPerに贈る、クリーンなオブジェクト設計の指針たち
panda_program
3
430
地方に住むエンジニアの残酷な現実とキャリア論
ichimichi
3
650
PHPで始める振る舞い駆動開発(Behaviour-Driven Development)
ohmori_yusuke
2
150
deno-redisの紹介とJSRパッケージの運用について (toranoana.deno #21)
uki00a
0
130
Cline指示通りに動かない? AI小説エージェントで学ぶ指示書の書き方と自動アップデートの仕組み
kamomeashizawa
1
560
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
140
GoのWebAssembly活用パターン紹介
syumai
3
10k
Elixir で IoT 開発、 Nerves なら簡単にできる!?
pojiro
1
150
Effect の双対、Coeffect
yukikurage
5
1.4k
なぜ適用するか、移行して理解するClean Architecture 〜構造を超えて設計を継承する〜 / Why Apply, Migrate and Understand Clean Architecture - Inherit Design Beyond Structure
seike460
PRO
1
310
Kotlin エンジニアへ送る:Swift 案件に参加させられる日に備えて~似てるけど色々違う Swift の仕様 / from Kotlin to Swift
lovee
1
250
Featured
See All Featured
Why You Should Never Use an ORM
jnunemaker
PRO
56
9.4k
A better future with KSS
kneath
239
17k
Typedesign – Prime Four
hannesfritz
42
2.7k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
124
52k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
137
34k
Designing for humans not robots
tammielis
253
25k
Six Lessons from altMBA
skipperchong
28
3.8k
Visualization
eitanlees
146
16k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.8k
Transcript
ブックマークレットを使おう! 株式会社SmartHR プロダクトエンジニア 宮脇 駿 #ハードル激低LT大会ッ! 2023/02/22 (水)
ハードル激低ポイント 出てくるコードは2行だけです #ハードル激低LT大会ッ! 2023/02/22 (水)
ブックマークレット使ってますか? #ハードル激低LT大会ッ! 2023/02/22 (水)
ブックマークをクリックするとJavaScriptが動きます #ハードル激低LT大会ッ! 2023/02/22 (水)
作り方はブックマークのURLにスクリプトを書くだけ javascript:(function(){alert('hello world')})() #ハードル激低LT大会ッ! 2023/02/22 (水)
つまり、Chrome拡張を作らなくてもお手軽に便利機能が 作れる! #ハードル激低LT大会ッ! 2023/02/22 (水)
よく使うブックマークレット #ハードル激低LT大会ッ! 2023/02/22 (水)
HTML上の文字を自由に書き換える 資料用のキャプチャを撮る際などに手直しをするのに便利 javascript:(function(){document.designMode = 'on'})() 参考:https://developer.mozilla.org/ja/docs/Web/API/Document/designMode #ハードル激低LT大会ッ! 2023/02/22 (水)
便利なブックマークレットを見つけたら周りの人に共有し て、みんなで幸せになろう! #ハードル激低LT大会ッ! 2023/02/22 (水)
おわり #ハードル激低LT大会ッ! 2023/02/22 (水)