<?xml version="1.0" encoding="UTF-8"?>
<post>
  <body>I've added support for anandtech.com article pages using the following code in the switch statement:

&lt;pre&gt;
    case /www\.anandtech\.com\/[^/]*\/showdoc\.aspx\?i=[0-9]*/.test(href):
	window.location.href = href.replace(/[^/]*\/showdoc/, 'printarticle');
	/* Original: http://www.anandtech.com/video/showdoc.aspx?i=3404
           Printable: http://www.anandtech.com/printarticle.aspx?i=3404 */
        break;
&lt;/pre&gt;

Please feel free to use this code.</body>
  <body-html>&lt;p&gt;I've added support for anandtech.com article pages using the following code in the switch statement:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;
    case /www\.anandtech\.com\/[^/]*\/showdoc\.aspx\?i=[0-9]*/.test(href):
	window.location.href = href.replace(/[^/]*\/showdoc/, 'printarticle');
	/* Original: http://www.anandtech.com/video/showdoc.aspx?i=3404
           Printable: http://www.anandtech.com/printarticle.aspx?i=3404 */
        break;
&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;Please feel free to use this code.&lt;/p&gt;</body-html>
  <created-at type="datetime">2008-09-09T12:20:43Z</created-at>
  <forumable-id type="integer">13368</forumable-id>
  <forumable-type>Script</forumable-type>
  <id type="integer">38205</id>
  <topic-id type="integer">12784</topic-id>
  <updated-at type="datetime">2008-11-16T23:45:13Z</updated-at>
  <user-agent nil="true"></user-agent>
  <user-id type="integer">65780</user-id>
</post>
