mirror of
https://github.com/NohamR/BetterYGG.git
synced 2026-01-10 00:08:19 +00:00
[1.2.6] Fix discord button
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user