jerone / UserScripts

🐵 My UserScripts
https://github.com/jerone/UserScripts#readme
GNU General Public License v3.0
339 stars 39 forks source link

GitHub Comment Enhancer RTL button #110

Closed Mottie closed 8 years ago

Mottie commented 8 years ago

I found this issue about GitHub not supporting right-to-left languages. I found that text wrapped in a paragraph tag with RTL attributes works!

RTL language

<p dir='rtl' align='right'>RTL language</p>

I think this addition would be perfect for your GitHub Comment Enhancer script!

jerone commented 8 years ago

Interesting feature. But since https://github.com/jerone/UserScripts/issues/106 GCE is broken and I wouldn't expect new features to be implemented.

Mottie commented 8 years ago

Oh yeah, nothing is accessible from the console anymore (including jQuery) :disappointed:

Mottie commented 8 years ago

So I ended up writing my own userscript... darn OCD :stuck_out_tongue:

https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-rtl-comments

jerone commented 8 years ago

Good work :+1: