Planking

czc

Thread Killer Mk VIII
There was that fad a few years ago where people planked everywhere (badly).

Sometime you read about planking being great and sometimes about it being dangerous.

Do any of you plank? And if you do challenge yourself to improve.

I've managed to go from 20 seconds up to 2 minutes.
 
Last edited:
There was that fad a few years ago where people planked everywhere (badly).

Sometime you read about planking being great and sometimes about it being dangerous.

Do any of you plank?

I've managed to go from 20 seconds up to 2 minutes.

I honestly don't even know what it is or what it means.
 

Aah ok, yea that is a no no for me and my bad back - I am not allowed to that kind of thing unfortunately.
 
I was an avid planker. But as in the hard core planking
Whahaha, here is a pic I quickly found now from back in the day. There are MANY more =D

249306_10150197809887024_2986130_n.jpg
 
This thread becomes quite funny if you replace "pl" with "w". Especially [MENTION=16362]Flex[/MENTION] and [MENTION=2399]czc[/MENTION]'s comments.

Like this?

var words = document.querySelectorAll("blockquote");
for(var i = 0; i < words.length; i++){words.innerHTML = words.innerHTML.replace(/pl/g,"w");}
 
Almost. Just update your regex to /\spl/g for best effect...

Cool I didn't know about \s. I found that I needed to add a space before " w" to add the space back.

@all if you want to try copy the below into the console.

var words = document.querySelectorAll("blockquote");
for(var i = 0; i < words.length; i++){words.innerHTML = words.innerHTML.replace(/\spl/g," w");}
 
Back
Top