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.5k
ブックマークレットを使おう!
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
rage against annotate_predecessor
junk0612
0
170
Navigation 2 を 3 に移行する(予定)ためにやったこと
yokomii
0
340
ぬるぬる動かせ! Riveでアニメーション実装🐾
kno3a87
1
230
Azure SRE Agentで運用は楽になるのか?
kkamegawa
0
2.5k
はじめてのMaterial3 Expressive
ym223
2
900
Ruby×iOSアプリ開発 ~共に歩んだエコシステムの物語~
temoki
0
350
詳解!defer panic recover のしくみ / Understanding defer, panic, and recover
convto
0
250
Processing Gem ベースの、2D レトロゲームエンジンの開発
tokujiros
2
130
How Android Uses Data Structures Behind The Scenes
l2hyunwoo
0
480
@Environment(\.keyPath)那么好我不允许你们不知道! / atEnvironment keyPath is so good and you should know it!
lovee
0
120
意外と簡単!?フロントエンドでパスキー認証を実現する WebAuthn
teamlab
PRO
2
770
チームのテスト力を鍛える
goyoki
3
900
Featured
See All Featured
Site-Speed That Sticks
csswizardry
10
820
We Have a Design System, Now What?
morganepeng
53
7.8k
A Tale of Four Properties
chriscoyier
160
23k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Documentation Writing (for coders)
carmenintech
74
5k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
The Invisible Side of Design
smashingmag
301
51k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.7k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
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 (水)