您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Add support for writing RTL text blocks (including todo list, bullet list, headings, etc.) Text will change direction automatically depending on the language of the first letter in a text block. (Thus, English text will remain with the same behavior) Could be helpful if you want to write a text or todo list in your RTL language. Multiple languages with different directions can be written on the same page. This script is not supposed to change the direction of databases views nor its inner cells
Add support for writing RTL text blocks (including todo list, bullet list, headings, etc..)
Text will change direction automatically depending on the language of the first letter in a text block (Thus, English text will remain with the same behavior)
Could be helpful if you'd like to write text or todo list in your RTL language
Multiple languages with different directions can be written on the same page
This script is not supposed to change the direction of databases views nor its inner cells
Changes dir attribute of page's div elements to 'auto' and forcing align and unicode automatic detection style on selectable blocks. Using MutationObserver in order to listen to newly added blocks. Written with performance in mind.