Posts tagged Greasemonkey
Adding a JS library to existing greasemonkey scripts
Aug. 29, 2011, 1:58 p.m. Greasemonkey , JavaScript , jQuery
So the other day, I posted about how adding jQuery to a greasemonkey scripts has become pretty easy. It wasn’t always like that. The same approach can also be used to add YUI, Prototype etc to any GreaseMonkey script. Now suppose you want to add such a library to existing GreaseMonkey code? Well it ...Greasemonkey and Jquery Revisited
Aug. 26, 2011, 2:07 p.m. Greasemonkey , JavaScript , Macbook
Thousands have geeks have been combining the power of Greasemonkey and Jquery thanks to a small to a small tip published by Joan Piedra which explains how to load jQuery by adding script tags to the web page using Greasemonkey code. This approach was needed because jQuery and Greasemonkey didn’t pla ...