diff --git a/contentScripts/addTorrent/addTorrent.js b/contentScripts/addTorrent/addTorrent.js index b25bd2c..a58163a 100644 --- a/contentScripts/addTorrent/addTorrent.js +++ b/contentScripts/addTorrent/addTorrent.js @@ -8,7 +8,7 @@ var path = window.location.pathname; /* Add an info line to the table */ var tableLines = document.querySelectorAll('table.infos-torrent tbody tr'); -var downloadLine = tableLines[1]; +var downloadLine = tableLines[0]; var torrentInfo = downloadLine.cloneNode(true); torrentInfo.style = "display: none"; downloadLine.insertAdjacentElement('afterend', torrentInfo); diff --git a/manifest.json b/manifest.json index 92be6ef..d54b3c5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "BetterYGG", - "version": "1.2.5", + "version": "1.2.6", "description": "Téléchargez des torrents sur YGG sans ètre connecté et autres !!!", "icons": { "16": "img/flexgg16.png",