Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 21bd0df

Browse files
committed
popup favorites list link to channels
1 parent c0a6c71 commit 21bd0df

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "ttv-favorites",
44
"description": "enables favorites on Twitch.tv",
55
"homepage_url": "https://github.com/jc9108/ttv-favorites",
6-
"version": "1.2.17",
6+
"version": "1.3.0",
77
"manifest_version": 3,
88
"incognito": "split",
99
"icons": {

popup/popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function refresh_favorites_list() {
2020

2121
for (const favorite of favorites) {
2222
favorites_list.insertAdjacentHTML("beforeend", `
23-
<li>${favorite}</li>
23+
<li><a href="https://www.twitch.tv/${favorite}" target="_blank">${favorite}</a></li>
2424
`);
2525
}
2626
}

0 commit comments

Comments
 (0)