From 68429f76d4a79d6750cfdf28e092d058cd296f72 Mon Sep 17 00:00:00 2001 From: cade Date: Wed, 29 Oct 2025 23:14:12 -0600 Subject: [PATCH] add x suggestions --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 16be1ac..662352b 100644 --- a/index.html +++ b/index.html @@ -74,7 +74,9 @@ ['t', { name: 'TickTick', url: 'https://ticktick.com/webapp/#q/today/tasks' }], ['u', { name: 'Duolingo', url: 'https://www.duolingo.com/learn' }], ['v', { name: 'Vercel', url: 'https://vercel.com/dashboard' }], - ['x', { name: '𝕏', url: 'https://x.com/home' }], + ['x', { name: '𝕏', suggestions: ['x/jellyseerr', 'x/n8n'], url: 'https://x.com/home' }], + ['x/jellyseerr', { url: 'https://jellyseerr.xvyz.co' }], + ['x/n8n', { url: 'https://n8n.xvyz.co/home/workflows' }], ['y', { name: 'YouTube', searchTemplate: '/results?search_query={}', url: 'https://www.youtube.com/feed/subscriptions' }], ['0', { name: 'localhost', url: 'http://localhost:3000' }], ]);