summaryrefslogtreecommitdiffstats
path: root/uriloader/exthandler/tests/mochitest/script_redirect.html
blob: 31e0dc6a7eaeb1e31a6a119e51bf2a60b6d886b5 (plain)
1
2
3
4
5
<script>
  let params = new URL(document.location).searchParams;
  let uri = params.get("uri");
  document.location = uri;
</script>