Chrome

Collecting tips using Chrome. More #ChromeTips.

Open chrome://settings/content/notifications, then

"Sites can ask to send notifications" -> off

Cmd+Shift+T

Open chrome://settings/searchEngines and add a new search engine like following:

The Search engine name does not matter, the keyword is the shortcut.

When you type twi in URL bar, it automatically goes to your designated page! 💨

In this case, go to https://twitter.com/.

https://developers.google.com/web/updates/2017/04/devtools-release-notes#screenshots

https://web.dev/remove-unused-code/

https://twitter.com/addyosmani/status/1091236845248073733

Use Firefox.

Fn + Shift + Backspace

chrome://flags/#allow-insecure-localhost

Source

chrome://serviceworker-internals/

queryObjects(Promise)
queryObjects(HTMLElement)
queryObjects(function_name)

In the devtools console (Option + ⌘ + J), press F1, then check off "Show What's New after each update".

Whatsnew preference in Chrome devtools preference

Whatsnew preference in Chrome devtools preference

Credits to @sj26.