Skip to content

Instantly share code, notes, and snippets.

@kendallm
Last active December 22, 2023 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kendallm/d4f319f49cf085f18330bd3e7fb825db to your computer and use it in GitHub Desktop.
Save kendallm/d4f319f49cf085f18330bd3e7fb825db to your computer and use it in GitHub Desktop.
Datadog redirect to regional endpoint
// ==UserScript==
// @name Datadog Redirect
// @namespace Tampermonkey Scripts
// @match https://www.datadoghq.com/
// @grant none
// @version 1.0
// @author github.com/kendallm
// @description Datadog redirect to regional endpoint
// ==/UserScript==
window.location.replace("https://us5.datadoghq.com")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment