3

Chromium wouldn't load any pages including my settings page. I noticed at the bottom left the status was saying something about loading "ad-block plus".

Jorge Castro
  • 73,717
daveomcd
  • 191
  • 2
  • 2
  • 10

2 Answers2

2

My solution was to open the chromium menu and select "View Background Pages(n)", and that opened a system box that allowed me to end my ad-block plus process. After doing this I was able to navigate to: chrome://extensions/ and remove my extensions (ad-block and others I no longer wanted) to get the browser to function properly. Hope this is some help to others having a similar problem!

daveomcd
  • 191
  • 2
  • 2
  • 10
0

Just issue the following commands at the terminal to reset all Chrome settings:

rm -rf ~/.config/google-chrome
rm -rf ~/.cache/google-chrome

It's working fine for me after doing this.