Last active
April 6, 2017 13:21
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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