<?xml version="1.0" encoding="UTF-8"?>
<post>
  <body>New jobs weren't showing up for me in the preferences screen (I just unlocked a new job by reaching a new level).

I had to replace the following:
&lt;pre&gt;
      /* Drops */
      tmp = div.innerHTML.match(/(\d+\%)/);
&lt;/pre&gt;
with this:
&lt;pre&gt;
      /* Drops */
      tmp = div.innerHTML.match(/(\(\d+\%\))/);
&lt;/pre&gt;</body>
  <body-html>&lt;p&gt;New jobs weren't showing up for me in the preferences screen (I just unlocked a new job by reaching a new level).&lt;/p&gt;

&lt;p&gt;I had to replace the following:
&lt;br /&gt;&lt;pre&gt;
      /* Drops */
      tmp = div.innerHTML.match(/(\d+\%)/);
&lt;/pre&gt;
&lt;br /&gt;with this:
&lt;br /&gt;&lt;pre&gt;
      /* Drops */
      tmp = div.innerHTML.match(/(\(\d+\%\))/);
&lt;/pre&gt;&lt;/p&gt;</body-html>
  <created-at type="datetime">2009-05-03T22:18:12Z</created-at>
  <forumable-id type="integer">29870</forumable-id>
  <forumable-type>Script</forumable-type>
  <id type="integer">117511</id>
  <topic-id type="integer">21972</topic-id>
  <updated-at type="datetime">2009-05-03T22:18:12Z</updated-at>
  <user-agent nil="true"></user-agent>
  <user-id type="integer">77570</user-id>
</post>
