<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -90,7 +90,8 @@
 
 
 
-document.body.appendChild(document.createElement('script')).innerHTML= &quot;function retone(transpose){if (transpose == 0){ return false; } var notes1 = new Array( 'C', 'C#', 'D', 'D#', 'E', 'F', 'F#', 'G', 'G#', 'A', 'A#', 'B', 'C', 'C#', 'D', 'D#', 'E', 'F', 'F#', 'G', 'G#', 'A', 'A#', 'B'); var notes2 = new Array( 'C', 'Db', 'D', 'Eb', 'E', 'F', 'Gb', 'G', 'Ab', 'A', 'Bb', 'B', 'C', 'Db', 'D', 'Eb', 'E', 'F', 'Gb', 'G', 'Ab', 'A', 'Bb', 'B'); var transposed_note = ''; transpose = parseInt(transpose); var note = ''; var current_note_index=0; if (transpose &lt; 0){ transpose = 12 + transpose; } var text_array = document.body.innerHTML.split(''); var current_note = ''; for (var index = 0, len = text_array.length; index &lt; len; ++index) { note=text_array[index]; if((notes1.indexOf(text_array[index]) &gt; -1) &amp;&amp; (text_array[index+1].match(/[qwertyuiopfghjklzxcvn]/) == null )){ if(text_array[index+1]=='#'){ note = note+text_array[index+1]; transposed_note = notes1[notes1.indexOf(note) + transpose]+' '; temp = transposed_note.split(''); text_array[index] = temp [0]; text_array[index+1] = temp [1]; } else if(text_array[index+1]=='b' ){ note = note+text_array[index+1]; transposed_note = notes2[notes2.indexOf(note) + transpose]+' '; temp = transposed_note.split(''); text_array[index] = temp [0]; text_array[index+1] = temp [1]; } else if(text_array[index+1]==' ' ){ text_array[index] = notes1[notes1.indexOf(note) + transpose]; } else { text_array[index] = notes1[notes1.indexOf(note) + transpose]; } } } document.body.innerHTML = text_array.join('');};function rmv(){document.body.removeChild(document.getElementById(\'coderado_monkeychord\')); };&quot;;
+
+document.body.appendChild(document.createElement('script')).innerHTML= &quot;function retone(transpose){if (transpose == 0){ return false; } var notes1 = new Array( 'C', 'C#', 'D', 'D#', 'E', 'F', 'F#', 'G', 'G#', 'A', 'A#', 'B', 'C', 'C#', 'D', 'D#', 'E', 'F', 'F#', 'G', 'G#', 'A', 'A#', 'B'); var notes2 = new Array( 'C', 'Db', 'D', 'Eb', 'E', 'F', 'Gb', 'G', 'Ab', 'A', 'Bb', 'B', 'C', 'Db', 'D', 'Eb', 'E', 'F', 'Gb', 'G', 'Ab', 'A', 'Bb', 'B'); var transposed_note = ''; transpose = parseInt(transpose); var note = ''; var current_note_index=0; if (transpose &lt; 0){ transpose = 12 + transpose; } var text_array = document.body.innerHTML.split(''); var current_note = ''; for (var index = 0, len = text_array.length; index &lt; len; ++index) { note=text_array[index]; if((notes1.indexOf(text_array[index]) &gt; -1) &amp;&amp; (text_array[index+1].match(/[qwertyuiopfghjklzxcvn]/) == null )){ if(text_array[index+1]=='#'){ note = note+text_array[index+1]; transposed_note = notes1[notes1.indexOf(note) + transpose]+' '; temp = transposed_note.split(''); text_array[index] = temp [0]; text_array[index+1] = temp [1]; } else if(text_array[index+1]=='b' ){ note = note+text_array[index+1]; transposed_note = notes2[notes2.indexOf(note) + transpose]+' '; temp = transposed_note.split(''); text_array[index] = temp [0]; text_array[index+1] = temp [1]; } else if(text_array[index+1]==' ' ){ text_array[index] = notes1[notes1.indexOf(note) + transpose]; } else { text_array[index] = notes1[notes1.indexOf(note) + transpose]; } } } document.body.innerHTML = text_array.join('');};function rmv(){document.body.removeChild(document.getElementById(\'coderado_monkeychord\'));document.body.removeChild(document.body.lastChild); };&quot;;
 
 //document.body.removeChild(getElementByTag(\'script\')[getElementByTag(\'script\').length-1] )
 </diff>
      <filename>monkeychord.user.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0edca21ff1ceceb54b34ff2ae77c4dfc4a039000</id>
    </parent>
  </parents>
  <author>
    <name>Spyros Vasileiadis</name>
    <email>spyridon.vasileiadis@gmail.com</email>
  </author>
  <url>http://github.com/idonas/monkey-chord/commit/cac4283944769297db5f6f9e6b771b6d34ecf73f</url>
  <id>cac4283944769297db5f6f9e6b771b6d34ecf73f</id>
  <committed-date>2009-03-02T05:29:51-08:00</committed-date>
  <authored-date>2009-03-02T05:29:51-08:00</authored-date>
  <message>completed remove feature. it now completly removes everything monkeychord inserts</message>
  <tree>f1aedea91333d2f26b0bc4b376d7a58ae0fee01c</tree>
  <committer>
    <name>Spyros Vasileiadis</name>
    <email>spyridon.vasileiadis@gmail.com</email>
  </committer>
</commit>
