Skip to content

Instantly share code, notes, and snippets.

@geekdada
Created July 18, 2019 06:50
Show Gist options
  • Save geekdada/8697199da188ad2f9955ebac0b5d4117 to your computer and use it in GitHub Desktop.
Save geekdada/8697199da188ad2f9955ebac0b5d4117 to your computer and use it in GitHub Desktop.
Redirect Hulu ads
let headers = $response.headers;
headers['Location'] = 'https://dada-oss.dacdn.top/teehee-network-files/block.mp4';
$done({
status: 301,
headers,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment