Skip to content

Instantly share code, notes, and snippets.

@artulloss
Created June 30, 2022 15:36
Show Gist options
  • Save artulloss/cc49417adaebec7dc2d4948aead23913 to your computer and use it in GitHub Desktop.
Save artulloss/cc49417adaebec7dc2d4948aead23913 to your computer and use it in GitHub Desktop.
Remove domain redirect from cache
// Go to the page that redirects
// Execute in console
fetch('https://iwanttoremovethis.com', {method: 'post'}).then(() => {})
// Enjoy ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment