Skip to content

Commit

Permalink
feat: add greasyfork link to cfg menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Sv443 committed Sep 19, 2023
1 parent 0d0a6a8 commit 15d3bc6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
12 changes: 9 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## 1.0.1
- **Changes:**
- Added a greasyfork link to the configuration menu

<br>

## 1.0.0
- Added Features:
- **Added Features:**
- Added configuration menu to toggle and configure all features
- Added lyrics button to each song in the queue
- Added "remove from queue" button to each song in the queue
Expand All @@ -12,7 +18,7 @@
- Fix spacing issues throughout the site
- Added a button to scroll to the currently active song in the queue
- Added an easter egg to the watermark and config menu option :)
- Changes & Fixes:
- **Changes & Fixes:**
- Now the lyrics button will directly link to the lyrics (using my API [geniURL](https://github.com/Sv443/geniURL))
- Video time is now kept when switching site on regular YT too
- Fixed compatibility with the new site design
Expand All @@ -26,7 +32,7 @@

## 0.2.0

- Added Features:
- **Added Features:**
- Switch between YouTube and YT Music (with <kbd>F9</kbd> by default)
- Search for song lyrics with new button in media controls
- Remove "Upgrade to YTM Premium" tab
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "betterytm",
"userscriptName": "BetterYTM",
"version": "1.0.0",
"version": "1.0.1",
"description": "Configurable layout and UX improvements for YouTube Music",
"description:de": "Konfigurierbares Layout und UX-Verbesserungen für YouTube Music",
"homepage": "https://github.com/Sv443/BetterYTM",
Expand Down
3 changes: 1 addition & 2 deletions src/menu/menu_old.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ export async function addMenu() {
};

addLink(await getResourceUrl("github"), scriptInfo.namespace, `Open ${scriptInfo.name} on GitHub`);
// TODO:
// addLink(await getResourceUrl("greasyfork"), "https://greasyfork.org/en/users/184165-sv443", `Open ${scriptInfo.name} on GreasyFork`);
addLink(await getResourceUrl("greasyfork"), "https://greasyfork.org/en/scripts/475682-betterytm", `Open ${scriptInfo.name} on GreasyFork`);

const closeElem = document.createElement("img");
closeElem.classList.add("bytm-menu-close");
Expand Down

0 comments on commit 15d3bc6

Please sign in to comment.