1
Fork 0
This commit is contained in:
ashley 2024-08-17 19:19:33 +00:00
parent 1db888809c
commit 47009054da

View file

@ -280,7 +280,7 @@ var continuationExists = 'continuation' in req.query;
if (ID.includes(bannedchannels) && !bypassExists && !tabExists && !continuationExists) { if (ID.includes(bannedchannels) && !bypassExists && !tabExists && !continuationExists) {
var cinv = { var cinv = {
error:`this channel was banned for violating the code of conduct. You can still watch content but cannot view the channel itself. If you still wanna view content <a href="/?bypass=${bypassQuery}">click here</a> to bypass this restriction.` error:`this channel may include propaganda. If you still wanna view content <a href="/channel?id=${ID}&bypass=${bypassQuery}">click here</a> to bypass this restriction.`
} }
} }