This is a pretty neat feature coming to Microsoft Edge. You hit CTRL + SHIFT + W and it brings up a little rectangle that you can position over some content you want to copy. If you’ve ever fought with a browser when trying to select text, but missed something like the first character – […]
Browsers
You can subscribe to the Browsers category micro-feed.
Browser Extension: Link Reporter
I needed to grab a report that listed all hyperlinks on a web page, so I wrote a browser extension to do it for me. Get LinkReporter in the Edge store. Grab LinkReporter in the Chrome Store. How to use Link Reporter Once you’ve installed the extension: Open any web page that you want to […]
How to create a browser extension for Edge or Chrome
Once upon a time we used to write scriptlets, or bookmarklets, that would run a little script on a page. That’s all old-school now and the new way to do many different kinds of thing is to write a browser extension. I’ve never done this before, so I spent five dollars to create a developer […]
I’ll be honest, it has taken a day or two to retrain my cerebellum for this one, but it is totally worth it. Modern day displays happen to be wider than you need. Horizontal real estate is in surplus and is cheap, but vertical space is more valuable. That’s why Microsoft Edge is getting a […]
Switch off rich link pasting in Edge
There is a cool new feature in Microsoft Edge that pastes links with rich formatting. If you copy a link from the page or from the address bar, it will paste in a rich format, so instead of seeing https://www.example.com/ you’ll see Example Website (example.com) and it will already be linked to your selected destination. […]
Investigate JavaScript execution times using Edge Dev Tools
This is a quick exploration of how to use Edge Dev Tools to investigate JavaScript execution time issues. We’ll quickly run a performance profile and identify what part of the JavaScript is the “most responsible” for any performance issues. The idea is to show just the quickest way to find the source of an issue, […]
Disable swipe navigation in Chrome and Edge (Chromium edition)
There’s a feature in Google Chrome and the new Chromium version of Microsoft Edge that navigates back or forward through your browser history when you swipe. It navigates on touch interactions, and also on track-pad interaction. If you use some web-based tools that feature horizontal scrolling (such as online Kanban boards) – this becomes infuriating. […]
Recently, I wrote about debugging Adobe Analytics, which uses the most widely-available tools that we all have; browser developer tools. It is possible to debug and test a whole host of analytics and tag manager scenarios using the Console and Network tabs of browsers tools if you are willing to scry the query parameters of […]
Chromium-based Edge: The first month
Full disclosure. I’m about to discuss Microsoft browsers and I’m a Microsoft MVP. More importantly, I’ve been using web browsers since before either Firefox or Chrome existed, and for ten years I haven’t used a Microsoft browser as my default. So, read on and let’s talk about browsers! Browser history If I go back a […]
Full page screenshot in Firefox
If you are pasting multiple screenshots of a web page into a single view, you should stop that and use the Firefox “Full Page Screenshot” feature. You can enable it in the developer tools, which are available behind the F12 button: This adds a camera icon to the developer tools: And when you press it, […]