Xd so true lmao
2 Likes
GG Lvl 123 Only PvE
3 Likes
SOMEONE GET ME 6k DP SO I CAN GET THAT /startwind PLEASE I BEG
2 Likes
No topic activity since the past two days? )’o
(I am so sorry i just wanted to post this somewhere.)
2 Likes
Give me a sec to load another btd6 game…
2 Likes
insert MonkeyMeadows.MP3 here
2 Likes
nah, i prefer Resort.MP3
2 Likes
Oh wait actually that one is great :b
2 Likes
I made this thing out of boredom
Its a simple script made in js/html that redirects you to a random post in the forum
<HTML>
<HEAD>
Random Forum forwader
</HEAD>
<Body>
<script>
function GoSomewhere() {
var lastPost= document.getElementById("lastPost").value;
var urlToGo= "https://forum.dark-gaming.com/t/" + GetRandomPost(lastPost);
console.log(urlToGo);
window.open(urlToGo,"_blank");
};
function GetRandomPost(lastPost) {
var topicId= Math.floor(Math.random() * lastPost);
return topicId;
}
</script>
<br>
<input type="text" value="40000" id="lastPost">upper limit when searching for a topic </input><br>
<button onclick="GoSomewhere()"> Let's Go! </Button><br>
</Body>
</HTML>
Just paste it into an .html file and open it
4 Likes
somehow gets sent back to comment frenzy
bro
2 Likes
1 Like