blob: e46c268b2b97c4167f0554b16247e2bfdfeac472 (
plain)
1
2
3
4
5
6
7
8
9
10
|
function fourChan() {
document.getElementById("pLink").innerHTML = "4chan";
document.getElementById("pLink").href = "https://4chan.org/";
document.getElementById("pLinks").innerHTML = "4channel";
document.getElementById("pLinks").href = "https://4channel.org/";
}
function help(){
alert('hahahaha. There is no help. You cannot escape.');
help()
}
|