Skip to content

Add support for savanna.alxafrica.com project pages. #13

@iSLAm4522

Description

@iSLAm4522

Issue: The extension fails on https://savanna.alxafrica.com/projects/ with the error "This is not an ALX project page! 🐞" because it only checks for intranet.alxswe.com.

Proposed Fix: Update the handleAction function to include savanna.alxafrica.com. Suggested code:

if (
  !tab.url.startsWith("https://intranet.alxswe.com/projects/") &&
  !tab.url.startsWith("https://savanna.alxafrica.com/projects/")
) {
  showPopup("This is not an ALX project page! 🐞");
  return;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions