How do you use Greasemonkey scripts in Chrome and/or Chromuim?

A web search reveals only conflicting, outdated information. Some sources state that Chrome currently has support, others say that only beta builds of Chromium do. Some say that scripts go in "c:\scripts", and others mention a folder in "Application Data".

If anyone has gotten user scripts working, what's the truth?

link|improve this question

62% accept rate
feedback

3 Answers

up vote 1 down vote accepted
  1. Go to http://build.chromium.org/buildbot/snapshots/chromium-rel-xp and grab the latest build (higher folder number includes newer build).
  2. Create C:\Scripts & copy your userscripts there. Notice that unlike Greasemonkey for Firefox, Chromium ignores the @include meta data - but otherwise most Greasemonkey functions are supported.
  3. Run Chromium with the --enable-greasemonkey flag.
  4. Enjoy a bit more customized web =)
link|improve this answer
feedback

Take a look at these websites below. They may be of assistance. It does look possible.

link|improve this answer
feedback

you could try chrome dev channel build, it's still in development (as the name of channel says) where you run user-scripts inside google chrome. Greasemonkey API calls will probably not work, but it will pure javascript and Chrome API calls.

Extensions HowTo

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.