Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install
Iranian Keyboard
ISIRI2901 Standard Iranian Keyboard for HTML text inputs Adds "EN | IR" buttons to the bottom-right corner of the page to toggle all text inputs (one-liners and text areas) between English and Persian. It remembers the settings for each site so one of the best uses for it is to keep certain site (e.g. Wikipedia Persian) Persian all the time...
ISIRI2901 Standard Iranian Keyboard for HTML text inputs
Adds "EN|FA" buttons to the bottom-right corner of the page to toggle all text inputs (one-liners and text areas) between English and Persian as well as a button to toggle a small text box to type in and copy/paste.
It remembers the settings for each site so one of the best uses for it is to keep certain site (e.g. Wikipedia Persian) Persian all the time...
Intended for computers with no Persian input. Currently does not work for text inputs that are loaded dynamically (i.e. via Ajax).
This is a port of Persian Keyboard Emulation with Javascript (in fact the original script is included within this code with no change).
You could comment on this script if you were logged in.

login to vote
@"Google Reader Subscribers Count" Users:
The script has a simple problem with the popular gReaderSubscribersCount userscript. Also has a z-index initialization lack, so you can't use "EN | FA | T" box to comment on userscripts.org (to see that try to leave a comment on this page).
Adding the following code at line#95 shall fix.
//"gReader Subscribers Count" Users Hack:
toggleKeyboardToolbar.style.left = "3px";
toggleKeyboardToolbar.style.zIndex = "99";
toggleKeyboardToolbar.style.background = "#c3d9ff";
toggleKeyboardToolbar.style.borderColor = "#c3d9ff";
GM_addStyle(".irkbToolbar{-moz-border-radius:5px 5px 0 0}");
login to vote
Absolutely great job ;)