TIL: How to color a website based on its URL. A visual aid and time saver

from blog Just Some Code, | ↗ original
These days, I spent a while debugging an issue. After a couple of minutes of scratching my head, I realized I was looking at log entries in the wrong environment. I know! A facepalm moment. I decided to look for a way to change the colors of a browser tab or a website based on the URL I visited. This is what I found. Coloring a website per URL...