Where is the new Emulation tab in Chromes console drawer?

See here for more information. Before starting open the dev tools console (on a Mac cmd-option-i) Open the Settings panel within the dev tools console (click gear icon on right side) Check “Show ‘Emulation’ view in console drawer (looks like you have already done this step) and close screen Switch to the sources tab of … Read more

How do I change my IIS Express SSL certificate for one that will work with Chrome 58+?

This is how I fixed this. There may be an easier way (I’m sure there is!) Step 1 – Open Windows PowerShell (in admin mode) and generate a certificate like this: New-SelfSignedCertificate -DnsName “localhost”, “localhost” -CertStoreLocation “cert:\LocalMachine\My” Keep the thumbprint safe. Step 2 – Open a command prompt (in admin mode) and run these commands. … Read more

Karma: use Windows’ Chrome from WSL

I found that if you create a C:\tmp\karma folder under Windows, this error goes away, and Chrome finds and uses this folder for temp files. You can also change the temporary folder that Chrome uses for its data by setting the TEMP environment variable like so: export TEMP=’/path/to/your/folder’ The important thing is that C:\path\to\your\folder must … Read more

How to hide Chrome “paused in debugger” overlay?

Now there is an option in Inspector’s settings, just uncheck Disable paused state overlay: Go to Settings (F1), the Preferences tab (the first one) and it’s the last option under Appearance (top left). It is very usable with the setTimeout(function(){debugger;}, 5000); trick to inspect elements that are visible only on hover.

How Chrome browser know which client certificate to prompt for a site?

The client certificate authentication is ruled in the handshake phase of the SSL/TLS protocol implemented by browsers. If the server requires a client certificate authentication (it is optional), send a message to client with the list of the accepted certificate authorities (CA). Can be void if server accepts any certificate. The client select the certificates … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)