Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Hoppel

Member
  • Joined

  • Last visited

  • Country

    Switzerland

Everything posted by Hoppel

  1. In the above script the spacebar is used to toggle the quick launch bar on/off. Try sending a minus (-) or a plus (+) key instead of the space bar and it does not just switch from on to off or off to on, but you can make sure that the option is selected or deselected. If you adjust the script a bit, like this, then the quick launch bar is also unlocked. set WshShell = WScript.CreateObject("WScript.Shell") WshShell.SendKeys("^{ESC}") WScript.Sleep 100 WshShell.SendKeys("{TAB}") WScript.Sleep 100 WshShell.SendKeys("%~") WScript.Sleep 100 WshShell.SendKeys("-") WshShell.SendKeys("{TAB}") WshShell.SendKeys("-") WshShell.SendKeys("{TAB}") WshShell.SendKeys("-") WshShell.SendKeys("{TAB}") WshShell.SendKeys("-") WshShell.SendKeys("{TAB}") WshShell.SendKeys("+") WshShell.SendKeys("{TAB}") WshShell.SendKeys("+") WshShell.SendKeys("{TAB}{TAB}") WshShell.SendKeys("-") WshShell.SendKeys("~") Edit: seems like this does not always work here Sometimes it does, sometimes it don't... anyone knows another solution?

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.