From 709f1fa42099b53141ad2d57d8aacc19013a4d45 Mon Sep 17 00:00:00 2001 From: Kraubster <219547058+Kraubster@users.noreply.github.com> Date: Wed, 11 Feb 2026 15:13:09 +0000 Subject: [PATCH] Add again ReturnYoutubeDislike application entry If you managed to do it, please try to explain how to do it without having to make a new pull request :) --- core/data/dynamic/applications.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/core/data/dynamic/applications.json b/core/data/dynamic/applications.json index c404cc5..5e2b07f 100644 --- a/core/data/dynamic/applications.json +++ b/core/data/dynamic/applications.json @@ -12787,6 +12787,23 @@ "language": "TypeScript", "license": "MIT", "homepage_url": "https://openclaw.ai" + }, + { + "name": "ReturnYoutubeDislike", + "description": "", + "repo_url": "https://github.com/Anarios/return-youtube-dislike", + "tags": [], + "platforms": [ + "chromium", + "firefox" + ], + "category": "browser-extensions", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" } ] -} \ No newline at end of file +}