Skip to content

Commit

Permalink
Merge pull request #870 from syeopite/remove-debug-statements
Browse files Browse the repository at this point in the history
Remove debug console.log statements
  • Loading branch information
ManeraKai authored Dec 10, 2023
2 parents 2e5b23c + 5db2536 commit 7951a08
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/assets/javascripts/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 7951a08

Please sign in to comment.