diff --git a/chrome/content.js b/chrome/content.js index d796618..7cbc1bf 100644 --- a/chrome/content.js +++ b/chrome/content.js @@ -69,7 +69,7 @@ function addSimilarRepo(repos) { if (borderGrid.children.length <= 1) { borderGrid.appendChild(fragment.firstChild) } else { - borderGrid.insertBefore(fragment.firstChild, borderGrid.children[1]) + borderGrid.insertBefore(fragment.firstChild, borderGrid.children[2]) } }