From 5db2536eae8b71d68b576b34061999feacc051f7 Mon Sep 17 00:00:00 2001 From: syeopite Date: Sun, 10 Dec 2023 02:01:34 -0800 Subject: [PATCH] Remove debug console.log statements --- src/assets/javascripts/services.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/assets/javascripts/services.js b/src/assets/javascripts/services.js index 4bcc761..a9a8783 100644 --- a/src/assets/javascripts/services.js +++ b/src/assets/javascripts/services.js @@ -445,9 +445,7 @@ function redirect(url, type, initiator, forceRedirection, incognito) { return `${randomInstance}${url.pathname}${url.search}` } case "mikuInvidious": { - console.log("Hello?") if (url.hostname == "bilibili.com" || url.hostname == "www.bilibili.com" || url.hostname == 'b23.tv') { - console.log('wewe') return `${randomInstance}${url.pathname}${url.search}` } if (url.hostname == "space.bilibili.com") { @@ -500,7 +498,6 @@ function redirect(url, type, initiator, forceRedirection, incognito) { } case "quetre": { const regex = /([a-z]+)\.quora\.com/.exec(url.hostname) - console.log(regex) if (regex) { const lang = regex[1] url.searchParams.append("lang", lang)