Installing Greasemonkey user scripts could not be any easier, usually, but how do you install a .js file which has already been downloaded like, for example, from GitHub, or copied from pastebin?

With Google Chrome's built-in Greasemonkey support there is no apparent interface to do this, and I cannot find any suitable location in the user directory.

link|improve this question

77% accept rate
feedback

1 Answer

up vote 3 down vote accepted

Rename the file to *.user.js and drag and drop the file to Chrome. It'll prompt you if you want to proceed with the installation. The script will be converted to a Chrome extension and installed.

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.