<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussions on scripts by Neil Lall | Userscripts.org</title>
    <description>Recent posts on all scripts by Neil Lall at userscripts.org</description>
    <link>http://userscripts.org/users/624/scripts</link>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by lyxus</title>
      <description>&lt;p&gt;Hi Neil, &lt;/p&gt;

&lt;p&gt;Webct is relally a PITA....&lt;/p&gt;

&lt;p&gt;Just have a quick question they change their go_to_file for something else&lt;/p&gt;

&lt;p&gt; Here is an example
&lt;br /&gt;&lt;a href=&quot;#&quot;&gt;Solution-Laplace&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For this file the adress is  GEN9593zarema01/scripts/Solution-Laplace.pdf&lt;/p&gt;

&lt;p&gt;Is there any way you can update it, i can do it by hand but sometimes i have more that 150  files....&lt;/p&gt;

&lt;p&gt;you can contact me at franck110 at gmail dot com&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;</description>
      <pubDate>Mon, 08 Jan 2007 11:11:26 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14317:50362</guid>
      <author>lyxus</author>
      <link>http://userscripts.org/posts/50362</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jon Wright</title>
      <description>&lt;p&gt;Can't get this to work. I enclosed the block beginning &quot;for (var i=0; i&amp;lt;candidates&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 04 Jul 2006 05:53:36 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16429:70355</guid>
      <author>Jon Wright</author>
      <link>http://userscripts.org/posts/70355</link>
    </item>
    <item>
      <title>Archived Comments, replied by Albert Bachand</title>
      <description>&lt;p&gt;Thanks for the script! Now I despise WebCT a tiny bit less. Now, if only there was a way to bypass that totally useless &quot;Dropbox&quot; feature... Oh, and a way to download every submitted file of every student for a particular assignment, all in one step. Now, that would cool.&lt;/p&gt;

&lt;p&gt;Sigh, WebCT is such crap.&lt;/p&gt;</description>
      <pubDate>Tue, 21 Mar 2006 00:47:20 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14317:50363</guid>
      <author>Albert Bachand</author>
      <link>http://userscripts.org/posts/50363</link>
    </item>
    <item>
      <title>Archived Comments, replied by Gaurav Manchanda</title>
      <description>&lt;p&gt;My class sites have a few links that didn't convert right. A bug: somehow the following link did not convert into giving the option to download the file.&lt;/p&gt;

&lt;p&gt;javascript:go_to_file('TiVo, Cable, Satellite? Choose That Smart TV Wisely ', '/mba840wi2006robinson/', '0', '3', '0','TiVo%20Cable%20or%20Satellite%20NY%20Times.doc')&lt;/p&gt;

&lt;p&gt;The following link converted the script fine.
&lt;br /&gt;javascript:go_to_file('Minding the Store: Analyzing Customers, Best Buy Decides Not All Are Welcome ', '/mba840wi2006robinson/', '0', '3', '0','Minding%20the%20Store%20Best%20Buy%20Decides%20Not%20All%20are%20Welcome%20WSJ.doc')&lt;/p&gt;</description>
      <pubDate>Mon, 02 Jan 2006 12:14:51 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14317:50364</guid>
      <author>Gaurav Manchanda</author>
      <link>http://userscripts.org/posts/50364</link>
    </item>
    <item>
      <title>Archived Comments, replied by Gaurav Manchanda</title>
      <description>&lt;p&gt;Thanks for the script! Saved me from going back to IE. A tip: you could add the class.osu.edu web site to the default web sites for the script since this is a university wide problem; will make the script more useful for the tech challenged. :)&lt;/p&gt;</description>
      <pubDate>Mon, 02 Jan 2006 10:38:47 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14317:50365</guid>
      <author>Gaurav Manchanda</author>
      <link>http://userscripts.org/posts/50365</link>
    </item>
    <item>
      <title>Archived Comments, replied by N. Seitler</title>
      <description>&lt;p&gt;I'm not sure what the definition of a &quot;key word&quot; would be, but I'm noticing that the only words that seem to be made into links are either abbreviated words or their unabbreviated counterparts (NHC and National Hurricane Center are both links). Is this the intended use of this script, or should all it make all words with Wiki entries become links?&lt;/p&gt;</description>
      <pubDate>Tue, 27 Sep 2005 13:27:10 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16429:70356</guid>
      <author>N. Seitler</author>
      <link>http://userscripts.org/posts/70356</link>
    </item>
    <item>
      <title>Archived Comments, replied by Robert Shaw</title>
      <description>&lt;p&gt;Oops, it seems to have interpretted my last comment too literally. what i had was (ignore the ^) &quot;let x=orig_style &amp;lt;^a sty^le=&quot;x;&quot;&gt;Linkified text&amp;lt;/^a&gt;&quot;&lt;/p&gt;</description>
      <pubDate>Tue, 06 Sep 2005 05:34:01 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16429:70357</guid>
      <author>Robert Shaw</author>
      <link>http://userscripts.org/posts/70357</link>
    </item>
    <item>
      <title>Archived Comments, replied by Robert Shaw</title>
      <description>&lt;p&gt;Neil, is there no way for greasemonkey to &quot;read&quot; the style of the text before it linkfies it, and then set the style equal to that for that particular link? E.g., in pseudo-code: let x=orig_style;&lt;a&gt;Linkified Text&lt;/a&gt;. This could then be modified by doing something like, maybe, style=&quot;x;color:red;&quot; instead.&lt;/p&gt;</description>
      <pubDate>Tue, 06 Sep 2005 05:31:10 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16429:70358</guid>
      <author>Robert Shaw</author>
      <link>http://userscripts.org/posts/70358</link>
    </item>
    <item>
      <title>Archived Comments, replied by Neil Lall</title>
      <description>&lt;p&gt;rob - i agree that this is a problem, but i'm not sure how to fix it. i can either give the text a set color value, or let it go with the page's designated value for links. i could alter the code to make these links pop up as gray text over white background regardless where they are - it would increase visibility but might look strange on certain sites. any thoughts?&lt;/p&gt;</description>
      <pubDate>Tue, 06 Sep 2005 00:09:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16429:70359</guid>
      <author>Neil Lall</author>
      <link>http://userscripts.org/posts/70359</link>
    </item>
    <item>
      <title>Archived Comments, replied by Robert Shaw</title>
      <description>&lt;p&gt;This is a really great idea. It works especially well on websites like BBC news, who are really poor at linking within their articles to external sources. One problem is that is seems to give the new link text a style based on the style of the anchor tag on the host website (e.g. blue text 10px). This doesn't look very good for words that appear in headings (e.g. look at some of the New Orleans stories on the BBC new site). Is there a way to make it keep the original text size and font, but maybe just change the color or add an onhover underline? I tried this but I'm afraid it was beyond my rather poor skills.&lt;/p&gt;</description>
      <pubDate>Mon, 05 Sep 2005 17:34:18 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16429:70360</guid>
      <author>Robert Shaw</author>
      <link>http://userscripts.org/posts/70360</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Wed, 17 Nov 2004 01:05:38 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16429:70354</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/70354</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Wed, 17 Nov 2004 01:05:20 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14317:50361</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/50361</link>
    </item>
  </channel>
</rss>
