79454430

Date: 2025-02-20 12:07:28
Score: 0.5
Natty:
Report link

This works:

   if (window.TelegramWebview) {
        const url = window.location.href;
        const chromeUrl = `intent://${url.replace(/^https?:\/\//, '')}#Intent;scheme=https;end`;
        window.location.href = chromeUrl;
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: 0xManjeet