mirror of
https://github.com/NohamR/BetterYGG.git
synced 2026-01-10 16:38:21 +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 */
|
/* Add an info line to the table */
|
||||||
var tableLines = document.querySelectorAll('table.infos-torrent tbody tr');
|
var tableLines = document.querySelectorAll('table.infos-torrent tbody tr');
|
||||||
var downloadLine = tableLines[1];
|
var downloadLine = tableLines[0];
|
||||||
var torrentInfo = downloadLine.cloneNode(true);
|
var torrentInfo = downloadLine.cloneNode(true);
|
||||||
torrentInfo.style = "display: none";
|
torrentInfo.style = "display: none";
|
||||||
downloadLine.insertAdjacentElement('afterend', torrentInfo);
|
downloadLine.insertAdjacentElement('afterend', torrentInfo);
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "BetterYGG",
|
"name": "BetterYGG",
|
||||||
"version": "1.2.5",
|
"version": "1.2.6",
|
||||||
"description": "Téléchargez des torrents sur YGG sans ètre connecté et autres !!!",
|
"description": "Téléchargez des torrents sur YGG sans ètre connecté et autres !!!",
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "img/flexgg16.png",
|
"16": "img/flexgg16.png",
|
||||||
|
|||||||
Reference in New Issue
Block a user