VladNistor86

Results 3 comments of VladNistor86

After the update to 3.3.8 the current solution doesn't work anymore.

After you make the adjustment in the ssb-interop file, you have to restart the application + refresh it (shortcut CTRL+R). You have to do it after every update.

I just added the following snippet at the end of the ssb-interop.js file (under slack last version folder): `document.addEventListener('DOMContentLoaded', function() { $.ajax({ url: 'https://raw.githubusercontent.com/laCour/slack-night-mode/master/css/raw/black.css', success: function(css) { $("").appendTo('head').html(css); } });...