Skip to content

Instantly share code, notes, and snippets.

View SANATMAHSAL's full-sized avatar
💭
I may be slow to respond.

Rocky SANATMAHSAL

💭
I may be slow to respond.
View GitHub Profile
@JingleChannel
JingleChannel / dev.css
Created March 23, 2016 10:56
DevTools Hide Shortcut (H)
// DevTools Hide Shortcut (H)
.__web-inspector-hide-shortcut__,
.__fx-devtools-hide-shortcut__ {
display: none !important;
}