Gospelmonkey is a Tampermonkey script that enhances your workflow in the path.globalmediaoutreach.com web application. It provides hotkeys for common actions and quick access to templates. This allows navigating PATH mostly using only the keyboard.
Control + Shift + A: Archives the oldest conversation in the list.Control + Shift + F: Pastes a personalized follow-up message into the conversation's message box. The message includes the contact's first name.Control + Shift + G: Pastes a personalized gospel message into the conversation's message box. The message includes the contact's first name.Control + Shift + N: Clicks the "Add" button, waits for the new contact to appear at the top of the list, and then clicks on it to open the conversation.Control + Shift + O: Clicks the bottom-most contact in the list, ensuring all contacts are loaded by scrolling to the bottom of the page first.Shift + Enter: Clicks the send message button, waits for 2 seconds, then navigates back in browser history.Shift + Backspace: Performs the browser's "back" function.
- A web browser (Chrome, Firefox, Edge, Opera, Safari).
- The Tampermonkey browser extension installed in your browser.
- Install Tampermonkey: If you don't have it already, install the Tampermonkey extension for your browser from its official website or your browser's extension store.
- Create a New Script:
- Click on the Tampermonkey icon in your browser's toolbar.
- Select "Create a new script..."
- Copy the Script: Delete any existing code in the new script editor. Then, copy the entire content of the
gospelmonkey.jsfile and paste it into the Tampermonkey editor. - Save the Script: Click on "File" -> "Save".
- Navigate to the PATH web application URL and login:
https://path.globalmediaoutreach.com - Once the page is loaded, use the defined hotkeys:
- Press
Control + Shift + Ato archive the oldest conversation. - Press
Control + Shift + Fto paste the follow-up message. - Press
Control + Shift + Gto paste the gospel message. - Press
Control + Shift + Nto add a new contact and open it. - Press
Control + Shift + Oto click the bottom-most contact. - Press
Shift + Enterto send the message and go back. - Press
Shift + Backspaceto go back in your browser history.
- Press