Skip to content

Commit

Permalink
1.9: do domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Drain committed Mar 22, 2023
1 parent 7a106f4 commit b708990
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "YGG Plus",
"version": "1.8",
"version": "1.9",
"description": "Add downloads buttons to ygg torrent",
"icons": {
"128": "128.png"
Expand All @@ -10,11 +10,11 @@
"all_frames": true,
"js": ["yggplus.js"],
"matches": [
"https://yggtorrent.lol/*",
"https://www.yggtorrent.lol/*",
"https://www3.yggtorrent.lol/*",
"https://www5.yggtorrent.lol/*",
"https://www6.yggtorrent.lol/*"
"https://yggtorrent.do/*",
"https://www.yggtorrent.do/*",
"https://www3.yggtorrent.do/*",
"https://www5.yggtorrent.do/*",
"https://www6.yggtorrent.do/*"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion yggplus.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function checkData() {
const id = name.substr(0, name.indexOf("-"));

td.innerHTML =
'<a href="https://www6.yggtorrent.lol/engine/download_torrent?id=' +
'<a href="https://www3.yggtorrent.do/engine/download_torrent?id=' +
id +
'">Télécharger</a>';
row.appendChild(td);
Expand Down

0 comments on commit b708990

Please sign in to comment.