Anonymous ID: 61359e Sept. 1, 2022, 10:49 p.m. No.17480916   🗄️.is 🔗kun

>>17480898

>"it's our fault this is the way it is"

Actually it is our fault for allowing them to take power and put generations to sleep.

These people should have been culled decades ago.

Anonymous ID: 61359e Sept. 1, 2022, 10:54 p.m. No.17480930   🗄️.is 🔗kun   >>0939

>>17480925

>>17480904

Into TamperMonkey or similar:

 

//UserScript

// @name My 8kun Comfy Script

// @version 0.1

// @description No Record Anon

// @author You

// @match https://8kun.top/*

// @icon https://8kun.top/static/favicon-reply-8kun.ico

// @grant GM_addStyle

///UserScript

 

(function() {

'use strict';

 

// Kill vRecorder button on page

GM_addStyle('#vrecorder { display:none !important; }');

 

// Kill ads

GM_addStyle('#thread_ads { display:none !important; }');

GM_addStyle('.bottom_ads { display:none !important; }');

 

})();