🔗 RTL/LTR-Toggle
This bookmark is very old and the link may no longer work. Try this archived link from the Internet Archive:
🗃️ https://web.archive.org/web/*/
javascript:%20(function()%7Btas%20=%20document.getElementsByTagName('textarea');%20for%20(element%20in%20tas)%20%7Bif%20(tas[element].style.direction%20==%20'rtl')%7B%20tas[element].style.direction%20=%20'ltr'%7D%20else%20%7B%20tas[element].style.direction='rtl'%7D%20%7D%7D)()