Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tampermonkey script for Global Media Outreach's PATH application

License

takelley1/Gospelmonkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gospelmonkey

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.

Features

  • 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.

Prerequisites

Installation

  1. 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.
  2. Create a New Script:
    • Click on the Tampermonkey icon in your browser's toolbar.
    • Select "Create a new script..."
  3. Copy the Script: Delete any existing code in the new script editor. Then, copy the entire content of the gospelmonkey.js file and paste it into the Tampermonkey editor.
  4. Save the Script: Click on "File" -> "Save".

Usage

  1. Navigate to the PATH web application URL and login: https://path.globalmediaoutreach.com
  2. Once the page is loaded, use the defined hotkeys:
    • Press Control + Shift + A to archive the oldest conversation.
    • Press Control + Shift + F to paste the follow-up message.
    • Press Control + Shift + G to paste the gospel message.
    • Press Control + Shift + N to add a new contact and open it.
    • Press Control + Shift + O to click the bottom-most contact.
    • Press Shift + Enter to send the message and go back.
    • Press Shift + Backspace to go back in your browser history.

About

Tampermonkey script for Global Media Outreach's PATH application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published