Google-chrome – How to use Greasemonkey scripts in Chrome

google-chromegreasemonkey

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?

Best Answer

  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 =)
Related Question