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.

New Version?

Featured Replies

About that popup with the yes/no.

If you can settle for an OK/Cancel box, you can try the javascript function confirm(text)

returns true on OK, false on Cancel

  • Author

I haven't heard any word from hasi for like a month. So I don't know he still has all of the code for the website though so I hope he will return soon. He did offer to let me oversee the site though. So I really need the code.

  • 2 weeks later...
  • 1 month later...
There will be a problem with your cleanup, cause in the Norwegian windows XP it is not called desktop.

my path to desktop is

%userprofile%\Skrivebord

(Dekstop is called Skrivebord).

This value is stored in the windows' registry. You can find it at:

HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders

Don't know if it's possible to read out the registry using WPI, but if it is, you'll know where to find that, for 100% non-english compatiblity.

@Gavv You could add the following to the generate.js file:

function FindDesktop()

{

position = "generate.js"

swpath = WshShell.regRead("HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders");

return desktop;

}

Then you also add to the generate.js

Desktop = Finddesktop();

rs = rs.replace(/%desktop%/gi, desktop);

Then you can use %desktop% in the config.js file as path to your desktop

In a .cmd file you can use the reg read command to get the entry

  • 2 months later...
Guest
This topic is now closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.

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.