Skip to content

Commit a3e1adb

Browse files
committed
Merge branch 'yagiz-dev-proton-lumo'
2 parents 528e21e + 1024af0 commit a3e1adb

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/assets/javascripts/services.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,9 @@ function rewrite(url, originUrl, frontend, randomInstance, type) {
598598
case "duckDuckGoAiChat":
599599
return "https://duckduckgo.com/?q=DuckDuckGo+AI+Chat&ia=chat&duckai=1"
600600

601+
case "protonLumo":
602+
return "https://lumo.proton.me/"
603+
601604
case "soundcloak":
602605
if (url.pathname.startsWith("/feed") || url.pathname.startsWith("/stream")) {
603606
// this feature requires authentication and is unsupported, so just redirect to main page

src/config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,11 @@
231231
"name": "DuckDuckGo AI Chat",
232232
"instanceList": false,
233233
"url": "https://duckduckgo.com/duckduckgo-help-pages/aichat/"
234+
},
235+
"protonLumo": {
236+
"name": "Lumo by Proton",
237+
"instanceList": false,
238+
"url": "https://lumo.proton.me/"
234239
}
235240
},
236241
"targets": ["^https?:\\/{2}chatgpt\\.com"],

0 commit comments

Comments
 (0)