Skip to content

Commit

Permalink
List original scripts for the revive providers.
Browse files Browse the repository at this point in the history
  • Loading branch information
DeKleineKobini committed Feb 26, 2025
1 parent f8348fc commit 8332234
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extension/scripts/global/functions/api-external.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function __requestStigFormat(vendor) {

const REVIVE_PROVIDERS = [
{
// Original Script: https://greasyfork.org/en/scripts/406516-central-hospital-revive-request
provider: "nuke",
name: "Nuke",
origin: FETCH_PLATFORMS.nukefamily,
Expand Down Expand Up @@ -55,6 +56,7 @@ const REVIVE_PROVIDERS = [
},
},
{
// Original Script: https://greasyfork.org/en/scripts/412591-universal-healthcare-revives
provider: "uhc",
name: "UHC",
origin: FETCH_PLATFORMS.uhc,
Expand Down Expand Up @@ -99,6 +101,7 @@ const REVIVE_PROVIDERS = [
},
},
{
// Original Script: https://greasyfork.org/en/scripts/452523-hela-revives
provider: "hela",
name: "HeLa",
origin: FETCH_PLATFORMS.stig,
Expand All @@ -109,6 +112,7 @@ const REVIVE_PROVIDERS = [
},
},
{
// Original Script: https://greasyfork.org/en/scripts/452524-shadow-healers-revive-requests
provider: "shadow_healers",
name: "Shadow Healers",
origin: FETCH_PLATFORMS.stig,
Expand All @@ -119,6 +123,7 @@ const REVIVE_PROVIDERS = [
},
},
{
// Original Script: https://greasyfork.org/en/scripts/489851-the-wolverines-revive-requests
provider: "who",
name: "The Wolverines",
origin: FETCH_PLATFORMS.stig,
Expand All @@ -129,6 +134,7 @@ const REVIVE_PROVIDERS = [
},
},
{
// Original Script: https://greasyfork.org/en/scripts/476679-midnight-x-revive-requests
provider: "midnight_x",
name: "Midnight X",
origin: FETCH_PLATFORMS.stig,
Expand Down

0 comments on commit 8332234

Please sign in to comment.