Skip to content

Web Browser Notes

Chris Jones edited this page Aug 1, 2018 · 9 revisions

Contents

Working with Google Chrome

To launch Google Chrome with the Developer Tools persistentaly open through windows and tabs and on startup.

open -a "Google Chrome" --args --auto-open-devtools-for-tabs

To enable an extension while using incognito mode

  1. Right click near the three circles on the upper right of the browser and select Manage Extension then select the extension you'd like to use in incognito mode by selecting the extension and toggling Allow in incognito.

Working with Brave Browser

Settings / Preferences

Brave stores its settings on macOS in the below location

~/Library/Application\ Support/brave/

Working with Firefox

To print or list the total number of bookmarks in Firefox

  1. Select Show All Bookmarks from the Bookmarks menu.
  2. Click on All Bookmarks on the left hand side of the window.
  3. In the search input, put a / forward slash and then Firefox should list all bookmarks.
  4. Within the main pane of the Bookmarks window, select all bookmarks, ⌘+A, and at the bottom of the window, ie. something like 1100 items should be displayed if all bookmarks have been selected in the Bookmarks window.

Useful Links

TODOs

Clone this wiki locally