I hereby claim:
- I am stretch07 on github.
- I am stretch07 (https://keybase.io/stretch07) on keybase.
- I have a public key whose fingerprint is 5DE5 1592 F7FE 6F13 52F1 21A2 BF61 A07A 20C8 E417
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
const RUNTIME = "RUNTIMENAME" | |
const HOSTNAME_WHITELIST = [ | |
self.location.hostname, | |
] | |
// The Util Function to hack URLs of intercepted requests | |
const getFixedUrl = (req) => { | |
let now = Date.now() | |
let url = new URL(req.url) |
<!doctype html> | |
<html> | |
<head> | |
<title>dir2json</title> | |
<style> | |
button { | |
background-color: khaki; | |
border: none; | |
color: white; |