This script, named Popmundo Mass Show Canceller, is designed to automate the process of cancelling multiple concerts for an artist in the online game Popmundo. It works by adding a control panel to the "Upcoming Performances" page, allowing you to specify a date range and specific times for shows you want to cancel. Once started, it will automatically navigate through the pages and click the necessary buttons to cancel each matching show until the list is clear.
How It Works
The script operates in two distinct modes, depending on which Popmundo page you are currently viewing. It uses the browser's sessionStorage
to keep track of its progress and your settings as it navigates between pages.
1. On the "Upcoming Performances" Page
This is the main page where you control the script.
2. On the "Performance Details" Page
This part of the script is fully automated.
- Automated Clicking: If the script's status is
RUNNING
, it immediately searches for the "Cancel Performance" button on the page and clicks it.
- Confirmation Handling: After the initial click, the game displays a confirmation pop-up ("Are you sure?"). The script waits for half a second for this dialog to appear and then automatically clicks the final "Yes" or "Ok" button.
- Returning to the List: Once a show is successfully cancelled, the game automatically redirects you back to the "Upcoming Performances" list. The script then resumes its search from the top of the list to find the next matching show to cancel.
This loop continues—navigating to details, cancelling, and returning to the list—until no more shows matching your criteria are found.
How to Use the Script
- Navigate to your artist's Upcoming Performances page in Popmundo.
- The "Mass Show Canceller" control panel will appear at the top of the performance list.
- Select a start date and an end date for the shows you wish to cancel.
- In the "At Times" box, select one or more showtimes. To select multiple, hold
Ctrl
(Windows) or Cmd
(Mac) while clicking the times.
- Click the green Start Mass Cancel button.
- The script will now run automatically. Do not close the tab. It will navigate, click, and return to the list on its own.
- If you need to interrupt the process, click the red Stop Process button at any time.