>>4373696 (lb)
o.0
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.
The pen is mightier than the sword. We are armed with words.
https://ironink.org/?p=3454
God Wins.
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);
});