working in Google chrome / Chromium

in
Subscribe to working in Google chrome / Chromium 5 posts, 3 voices



Outeiro User
ChromeX11

Your script work now in Chromium. But it has some issues (the updated colletion popup constantly, for example). Can you adapt it?

 
Futuros Script's Author
FirefoxWindows

I can't find anything on http://dev.chromium.org/developers/design-docum... etc.
that indicates that chrome now supports GM_setValue & getValue.

This could be solved with html5 dom storage (which will probably replace getValue etc. in the future anyway).
But this is afaik not yet supported by chrome.

But i dont have chrome so i can't test any of it.

You can try for yourself.

Replace the
foo = getValue("bar");
with
foo = localStorage["bar"];

and
GM_setValue("foo", "bar");
with
localStorage["foo"] = "bar";

 
VineetG User
ChromeWindows

How did you get it to work on Chrome! It is not working on my system! Which version of chrome are you using?

 
Outeiro User
ChromeWindows

I use the last beta version of Chrome/Chromium, but it doesn't work anymore. It could display the "my movies" information but it couldn't add new information. But now it doesn't work for me (I will test in Linux later).

 
Futuros Script's Author
ChromeWindows

I have installed the latest stable release of chrome.

But i can't get the script to work.
I hate how they handle the userscripts.
There is no way of verifying if script is running and on which sites.

I cant get any script to run. not even the ones that come 'advertized' as chrome capable.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel