Anonymous ID: 84ca2b Dec. 19, 2018, 5:32 a.m. No.4374497   🗄️.is 🔗kun

>>4374193

Sonofabitches must Pay. Damages + 200 years interest.

 

https://ironink.org/?p=3454

 

End the Fed. End The UN. Execute Traitors. Deport communists, fascists and spies.

Anonymous ID: 84ca2b Dec. 19, 2018, 5:47 a.m. No.4374610   🗄️.is 🔗kun

I found this script on the QResearch programming page. It displays on the upper right of the page the # posts in the bread. Very useful.

In the top right Click [Options] then User JS, then paste this into the box & hit Save:

/// PASTE THIS

$(function(){

$(document.head).append('<style>#post-counter{position:fixed;top:20px;right:10px;font:24px sans-serif;opacity:0.5;color:#f60;}</style>');

$(document.body).append('<div id="post-counter"/>');

function updateCounter() {$('#post-counter').text($('.thread>.post.reply').length);}

setInterval(updateCounter, 500);

});