Basically the block function of reddit is iffy, this is by design. By not removing the contents but only marking the post as Blocked User you act on the human sense of curiosity, is the same effect as a lootbox, increasing the time user spend on the website.
Because a lot of users on ppd don't argue in good faith and I saw more times a user getting his comment removed by calling a trollpost than the trollpost itself I made this, it works by now 08.29.2023.
You can use the browser extension Requestly and the code on any link that contains the sub you want.
listOfAnnoyingUsers = [
// list with usernames, between ' ' separated by ,
'Glowupgirl111',
'Womanese',
'LillthOfBabylon',
'fiftypoundpuppy',
'obviousredflag',
'Safinated',
'januaryphilosopher',
'TelevisionGloomy5458',
'AstronautLoveShack',
'Soloandthewookiee',
'BigVulvaEnergy',
'JNRoberts42',
'Opening_Tell9388'
]
for (let i = 0; i < listOfAnnoyingUsers.length; i++) {
const divs = document.querySelectorAll('[data-author="'+listOfAnnoyingUsers[i] +'"]');
for (let x = 0; x < divs.length; x++) {
divs[x].style.display = 'none';
} }
[–]Mydragonurdungeon 2 points3 points4 points (5 children) | Copy Link
[–]Independent-Mail-227[S] 4 points5 points6 points (2 children) | Copy Link
[–]Welllarmedhippie 0 points1 point2 points (1 child) | Copy Link
[–]Independent-Mail-227[S] 0 points1 point2 points (0 children) | Copy Link
[–]biscuitcatapult 2 points3 points4 points (1 child) | Copy Link
[–]RatDontPanicAverage Unfrustrated Chump 1 point2 points3 points (0 children) | Copy Link
[–]Welllarmedhippie 6 points7 points8 points (4 children) | Copy Link
[–]Independent-Mail-227[S] 4 points5 points6 points (2 children) | Copy Link
[–]Welllarmedhippie 3 points4 points5 points (0 children) | Copy Link
[–]januaryphilosopher 0 points1 point2 points (0 children) | Copy Link
[–]RatDontPanicAverage Unfrustrated Chump 0 points1 point2 points (0 children) | Copy Link
[–]TermAggravating8043 4 points5 points6 points (1 child) | Copy Link
[–]Independent-Mail-227[S] 2 points3 points4 points (0 children) | Copy Link
[–]Relative_Editor_2179 -1 points0 points1 point (0 children) | Copy Link
[–]ImOverIt06 0 points1 point2 points (0 children) | Copy Link