Rambox's Inject JavaScript Code feature is very useful - injecting custom JS code allows also inject custom CSS per service which can work as Stylish Stylus extensions. Also it can work as simple AdBlock, since you can hide iframes and others elements which show ads. Here I want to collect all my custom JS code which is injected in different messengers.
To make the panel dark you can edit the CSS by using the Developer Tools: Window -> Toggle Developer Tools. Then choose Console and paste following JS there:
document.querySelector('.x-tab-bar').style.backgroundColor='#20272D';
document.querySelectorAll('.x-tab').forEach(function(el){el.style.backgroundColor='#40474D';});First line sets the color of the bar and second of the tabs. Result will look following way:
Note that this will work only until you close application. Every time you start it you'll need to run the above JS again (which is just:
Ctrl+Shift+i- open developer toolsup- select previous commandEnter- run itCtrl+Shift+i- close developer tools
- hide ad (first one or two emails in the list) in Social and Promotions tabs
- improve readability of counters on the left panel:
- show number of unread messages
- hide sidebar and navbar;
- use NewVK Dark Theme.
- aqua dark theme from here: Telegram-Vanilla-Dark-Web
- hide right panel with ad
- show number of unread messages
- dark theme made by rauldipeas

- show number of unread messages




