I just picked up GreaseMonkey the other day so I'm probably missing
something, but it appears that you have to create the script, save it then
open the script in the browser before GM gives you the option to install it. 
Is there another way?

I'm so busy these days that if I am less inclined to jump though hoops :)


Rey Bango-2 wrote:
> 
> Quit being a lazy bone and cut & paste!!! ;o)
> 
> Rey...
> 
> Daemach wrote:
>> This would be easier to install if there was a direct link to the script
>> somewhere :)
>> 
>> Even better if Greasemonkey could check the clipboard...
>> 
>> 
>> Rey Bango-2 wrote:
>>> Hi all,
>>>
>>> I've added www.sheriff.org, marmot.com & http://www.novita.org.au to the 
>>> list.
>>>
>>> Keep the sites coming. Also, if you're using FireFox, consider using the 
>>> script below that jQuery team member Paul Bakaus developed to identify 
>>> jQuery sites. Its awesome.
>>>
>>> Rey
>>>
>>>
>>> // jQuery Detector
>>> // version 0.1
>>> // 2007-02-09
>>> // Copyright (c) 2007, Paul Bakaus
>>> // Released under the GPL license
>>> // http://www.gnu.org/copyleft/gpl.html
>>> //
>>> // --------------------------------------------------------------------
>>> //
>>> // This is a Greasemonkey user script.  To install it, you need
>>> // Greasemonkey 0.3 or later: http://greasemonkey.mozdev.org/
>>> // Then restart Firefox and revisit this script.
>>> // Under Tools, there will be a new menu item to "Install User Script".
>>> // Accept the default configuration and install.
>>> //
>>> // To uninstall, go to Tools/Manage User Scripts,
>>> // select "Hello World", and click Uninstall.
>>> //
>>> // --------------------------------------------------------------------
>>> //
>>> // ==UserScript==
>>> // @name          jQuery Detector
>>> // @namespace     http://www.paulbakaus.com/
>>> // @description   will show wether the actual page is powered by jQuery
>>> // @include       *
>>> // ==/UserScript==
>>>
>>> var head = document.getElementsByTagName("head")[0];
>>> if(head) {
>>>     var n = document.createElement("script");
>>>     n.src = "http://paul.jquery.com/jquerydetector.js";;
>>>     head.appendChild(n);
>>> }
>>>
>>>
>>>
>>> _______________________________________________
>>> jQuery mailing list
>>> discuss@jquery.com
>>> http://jquery.com/discuss/
>>>
>>>
>> 
> 
> -- 
> BrightLight Development, LLC.
> 954-775-1111 (o)
> 954-600-2726 (c)
> [EMAIL PROTECTED]
> http://www.iambright.com
> 
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/jQuery-Powered-Sites---Keep-the-Links-Coming-tf2955158.html#a9501955
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to