less than 1 minute read

Google mail and Outlook is two most used software for reading emails. From last few days I got a problem.

The problem is the size of content is bigger than my screen. The problem can be fixed just by remove the right bar in Outlook and Google mail both.

Now how to fix it.

Install this plugin

https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe

This plugin will help us to achieve this goal now.

You can simply inspect everything that you want to hide.

For Outlook I do

RightRailContainer{

display:none!important;
}
.ContentRight{
width: 1160px;
}

and for Google mail I do

.Bu.yM{
display:none;
}
.Bu.y3{
display:none;
}

Both hide the right panel and now I can read my mail without using scroller to left and right.

For the Url option you need to set Urls on Domain live.com

and For gmail it must be like this mail.google.com

You can try this trick on many site to improve the readability. This tricks help us to be productive.

Disclaimer : Please don’t block the ads on Internet. Ads run the internet. The trick I show here is just for save time and being productive.

Hope this help Smile

Updated: