Skip to content
View in the app

A better way to browse. Learn more.

HarpGamer

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.

Leaderboard

Popular Content

Showing content with the highest reputation on 12/23/2025 in all areas

  1. 1 point
    Puzzling thru this with eeustice on Discord... case 18: /* event processor */ if (dllexEffect18() == FALSE) ProcessEvents(); break; The ExportDLLs are called before the built-in ProcessEvents logic. To avoid re-creating all of the harpoon event-processing logic (which is a ton), an ExportDLL can cheat by cherry-picking the events it wants to process then returning False so that the built-in ProcessEvents is still called. The negative side effect is that the order ExportDLLs are called is not nicely sorted by filename (See c++ - How can I get FindFirstFile to sort files - Stack Overflow for a nice explanation) so using this approach is somewhat risky but it would still be a valid approach.

Account

Navigation

Search

Search

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.