mirror of https://github.com/dirtbags/moth.git
Start javascript category
This commit is contained in:
parent
40323ab098
commit
38f2cf7abe
|
@ -0,0 +1,7 @@
|
||||||
|
<script type="text/javascript">
|
||||||
|
window.onload = function () {
|
||||||
|
e = document.getElementById("answer");
|
||||||
|
e.innerHTML = "redecorates hugged";
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
The answer for this page is: <span id="answer"></span>
|
|
@ -0,0 +1 @@
|
||||||
|
redecorates hugged
|
|
@ -0,0 +1 @@
|
||||||
|
Enable javascript in browser
|
|
@ -0,0 +1,8 @@
|
||||||
|
<script type="text/javascript">
|
||||||
|
window.onload = function () {
|
||||||
|
e = document.getElementById("answer");
|
||||||
|
e.innerHTML = "greedy carpels";
|
||||||
|
location.replace("../1/index.html");
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
The answer for this page is: <span id="answer"></span>
|
|
@ -0,0 +1 @@
|
||||||
|
greedy carpels
|
|
@ -0,0 +1 @@
|
||||||
|
Examine source to page
|
|
@ -0,0 +1,8 @@
|
||||||
|
<script type="text/javascript">
|
||||||
|
window.onload = function () {
|
||||||
|
e = document.getElementById("answer");
|
||||||
|
e.innerHTML = unescape("%62%65%74%72%61%79%65%72%20%6d%75%6e%69%66%69%63%65%6e%63%65");
|
||||||
|
location.replace("../1/index.html");
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
The answer for this page is: <span id="answer"></span>
|
|
@ -0,0 +1 @@
|
||||||
|
betrayer munificence
|
|
@ -0,0 +1 @@
|
||||||
|
URL-escaped key with JS redirect: remove redirect or decode externally
|
|
@ -0,0 +1,6 @@
|
||||||
|
<script type="text/javascript">
|
||||||
|
window.onload = function () {
|
||||||
|
eval(unescape("%65%20%3d%20%64%6f%63%75%6d%65%6e%74%2e%67%65%74%45%6c%65%6d%65%6e%74%42%79%49%64%28%22%61%6e%73%77%65%72%22%29%3b%65%2e%69%6e%6e%65%72%48%54%4d%4c%20%3d%20%22%74%61%6c%6c%79%69%6e%67%20%6e%6f%69%73%65%6d%61%6b%65%72%73%22%3b%6c%6f%63%61%74%69%6f%6e%2e%72%65%70%6c%61%63%65%28%22%2e%2e%2f%31%2f%69%6e%64%65%78%2e%68%74%6d%6c%22%29%3b"));
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
The answer for this page is: <span id="answer"></span>
|
|
@ -0,0 +1 @@
|
||||||
|
tallying noisemakers
|
|
@ -0,0 +1 @@
|
||||||
|
First use of eval
|
|
@ -0,0 +1 @@
|
||||||
|
$(eval $(call STANDARD_PUZZLE, javascript))
|
Loading…
Reference in New Issue