Skip to content

Commit

Permalink
add search template for hianime and nhentai
Browse files Browse the repository at this point in the history
  • Loading branch information
dankehidayat authored Sep 5, 2024
1 parent 63e3150 commit 248bd52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

// prettier-ignore
const COMMANDS = new Map([
['h', { name: 'HiAnime', url: 'https://hianime.to' }],
['h', { name: 'HiAnime', , searchTemplate: '/search?keyword={}', url: 'https://hianime.to' }],
['c', { name: 'ChatGPT', suggestion: [ 'c/perplexity', 'c/deepseek'], url: 'https://chat.openai.com' }],
['c/perplexity', { url: 'https://www.perplexity.ai' }],
['c/deepseek', { url: 'https://chat.deepseek.com/coder' }],
Expand All @@ -85,7 +85,7 @@

['s', { name: 'Portal', url: 'https://studentportal.ipb.ac.id' }],
['e', { name: 'E-hentai', suggestions: ['e/nhentai.net'], url: 'https://e-hentai.org' }],
['e/nhentai', { url: 'https://nhentai.net' }],
['e/nhentai', searchTemplate: '/search/?q={}', { url: 'https://nhentai.net' }],

['a', { name: 'Chat', suggestions: ['a/claude', 'a/gemini'], url: 'https://chatgpt.com' }],
['a/claude', { url: 'https://claude.ai/new' }],
Expand Down

0 comments on commit 248bd52

Please sign in to comment.