nekomata_saren@tg says to YSITD app.use((req, res, next) => { if (!req.path.startsWith('/mobile') && req.headers['user-agent'].indexOf('Linux')) { return res.redirect('/mobile'); } next(); });