User:Pathoschild/Scripts/Force ltr
From Meta, a Wikimedia project coordination wiki
< User:Pathoschild | Scripts
Force ltr
Force ltr forces left-to-right format on right-to-left wikis. This resolves editing glitches in many browsers when one's preferred language is left-to-right, and corrects display when the interface language is not right-to-left.
Installation [edit]
- Copy the following code to User:your user name/common.js. (Don't remove the
@update-token, unless you don't want your script to be updated for future changes.)/** * Force left-to-right format on RTL wikis * @see https://github.com/Pathoschild/Wikimedia-contrib#readme * @update-token [[file:pathoschild/forceltr.js]] */ $.getScript('https://raw.github.com/pathoschild/wikimedia-contrib/master/pathoschild.forceltr.js');
- Refresh your browser to reload the JavaScript. (In Chrome or Firefox, press [CTRL] and [R] at the same time.)