Using below command and don't forget to restart Chrome.
defaults write com.google.Chrome NSRequiresAquaSystemAppearance -bool YES
We cannot change directly in the browser.
Native: In the Settings page of Dev Tools, click on "Experiments", search for "key" and tick "Enable keyboard shortcut editor". Reload the Dev Tools and click on "Shortcuts", you will see the edit button on right of each shortcut.
(Another way) On Mac, we can add the custom by going to System Preferences > Keyboard > App Shortcuts > "+" > Choose the app (eg. "Google Chrome.app") > Type exactly the name of commands, eg "Inspect elements".
On the "host" computer, use ifconfig
(linux, macos) or ipconfig
(windows) to know the ip address (something like 192.168.1.109
). From the "client" computer, browser http://192.168.1.109:4000
(make sure on the "host", localhost:4000
is working).
Go to settings
Then, Startup > Tasks
Choose
{cmd::Cmder}
Choose the below-right box, let the cursor at the end of the text
Click on "Startup dir…"
Choose your desired directory > OK
Remove the current line with the new appearing one (
new_console:d:%USERPROFILE%
)Click on Save settings
Toggle F7.
- Download and install this app (reinstall it after every update of Windows).
- Choose EdgeDeflector as the default web browser if it asks.
- Install this extension in Chrome to force to redirect from Bing to Google Search Engine.
- Create a folder in your Documents folder called WindowsPowerShell
- Create a file called
profile.ps1
inside this folder - Add following command
Set-Location c:\abc
- Every time you launch PowerShell, the profile script will be executed
Cannot open a page with security problem.
- Go to chrome://net-internals/#hsts
- "Query HSTS/PKP domain", fill domain, e.g.
gitlab.powerop.io
. - "Delete domain security policies", fill domain and click on Delete.
- Try again > Click on "Advanced" > Click on ...unsafe....
In most case, you can use Flash Video Downloader (for Chrome) or other extensions to detect the video url.
In the case browser extensions cannot capture the url, you can open the Developer Tools (in Chrome, press F12) > Reload the page and click to play again the video > Network tab > Media tab > click on any sources on the left column (videoplayback?expire...
) > On the right column, in tab Headers > General > Copy the content in Request URL, something like below,
https://r4---sn-25ge7ns7.googlevideo.com/videoplayback?expire=1568040368&ei=kEl2Xb...f_cW7qE=
Open a new tab in your browser, Ctrl + S to save the video. You can also open the Downloads manager in your browser (Ctrl + J) to copy the download link and use other Download Manager tools to download this video without using the browser!
In stall grip.
# go to the file's directory
grip # if file is README.md
grip file.md
It's useful if you download mp3 audio from a youtube video.
- Download & Install Audacity (free, available for macos, linux, windows).
- Check this official manual. Shortly,
- Select start and end (type number) at the sectio below "Start and End of Selection".
- Using cmd + B to "Add label at selection"
- Name for labels: Whenever a label is created, a small rectangle box appear next to the label point, click there to name the label.
- After adding all necessary labels, File > Export > Export Multiple > Split file based on "Labels" (tick on "Include audio before the first label) > "Name file" (should choose "Using Label/Track Name") option and then "Export".
💬 Comments