File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 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"
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}
Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments