Anonymous ID: 139d2e Aug. 26, 2018, 9:21 p.m. No.2751313   🗄️.is 🔗kun

>>2751301

I could never understand why someone would game when the world is so big and there's so much to learn. Had a wii for a few years because my wife loved it but never played on it all that much.

 

I can't even stand watching TV because I can read faster than they can talk.

Anonymous ID: 139d2e Aug. 26, 2018, 9:25 p.m. No.2751351   🗄️.is 🔗kun   >>1369

>>2751334

and here is the code for it:

 

/ Display a replies counter overlay in the top right corner /

$(function(){

$('head').append('<style>#thread_stats_posts_ovl { '+

'position:fixed;top:35px;right:35px;'+

'font:38px sans-serif;opacity:0.5;color:#f60;}</style>');

$('body').append('<div id="thread_stats_posts_ovl"/>');

function copyStats() { $('#thread_stats_posts_ovl').

text($('#thread_stats_posts').text());}

$(document).on('new_post',copyStats); copyStats();});

Anonymous ID: 139d2e Aug. 26, 2018, 9:29 p.m. No.2751380   🗄️.is 🔗kun   >>1416

>>2751369

>ahh i thought it would be the total number of posts up at the top next to post rate but this is helpful too..does it update as you scroll?

 

it constantly updates. it's handy.