- Jul 21, 2013
- 842
- Tinnitus Since
- 01/2013
- Cause of Tinnitus
- Acoustic trauma from headphones
Team Mini #1
I can't believe Chocolate just surpassed Creme. This is a more intense battle than I ever expected. I still have no idea how the scoring works although people have been flipping out whenever mods "alter" the points.
Just to shit up threads, I wrote a Javascript code snippet you guys can use if you want to create a big "(You)" combo list of everyone on a specific team:
This is what you'll get when you run one of them (Mini for example):
THIS IS CUSTOM CODE YOU MAY USE IT FOR MEMES ONLY BUT DO NOT STEAL FOR COMMERCIAL MEMERY
I can't believe Chocolate just surpassed Creme. This is a more intense battle than I ever expected. I still have no idea how the scoring works although people have been flipping out whenever mods "alter" the points.
Just to shit up threads, I wrote a Javascript code snippet you guys can use if you want to create a big "(You)" combo list of everyone on a specific team:
Code:
Peep - [].slice.call(document.querySelectorAll(".desktop .n-atb-0.id_at0")).map(e => e.parentElement.parentElement.parentElement.id.substring(1)).map(str => `>>${str}`).join("\n")
Chocolate - [].slice.call(document.querySelectorAll(".desktop .n-atb-1.id_at1")).map(e => e.parentElement.parentElement.parentElement.id.substring(1)).map(str => `>>${str}`).join("\n")
Cream - [].slice.call(document.querySelectorAll(".desktop .n-atb-2.id_at2")).map(e => e.parentElement.parentElement.parentElement.id.substring(1)).map(str => `>>${str}`).join("\n")
Peanut Butter - [].slice.call(document.querySelectorAll(".desktop .n-atb-3.id_at3")).map(e => e.parentElement.parentElement.parentElement.id.substring(1)).map(str => `>>${str}`).join("\n")
Mini - [].slice.call(document.querySelectorAll(".desktop .n-atb-4.id_at4")).map(e => e.parentElement.parentElement.parentElement.id.substring(1)).map(str => `>>${str}`).join("\n")
This is what you'll get when you run one of them (Mini for example):
THIS IS CUSTOM CODE YOU MAY USE IT FOR MEMES ONLY BUT DO NOT STEAL FOR COMMERCIAL MEMERY