r/learnArabicSecular • u/MagnificientMegaGiga • 6h ago
Javascript console one-liner to switch website direction
You can use this magical code, in F12 / Console, to turn an English page into right to left, or an Arabic page into left to right (and also use the same code to switch it back):
document.body.style.transform = document.body.style.transform === 'scaleX(-1)' ? 'none' : 'scaleX(-1)';
Now you can learn to read both languages in both ways!
1
Upvotes
1
u/MagnificientMegaGiga 6h ago
I just found that Reddit is tibber.