Skip to content

Commit 7a106f4

Browse files
committed
v1.8
1 parent 6a350ca commit 7a106f4

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

manifest.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "YGG Plus",
3-
"version": "1.7",
3+
"version": "1.8",
44
"description": "Add downloads buttons to ygg torrent",
55
"icons": {
66
"128": "128.png"
@@ -10,12 +10,13 @@
1010
"all_frames": true,
1111
"js": ["yggplus.js"],
1212
"matches": [
13-
"https://yggtorrent.fi/*",
14-
"https://www.yggtorrent.fi/*",
15-
"https://www3.yggtorrent.fi/*",
16-
"https://www5.yggtorrent.fi/*"
13+
"https://yggtorrent.lol/*",
14+
"https://www.yggtorrent.lol/*",
15+
"https://www3.yggtorrent.lol/*",
16+
"https://www5.yggtorrent.lol/*",
17+
"https://www6.yggtorrent.lol/*"
1718
]
1819
}
1920
],
20-
"manifest_version": 3
21+
"manifest_version": 2
2122
}

yggplus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function checkData() {
1919
const id = name.substr(0, name.indexOf("-"));
2020

2121
td.innerHTML =
22-
'<a href="https://www5.yggtorrent.fi/engine/download_torrent?id=' +
22+
'<a href="https://www6.yggtorrent.lol/engine/download_torrent?id=' +
2323
id +
2424
'">Télécharger</a>';
2525
row.appendChild(td);

0 commit comments

Comments
 (0)