Skip to content

Instantly share code, notes, and snippets.

@adaroobi
Last active April 6, 2017 13:21
Show Gist options
  • Save adaroobi/4e572f8a5d779e4546918a3061f1fb2f to your computer and use it in GitHub Desktop.
Save adaroobi/4e572f8a5d779e4546918a3061f1fb2f to your computer and use it in GitHub Desktop.
Fix Arablic layout for Slack Chat. Just add the following snippet as a bookmark and run it while in slack chat page.
javascript:(function() {
document.head.innerHTML += '<style type="text/css">.message_body { direction: rtl !important;text-align: left !important; }</style>';
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment