3
I created a JavaScript file, and named it test.user.js
. I tried double clicking it, dragging & dropping it into Chrome and opening it with Chrome, but it won't install.
I've already installed the dev version of Chrome, because it's stated somewhere that it's needed, but I can't get it to work. Then, I tried searching for a Chrome Greasemonkey addon, just to see that it was no further developed on, because Chrome has built-in support.
Could someboy tell me what I have to do in order to get user scripts working on Chrome v21?
1Hmm, when I wrote my first Chrome user-script, the key to getting it to work was to make sure that the filename ended with
.user.js
instead of just.js
, but you've already tried that. What exactly happens when you drag it to Chrome? Does it prompt you to save the file? – Synetech – 2012-06-06T19:31:06.303It does really nothing. It doesn't download or give any prompt. It's just like if I didn't actually do anything. – Ahatius – 2012-06-06T19:33:12.960
possible duplicate of How do I install a userscript?
– Ƭᴇcʜιᴇ007 – 2012-06-06T19:35:07.083Check the downloads page; is it listed in there? – Synetech – 2012-06-06T19:36:01.477
@Synetech Nope, nothing there. There's literally no reaction. – Ahatius – 2012-06-06T19:38:06.717
Do you get a prompt when downloading other files? Check you download settings in the options. Make sure that the download folder points to a valid location (i.e., not a folder that you have since deleted). Try toggling the ask for location option. – Synetech – 2012-06-06T19:57:58.733
It could be a bug with the Dev version. Try making a local HTML file with a link to the userscript. – iglvzx – 2012-06-06T20:15:28.920
1I've always just opened the
*.user.js
file and it prompted me to install it... – nhinkle – 2012-06-06T22:07:00.663