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.

psyonide

Member
  • Joined

  • Last visited

  • Country

    United States

Everything posted by psyonide

  1. You can use mine, it's pretty simple... ; AutoIt Version: 3.1.0 ; Author: pSyONiDe <gcurtis79@mchsi.com> ; Script Function: ; Installs DivX Play 6.1 Run("DivXPlay.exe") WinWait("Language selection", "Please select the language") ControlClick("Language selection", "Please select the language", "Button1") WinWait("DivX Play Bundle Setup", "Welcome to this quick setup program") ControlClick("DivX Play Bundle Setup", "Welcome to this quick setup program", "Button2") WinWait("DivX Play Bundle Setup", "If you accept the terms of the agreement") ControlCommand("DivX Play Bundle Setup", "If you accept the terms of the agreement", "Button4", "Check", "") ControlClick("DivX Play Bundle Setup", "If you accept the terms of the agreement", "Button2") WinWait("DivX Play Bundle Setup", "Select components to install") ControlClick("DivX Play Bundle Setup", "Select components to install", "Button2") WinWait("DivX Play Bundle Setup", "Destination Folder") ControlSetText("DivX Play Bundle Setup", "Destination Folder", "Edit1", "C:\Program Files\DivX" ) ControlClick("DivX Play Bundle Setup", "Destination Folder", "Button2") WinWait("DivX Play Bundle Setup", "Install the free Google Toolbar") ControlCommand("DivX Play Bundle Setup", "Install the free Google Toolbar", "Button4", "UnCheck", "") ControlClick("DivX Play Bundle Setup", "Install the free Google Toolbar", "Button2") WinWait("DivX Play Bundle Setup", "Install Google Desktop for Windows") ControlClick("DivX Play Bundle Setup", "Install Google Desktop for Windows", "Button5") ControlClick("DivX Play Bundle Setup", "Install Google Desktop for Windows", "Button2") WinWait("DivX Play Bundle Setup", "DivX Play Bundle has been installed") ControlCommand("DivX Play Bundle Setup", "DivX Play Bundle has been installed", "Button4", "UnCheck", "") ControlClick("DivX Play Bundle Setup", "DivX Play Bundle has been installed", "Button2") DivXPlayAutoIt.au3 DivXPlayAutoIt.exe

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.