<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on ExpertsExchangeFilter | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/8614</link>
    <description>Recent comments on userscript: ExpertsExchangeFilter</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>request: useragent emulation, replied by socialism has NEVER worked</title>
      <description>&lt;p&gt;Please add the option to change user agent or interact with the UserAgentSwitcher firefox extension to this end&lt;/p&gt;

&lt;p&gt;:biggrin:&lt;/p&gt;</description>
      <pubDate>Fri, 31 Jul 2009 13:10:56 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:31871:152818</guid>
      <author>socialism has NEVER worked</author>
      <link>http://userscripts.org/posts/152818</link>
    </item>
    <item>
      <title>Now removes excess, replied by verifex</title>
      <description>&lt;p&gt;A lot of excess junk removed via some nifty xpath found courtesy of 
&lt;br /&gt;&lt;a href=&quot;http://www.coffeepowered.net/2009/02/07/desuckifying-experts-exchange/&quot;&gt;http://www.coffeepowered.net/2009/02/07/desucki...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 09 Feb 2009 21:50:59 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:21549:95106</guid>
      <author>verifex</author>
      <link>http://userscripts.org/posts/95106</link>
    </item>
    <item>
      <title>Archived Comments, replied by arnyq</title>
      <description>&lt;p&gt;It doesn't work in Opera, even if the page shows a combo of useful and useless content.&lt;/p&gt;</description>
      <pubDate>Sun, 19 Oct 2008 15:03:11 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17136:74398</guid>
      <author>arnyq</author>
      <link>http://userscripts.org/posts/74398</link>
    </item>
    <item>
      <title>Archived Comments, replied by verifex</title>
      <description>&lt;p&gt;Sorry guys, it looks like many Experts-Exchange pages do not have content on them anymore unless you login, not all of them are like that though.  They only partially locked down Experts-Exchange so that you cannot access their content without being a member.  Look forward to fewer and fewer Experts-Exchange results in Google as a result.  Good riddance!&lt;/p&gt;</description>
      <pubDate>Tue, 29 Jul 2008 16:11:49 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17136:74399</guid>
      <author>verifex</author>
      <link>http://userscripts.org/posts/74399</link>
    </item>
    <item>
      <title>Archived Comments, replied by voffka.kosyakov</title>
      <description>&lt;p&gt;It doesn't work anymore :(
&lt;br /&gt;3 days ago (July, 25) it worked for me..&lt;/p&gt;</description>
      <pubDate>Mon, 28 Jul 2008 11:26:55 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17136:74400</guid>
      <author>voffka.kosyakov</author>
      <link>http://userscripts.org/posts/74400</link>
    </item>
    <item>
      <title>Archived Comments, replied by Tim Byng</title>
      <description>&lt;p&gt;Thanks for the script. I have been using it for a little while and it has been really helpful. One of the things that I don't like is that the parts of the page are removed after rendering (this is a Greasemonkey limitation). To get around this issue, I decided to try to use Adblock Plus with the Element Hiding Helper to do something similar. After a minute or two, I have it hiding the sections I don't want to see, plus it appears to occur before the rendering (it definitely seems that way), so the page actually loads faster now. Just in case anyone is interested, here are my element hiding rules:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;
&lt;br /&gt;experts-exchange.com#DIV(class=ontopBanner)
&lt;br /&gt;experts-exchange.com#A(class=squareSignUp squareSignUpWide)
&lt;br /&gt;experts-exchange.com#A(href=https://secure.experts-exchange.com/register.jsp?rsid=20&amp;amp;srid=jXdLOGtPKKF4Hvj9vtL%2F5g%3D%3D&amp;amp;redirectURL=%2FProgramming%2FLanguages%2FScripting%2FJavaScript%2FQ_20636704.html&amp;amp;qpid=8&amp;amp;cid=554)
&lt;br /&gt;experts-exchange.com#DIV(class=s sectionFour shFFF5 sgray expGray allZonesMain taSearchRow)
&lt;br /&gt;experts-exchange.com#DIV(class=hasMouseOver)
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 11 Jul 2008 15:20:29 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17136:74401</guid>
      <author>Tim Byng</author>
      <link>http://userscripts.org/posts/74401</link>
    </item>
    <item>
      <title>Archived Comments, replied by Arthaey Angosii</title>
      <description>&lt;p&gt;Thanks, this is a useful script. I've modified my own copy to also hiding the signup link and the questions stats:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;
