Monday, August 3, 2015

How to remove ads sidebar on mind42.com website in Chrome


  1. Install Stylebot extension in Chrome
  2. In Stylebot go to Options > Styles > Add a new style
  3. Add:
    • URL: http://http://mind42.com
    • Add code:
#sidebar { display: none; }
#content.sidebar2 { margin-right: 0; }
#content.sidebar1 { margin-right: 0; }

No comments:

Post a Comment