Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>Helper page that sets document.domain</title>
<script>
"use strict";
document.domain = document.domain;
</script>