You want the easiest way?
Create a user script (meaning, create a file called blabla.user.js), put
there -

document.getElementsByTagName("HTML")[0].dir = "rtl";
document.body.dir = "rtl";


Drag it to Chrome and install it.

Note - this will only work with the Dev or Beta version of Google
Chrome<http://dev.chromium.org/getting-involved/dev-channel>(or the
trunk version of Chromium).

☆PhistucK


On Sat, Dec 12, 2009 at 09:45, yanivkoren <ya...@korenf.com> wrote:

> I'm trying to write an extantion that replace the "<body_" elent with
> "<body_dir=rtl" so all my pages will be right to left.
> I'm not a programmer and i faild to do so.
> can any one help me with that
> many thanks
> Yaniv
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Chromium-extensions" group.
> To post to this group, send email to chromium-extensi...@googlegroups.com.
> To unsubscribe from this group, send email to
> chromium-extensions+unsubscr...@googlegroups.com<chromium-extensions%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/chromium-extensions?hl=en.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to chromium-extensi...@googlegroups.com.
To unsubscribe from this group, send email to 
chromium-extensions+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en.


Reply via email to