Chrome: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 33: Line 33:


Three stacked dots (More) -> Bookmarks -> Show Bookmarks Bar.
Three stacked dots (More) -> Bookmarks -> Show Bookmarks Bar.
=Allow Popups=
Vertical dots menu → Settings → Advanced (bottom of the page) → Privacy section → Site Settings -> Pop-ups and redirects: Allowed.

Revision as of 19:22, 27 July 2019

Internal

Malware Removal

Chrome -> crome://policy

If the browser is infected, there will be unknown policies (WeKnow). From a terminal:

defaults write com.google.Chrome HomepageIsNewTabPage -bool false
defaults write com.google.Chrome NewTabPageLocation -string "https://www.google.com/"
defaults write com.google.Chrome HomepageLocation -string "https://www.google.com/"
defaults delete com.google.Chrome DefaultSearchProviderSearchURL
defaults delete com.google.Chrome DefaultSearchProviderNewTabURL
defaults delete com.google.Chrome DefaultSearchProviderName

Web App Debugging

Right click -> Inspect -> Network.

Hard Refresh

Command + Shift + R

Delete History

More -> History -> History or Command Y

Clear browsing data.

How to Display Bookmark Bar

Three stacked dots (More) -> Bookmarks -> Show Bookmarks Bar.

Allow Popups

Vertical dots menu → Settings → Advanced (bottom of the page) → Privacy section → Site Settings -> Pop-ups and redirects: Allowed.