mirror of
https://github.com/NohamR/BetterYGG.git
synced 2026-01-11 00:48:12 +00:00
[1.2.2] new domain name
This commit is contained in:
@@ -15,7 +15,7 @@ chrome.storage.sync.get(['yggToken'], function (value) {
|
||||
var downloadIcon = document.createElement('img')
|
||||
downloadIcon.setAttribute('src', chrome.extension.getURL("img/download.png"));
|
||||
downloadButton.appendChild(downloadIcon);
|
||||
downloadButton.setAttribute('href', "https://www2.yggtorrent.ch/rss/download?id=" + torrentId + "&passkey=" + value.yggToken);
|
||||
downloadButton.setAttribute('href', "https://" + window.location.host + "/rss/download?id=" + torrentId + "&passkey=" + value.yggToken);
|
||||
cell.appendChild(downloadButton);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user