This a Chrome extension to make yammer feed pages more user friendly. As I personally do not trust extensions from the Chrome Web Store, this extension is only offered through this gist and must be installed in Developer Mode.
- Download this gist to some folder my_yammer_extension_folder
- Add this Chrome Extension according to Getting started - Chrome Developers:
- Open the Extension Management page by navigating to chrome://extensions.
- Enable Developer Mode by clicking the toggle switch next to Developer mode.
- Click the LOAD UNPACKED button and select the my_yammer_extension_folder
Navigate to https://web.yammer.com/main/feed. You may need to reload the page (F5)
We can do this with injected css only, using the !important rule:
.contentColumn-52 {
max-width: 100% !important;
font-size: larger;
}