<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
<channel>
<title>CodeStore.net comments on "LDD Super Search GreaseMonkey Script"</title>
<description>Replies to blog "LDD Super Search GreaseMonkey Script" on codestore.net.</description>
<link>http://www.codestore.net/</link>
<lastBuildDate>Thu, 28 Apr 2005 17:04:00 +0100</lastBuildDate>
<atom:link href="http://www.codestore.net/store.nsf/blog.xml?Open=20050419" rel="self" type="application/rss+xml" />

<item>
	<title>Reply from Jake Howlett</title>
	<pubDate>Thu, 28 Apr 2005 17:04:00 +0100</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>I'm not sure exactly SpzToid but I think it's limited to manipulation of the DOM and maybe firing off HTTP requests here and there. The one thing that's been highlighted is that it can "easily" capture your key presses and log them on another website somewhere. Eventually it will know your password. Muhaha.</p>
		<p>It's like everything else on the web - they are out to get you. Be warned! It's a dangerous place!! Take care and use everything with caution. Personally I think there's more to worry about than Greasemonkey. Things like Virii and Trojans etc.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=BC3571523320119F86256FF1007941FE"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20050419?OpenDocument#DOC_BC357152</link>
</item><item>
	<title>Reply from SpzToid</title>
	<pubDate>Thu, 28 Apr 2005 16:00:00 +0100</pubDate>
	<author>SpzToid</author>
	<description><![CDATA[ 
		<p>What are the security implications behind running GreaseMonkey? it seems that with such a client-side app running 24/7, (i.e. you forget it's there) that when you come across some nefarious page, by slightly mis-typing the URL for example, well it seems like an efficient mechanism to deliver a nasty payload.</p>
		<p>I'd be particularly careful about running this kind of app 'in the open' within an enterprise network; at least until the security ramifications are better understood.</p>
		<p>Does GreaseMonkey allow any kind of write access to the disk? Could any cache files created do harm, I dunno maybe fire up a cron job or something?</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=56C2998A13E7F8F386256FF100735BED"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20050419?OpenDocument#DOC_56C2998A</link>
</item><item>
	<title>Reply from Gerco Wolfswinkel</title>
	<pubDate>Wed, 20 Apr 2005 05:26:00 +0100</pubDate>
	<author>Gerco Wolfswinkel</author>
	<description><![CDATA[ 
		<p>Andrew: the list is here: </p>
		<p>{<a href="http://www.domino-weblog.nl/weblogs/domblog.nsf/htdocs/firefox_userscripts.htm">Link</a>}</p>
		<p>But it's a list with only two items :-) Hope to see more scripts in the near future! If you have any additions, please let me know and I'll update it.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=79D14AEF7A25C8B486256FE900395E42"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20050419?OpenDocument#DOC_79D14AEF</link>
</item><item>
	<title>Reply from Ruediger</title>
	<pubDate>Tue, 19 Apr 2005 09:23:00 +0100</pubDate>
	<author>Ruediger</author>
	<description><![CDATA[ 
		<p>Mmmmmh, I only tested it from "localhost" there it asked me.... So a Greasemonkey-Script runs "as if" loaded from the original site and not as a local script. </p>
		<p>Sorry I didn't know this.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=F269D927D40E8E1186256FE8004F0BF9"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20050419?OpenDocument#DOC_F269D927</link>
</item><item>
	<title>Reply from Jake Howlett</title>
	<pubDate>Tue, 19 Apr 2005 09:19:00 +0100</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>Thanks Ruediger. I don't even get asked though, I just get an error:</p>
		<p>Error: uncaught exception: A script from "http://www-10.lotus.com" was denied UniversalXPConnect privileges.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=ACF0EBE1294186A186256FE8004EB5F4"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20050419?OpenDocument#DOC_ACF0EBE1</link>
</item><item>
	<title>Reply from Ruediger</title>
	<pubDate>Tue, 19 Apr 2005 09:12:00 +0100</pubDate>
	<author>Ruediger</author>
	<description><![CDATA[ 
		<p>Nice script Jake. You asked how to open a new Tab instead a new Window. Here it is:</p>
		<p>function openTab(myUrl)</p>
		<p>{</p>
		<p>netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");</p>
		<p>const kWindowMediatorContractID = "@mozilla.org/appshell/window-mediator;1";</p>
		<p>const kWindowMediatorIID = Components.interfaces.nsIWindowMediator;</p>
		<p>const kWindowMediator = Components.classes[kWindowMediatorContractID].getService(kWindowMediatorIID);</p>
		<p>var browserWindow = kWindowMediator.getMostRecentWindow("navigator:browser");</p>
		<p>var browser = browserWindow.getBrowser();</p>
		<p>var tab = browser.addTab(myUrl);</p>
		<p>browser.selectedTab = tab;</p>
		<p>}</p>
		<p>The only problem is, that the script asks you for permission to do so (see the first line) but you can "teach" the permission-window to remember your choice.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=446B0E9D328B3CB086256FE8004E16EA"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20050419?OpenDocument#DOC_446B0E9D</link>
</item><item>
	<title>Reply from Jake Howlett</title>
	<pubDate>Tue, 19 Apr 2005 09:09:00 +0100</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>For those without middle buttons to click you can hold down Ctrl to open new tabs.</p>
		<p>Note: Count=-1 doesn't open ALL documents really. Well it does and it doesn't. It opens as many as it can, limited by the maximum number allowed, which is set in the server document. If this setting is "0" then it will be all.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=C0226654FE80B2AD86256FE8004DC9F1"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20050419?OpenDocument#DOC_C0226654</link>
</item><item>
	<title>Reply from Bob Obringer</title>
	<pubDate>Tue, 19 Apr 2005 09:04:00 +0100</pubDate>
	<author>Bob Obringer</author>
	<description><![CDATA[ 
		<p>I've been using Julian's LDDMonkey script since I saw it on your site.</p>
		<p>It starts to make the forums functional.  Makes them VERY functional.</p>
		<p>Andrew... to keep from losing your search results on the forums, just middle click each of the links you want to view and open them in a new tab on firefox.  I use this extensively on both the forums and Google.</p>
		<p>One last thing... after all these years, I had no idea you could do a Count=-1 to show all.  Incredible how simple some of these things we learn after some days are.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=F5C6F393CE9B144E86256FE8004D4CFD"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20050419?OpenDocument#DOC_F5C6F393</link>
</item><item>
	<title>Reply from Andrew Barker</title>
	<pubDate>Tue, 19 Apr 2005 07:57:00 +0100</pubDate>
	<author>Andrew Barker</author>
	<description><![CDATA[ 
		<p>Very nice. Thanks, Jake.</p>
		<p>The new window thing is one of my pet peeves @ LDD. I hate losing my search results (or having to reload them by going back) so I use this favelet regularly there. </p>
		<p><a href="javascript:function%20c6pHL6RrF(w){var%20i,k,T,L;for(i=0;i&lt;w.length;i++)c6pHL6RrF(w.frames[i]);L=w.document.links;for(k=0;k&lt;L.length;k++){T=L[k].target;if(!T||T=='_self'||T=='_top'||T==w.name||T=='Special')L[k].target='_blank'}};c6pHL6RrF(top)">favelet</a></p>
		<p>Maybe this could be rolled in. </p>
		<p>Oh , the other thing I typically do when beginning a search at LDD is to adjust the URL with "&Count=-1" so that I can just see 'em all at once.</p>
		<p>Cheers</p>
		<p>ps - Gerco, I look forward to seeing your list.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=F5C2B9C0E734D74E86256FE80047358D"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20050419?OpenDocument#DOC_F5C2B9C0</link>
</item><item>
	<title>Reply from Gerco Wolfswinkel</title>
	<pubDate>Tue, 19 Apr 2005 07:16:00 +0100</pubDate>
	<author>Gerco Wolfswinkel</author>
	<description><![CDATA[ 
		<p>This GreaseMonkey thing is cool indeed, and I've installed both scripts. There probably will be more lotus related scripts in the future, and I've started compiling a list on my blog.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=CCC1D9A912789EBF86256FE800437285"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20050419?OpenDocument#DOC_CCC1D9A9</link>
</item>

</channel>
</rss> 
