<?xml version="1.0" encoding="UTF-8"?>
<post>
  <body>Hi,

It seems it stopped working for me as well, i get one error message in the error console:
&lt;code&gt;
Error: document.getElementById(&quot;picture&quot;) has no properties
Source File: file:///home/username/.mozilla/firefox/x883x3.default/gm_scripts/latexforgoogledocs.user.js
Line: 13
&lt;/code&gt;

Going to line 13 and changing picture to m-picture and comment to m-comment fixed the problem.

Code below taken from google docs source
&lt;code&gt;
&lt;div id=&quot;m-picture&quot; class=&quot;writely-menubar-item goog-menuitem&quot;&gt; &lt;div class=&quot;writely-menubar-icon goog-edit-image&quot;&gt;&amp;nbsp;&lt;/div&gt;Picture&lt;/div&gt; &lt;div id=&quot;m-link&quot; class=&quot;writely-menubar-item goog-menuitem&quot;&gt; &lt;div class=&quot;writely-menubar-icon goog-edit-linkicon&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div class=&quot;writely-menubar-shortcut&quot;&gt;Ctrl+K&lt;/div&gt;Link&lt;/div&gt; &lt;div id=&quot;m-table&quot; class=&quot;writely-menubar-item goog-menuitem&quot;&gt; &lt;div class=&quot;writely-menubar-icon goog-edit-table&quot;&gt;&amp;nbsp;&lt;/div&gt;Table&lt;/div&gt; &lt;hr&gt; &lt;div id=&quot;m-comment&quot; class=&quot;writely-menubar-item goog-menuitem&quot;&gt; &lt;div class=&quot;writely-menubar-icon goog-edit-insert-comment&quot;&gt;&amp;nbsp;&lt;/div&gt; &lt;div class=&quot;writely-menubar-shortcut&quot;&gt;Ctrl+M&lt;/div&gt;Comment&lt;/div&gt; 
&lt;/code&gt;</body>
  <body-html>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;It seems it stopped working for me as well, i get one error message in the error console:
&lt;br /&gt;&lt;code&gt;
&lt;br /&gt;Error: document.getElementById(&quot;picture&quot;) has no properties
&lt;br /&gt;Source File: file:///home/username/.mozilla/firefox/x883x3.default/gm_scripts/latexforgoogledocs.user.js
&lt;br /&gt;Line: 13
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Going to line 13 and changing picture to m-picture and comment to m-comment fixed the problem.&lt;/p&gt;

&lt;p&gt;Code below taken from google docs source
&lt;br /&gt;&lt;code&gt;
&lt;br /&gt;&lt;div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt;Picture&lt;/div&gt; &lt;div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;Ctrl+K&lt;/div&gt;Link&lt;/div&gt; &lt;div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt;Table&lt;/div&gt; &lt;hr /&gt; &lt;div&gt; &lt;div&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;Ctrl+M&lt;/div&gt;Comment&lt;/div&gt; 
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;</body-html>
  <created-at type="datetime">2008-05-10T07:39:35Z</created-at>
  <forumable-id type="integer">23614</forumable-id>
  <forumable-type>Script</forumable-type>
  <id type="integer">73405</id>
  <topic-id type="integer">16969</topic-id>
  <updated-at type="datetime">2008-11-17T00:19:31Z</updated-at>
  <user-agent nil="true"></user-agent>
  <user-id type="integer">49069</user-id>
</post>
