mirror of
https://codeberg.org/ashley/poke
synced 2026-04-09 17:57:59 +00:00
ehe
This commit is contained in:
@@ -308,6 +308,10 @@ module.exports = function (app, config, renderTemplate) {
|
|||||||
|
|
||||||
if (uaos === "Windows XP" || uaos === "Windows Vista")
|
if (uaos === "Windows XP" || uaos === "Windows Vista")
|
||||||
res.redirect("/lite?v=" + req.query.v);
|
res.redirect("/lite?v=" + req.query.v);
|
||||||
|
|
||||||
|
if (req.useragent.source.includes("Nintendo WiiU"))
|
||||||
|
res.redirect("/lite?v=" + req.query.v);
|
||||||
|
|
||||||
|
|
||||||
if (req.query.from === "short") var shortsui = true;
|
if (req.query.from === "short") var shortsui = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user