&lt;br /&gt;// Kill the signup link
&lt;br /&gt;$x(&quot;//a[@class[contains(.,'squareSignUp')]]&quot;,document)[0].style.display=&quot;none&quot;&lt;/p&gt;

&lt;p&gt;// Kill the &quot;Question Stats&quot; section
&lt;br /&gt;$x(&quot;//div[@class[contains(.,'qStats')]]&quot;,document)[0].style.display=&quot;none&quot;
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 22 Apr 2008 00:39:37 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17136:74402</guid>
      <author>Arthaey Angosii</author>
      <link>http://userscripts.org/posts/74402</link>
    </item>
    <item>
      <title>Archived Comments, replied by koonkii</title>
      <description>&lt;p&gt;awesome! cut the page size by over 2/3rds !&lt;/p&gt;</description>
      <pubDate>Mon, 03 Mar 2008 09:51:45 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17136:74403</guid>
      <author>koonkii</author>
      <link>http://userscripts.org/posts/74403</link>
    </item>
    <item>
      <title>Archived Comments, replied by verifex</title>
      <description>&lt;p&gt;The script needs to basically remove the top half of the experts exchange page now, so I can make it do that easily.&lt;/p&gt;</description>
      <pubDate>Wed, 06 Feb 2008 08:27:40 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17136:74404</guid>
      <author>verifex</author>
      <link>http://userscripts.org/posts/74404</link>
    </item>
    <item>
      <title>Archived Comments, replied by Tim Costello</title>
      <description>&lt;p&gt;does this mean no more updates then ?&lt;/p&gt;</description>
      <pubDate>Mon, 04 Feb 2008 17:15:50 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17136:74405</guid>
      <author>Tim Costello</author>
      <link>http://userscripts.org/posts/74405</link>
    </item>
    <item>
      <title>Archived Comments, replied by verifex</title>
      <description>&lt;p&gt;I think less and less I'm updating this script because I want the privilege to view experts exchange pages, and more because I want them to change their evil ways.&lt;/p&gt;</description>
      <pubDate>Sat, 29 Sep 2007 19:03:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17136:74406</guid>
      <author>verifex</author>
      <link>http://userscripts.org/posts/74406</link>
    </item>
    <item>
      <title>Archived Comments, replied by pulseforce</title>
      <description>&lt;p&gt;Umm what the hell?&lt;/p&gt;

&lt;p&gt;The problem was that it WASN'T scrambled after the jump, and the code scrambled the comment!&lt;/p&gt;

&lt;p&gt;Shit :O&lt;/p&gt;

&lt;p&gt;They now use a mix of scrambled and unscrambled comments to combat these decoders.&lt;/p&gt;

&lt;p&gt;Check for yourself:
&lt;br /&gt;&lt;a href=&quot;http://www.experts-exchange.com/Web/Web_Languages/JavaScript/Q_21221807.html&quot;&gt;http://www.experts-exchange.com/Web/Web_Languag...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 15 Sep 2007 04:34:39 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17136:74407</guid>
      <author>pulseforce</author>
      <link>http://userscripts.org/posts/74407</link>
    </item>
    <item>
      <title>Archived Comments, replied by pulseforce</title>
      <description>&lt;p&gt;Thanks for this, I've used it for a long time.&lt;/p&gt;

&lt;p&gt;However, they've very recently modified the site's comment scrambling. It is still rot13 above the jump (the huge box full of links) so the decoder still works there, but after the jump it uses another scheme. :-/&lt;/p&gt;</description>
      <pubDate>Sat, 15 Sep 2007 04:19:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17136:74408</guid>
      <author>pulseforce</author>
      <link>http://userscripts.org/posts/74408</link>
    </item>
    <item>
      <title>Archived Comments, replied by antraxx</title>
      <description>&lt;p&gt;how to install? thanks for an answer...&lt;/p&gt;</description>
      <pubDate>Fri, 24 Aug 2007 15:25:09 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17136:74409</guid>
      <author>antraxx</author>
      <link>http://userscripts.org/posts/74409</link>
    </item>
    <item>
      <title>Archived Comments, replied by Michael Paul</title>
      <description>&lt;p&gt;very nice. works on firefox 2.0.0.6&lt;/p&gt;</description>
      <pubDate>Thu, 09 Aug 2007 21:27:40 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17136:74410</guid>
      <author>Michael Paul</author>
      <link>http://userscripts.org/posts/74410</link>
    </item>
    <item>
      <title>Archived Comments, replied by Xtina</title>
      <description>&lt;p&gt;Oh my goodness, bless you for this. This is *fantastic*.&lt;/p&gt;</description>
      <pubDate>Fri, 20 Jul 2007 16:08:44 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17136:74411</guid>
      <author>Xtina</author>
      <link>http://userscripts.org/posts/74411</link>
    </item>
    <item>
      <title>Archived Comments, replied by verifex</title>
      <description>&lt;p&gt;I added the text descrambler as described by tagor.&lt;/p&gt;</description>
      <pubDate>Sun, 17 Jun 2007 00:13:13 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17136:74412</guid>
      <author>verifex</author>
      <link>http://userscripts.org/posts/74412</link>
    </item>
    <item>
      <title>Archived Comments, replied by Dmitri</title>
      <description>&lt;p&gt;The script doesn't work anymore.
&lt;br /&gt;All I can see is words like sfgdfo sdgfghr...&lt;/p&gt;</description>
      <pubDate>Sun, 10 Jun 2007 04:24:26 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17136:74413</guid>
      <author>Dmitri</author>
      <link>http://userscripts.org/posts/74413</link>
    </item>
    <item>
      <title>Archived Comments, replied by tagor</title>
      <description>&lt;p&gt;Here's code to descramble the text:
&lt;br /&gt;function rot13(s)
&lt;br /&gt;{
&lt;br /&gt;        var r='';
&lt;br /&gt;	for (var i=0, len=s.length; i&amp;lt;len&gt;&lt;br /&gt;	{
&lt;br /&gt;            c = s.charCodeAt(i);&lt;/p&gt;

&lt;p&gt;            if ((c &gt;= 65 &amp;amp;&amp;amp; c &amp;lt;= 77) || (c &gt;= 97 &amp;amp;&amp;amp; c &amp;lt;= 109))
&lt;br /&gt;            {
&lt;br /&gt;                c = s.charCodeAt(i) + 13;
&lt;br /&gt;            }
&lt;br /&gt;            else if ((c &gt;= 78 &amp;amp;&amp;amp; c &amp;lt;= 90) || (c &gt;= 110 &amp;amp;&amp;amp; c &amp;lt;= 122))
&lt;br /&gt;            {
&lt;br /&gt;                c = s.charCodeAt(i) - 13;
&lt;br /&gt;            }
&lt;br /&gt;            r += String.fromCharCode(c);
&lt;br /&gt;	}
&lt;br /&gt;	return r;
&lt;br /&gt;}&lt;/p&gt;

&lt;p&gt;a=document.getElementsByTagName('div')
&lt;br /&gt;for(i=0;i&lt;a&gt;&lt;br /&gt;{
&lt;br /&gt;    if (a[i].className == 'answerBody quoted')    
&lt;br /&gt;    {
&lt;br /&gt;               a[i].innerHTML = rot13(a[i].innerHTML).replace(/&amp;lt;oe /&gt;&lt;br /&gt;    }
&lt;br /&gt;}&lt;/p&gt;</description>
      <pubDate>Tue, 22 May 2007 16:03:33 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17136:74414</guid>
      <author>tagor</author>
      <link>http://userscripts.org/posts/74414</link>
    </item>
    <item>
      <title>Archived Comments, replied by nico5038</title>
      <description>&lt;p&gt;Why unblur the comments ?
&lt;br /&gt;When a site is trying to get you to pay for the effort of voluntairy &quot;experts&quot;, it's better to use the &quot;remove experts-exchange from google&quot; script :-)
&lt;br /&gt;Just use &lt;a href=&quot;http://www.thescripts.com&quot;&gt;www.thescripts.com&lt;/a&gt; instead. A lot of EE experts have moved to there (like me) and that site is really free !&lt;/p&gt;

&lt;p&gt;Nic;o)&lt;/p&gt;</description>
      <pubDate>Fri, 27 Apr 2007 21:21:41 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17136:74415</guid>
      <author>nico5038</author>
      <link>http://userscripts.org/posts/74415</link>
    </item>
    <item>
      <title>Archived Comments, replied by viriiman</title>
      <description>&lt;p&gt;THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU!&lt;/p&gt;</description>
      <pubDate>Thu, 26 Apr 2007 12:19:00 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17136:74416</guid>
      <author>viriiman</author>
      <link>http://userscripts.org/posts/74416</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:46 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:17136:74397</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/74397</link>
    </item>
  </channel>
</rss>
