From 346f9b8cba58ad9a12d1bff1d84e053e73ba4154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20QUEROL?= Date: Mon, 27 Oct 2025 15:47:30 +0100 Subject: [PATCH] Update js/main.js --- js/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index ccec525..7559c82 100644 --- a/js/main.js +++ b/js/main.js @@ -17,7 +17,7 @@ timeZ = undefined otherContentId = "other-content" userName = "" disable24Hour = false; -appId = "fd2c04ed7f9802656bd2cc23bddc7ad9" +appId = "d319d5bd85895258efbd0bffc9e9a894" apiUrl = "http://api.openweathermap.org/data/2.5/weather" bgClassContainer = [ "media", @@ -32,6 +32,7 @@ bgClassContainer = [ ] searchEngines = { "Google": "https://www.google.com/search?q=", + "FindShit": "https://findsh.it/search?q=", "DuckDuckGo": "https://duckduckgo.com/?q=", "Brave": "https://search.brave.com/search?q=", "Yahoo": "https://search.yahoo.com/search?p=",