Do you have any link\example of Greasemonkey script with Jquery that works in Google Chrome?
Asked
Active
Viewed 746 times
2
-
If you're looking for some close-to-home examples, there are quite a few for SO specifically: http://meta.stackexchange.com/questions/5188/what-third-party-tools-exist-to-use-with-stackoverflow – Nick Craver Jun 13 '10 at 12:53
-
@Nick actually, i've developed one of those script :). – systempuntoout Jun 13 '10 at 12:56
-
@systempuntoout - Which one? I'm using modified versions of a the rep tracker and comment reply (optimized heavily/chrome specific now)...like the rest of SO as it is though :) – Nick Craver Jun 13 '10 at 12:59
-
@Nick this one.. http://meta.stackexchange.com/questions/47162/save-question-to-delicious-greasemonkey-script. I'm interested to make it work in chrome too but i'm not finding any helpful example. – systempuntoout Jun 13 '10 at 13:01
-
@systempuntoout - Check this out: http://userscripts.org/scripts/review/68252 – Nick Craver Jun 13 '10 at 13:03
-
http://stackoverflow.com/questions/779739/how-do-i-include-a-remote-javascript-file-in-a-greasemonkey-script – Jun 13 '10 at 13:19
2 Answers
5
I wrote an example which you can find here. The main difference from the example provided by Nick is that my example will add jQuery to a page that does not already have it.

erikvold
- 15,988
- 11
- 54
- 98
1
You can view the source for the Add reply-to links to comments script, it can be found here. It runs in Chrome using jQuery and is very handy...it also includes links to the same question on meta, that follow the comment trail on the tweaks needed to get it running in both Chrome & Firefox :)

Community
- 1
- 1

Nick Craver
- 623,446
- 136
- 1,297
- 1,155
-
@systempuntoout - Nice! I'm not a delicious user, but looks clean :) – Nick Craver Jun 13 '10 at 13:51