User Controls
Posts by Packet
-
2024-04-18 at 1:38 AM UTC in Low-brow, High-taste Lit
-
2024-04-18 at 12:34 AM UTC in Low-brow, High-taste LitI had a dream about cp involving a family member a few nights ago. I've never watched it so I don't know why I dreamt of it, but that's something I'll never jot down. Where am I going with this... Why don't you write something yourself?
-
2024-04-18 at 12:30 AM UTC in Low-brow, High-taste Lit
Originally posted by infinityshock ive found a bunch of non-mainstream interviews online from the civil war, spanish revolution, ww1, ww2, vietnam, and a few other. google searches are useless on anything that doesnt follow the narrative…or is contrary to the jewish propaganda
The Protocols of the Elders of Zion is easy to find on Google. -
2024-04-17 at 11:55 PM UTC in Low-brow, High-taste LitA Serbian Film is banned in many countries.
-
2024-04-17 at 11:48 PM UTC in Low-brow, High-taste LitThe Story of O is pretty fucked. It was written by a woman because someone told her a woman couldn't write like Sade.
-
2024-04-17 at 8:31 AM UTC in Low-brow, High-taste LitI just finished Eugenie Grandet. It was disgusting but I couldn't put it down.
-
2024-04-17 at 7:44 AM UTC in Low-brow, High-taste LitI'm going to start collecting history books before AI re-writes it.
-
2024-03-04 at 3:07 PM UTC in Userscript to Block/Mute UsersWhat ChatGPT came up with ~
// ==UserScript==
// @name Web Forum User Blocker
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Block posts and threads from certain users on a web forum.
// @author Your Name
// @match https://example.com/forum/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
// List of users to block
var blockedUsers = [
"user1",
"user2",
"user3"
];
// Function to check if a post or thread should be blocked
function shouldBlock(element) {
var usernameElement = element.querySelector('.username'); // Change this selector to match the username element in your forum
if (usernameElement) {
var username = usernameElement.innerText.trim();
return blockedUsers.includes(username);
}
return false;
}
// Function to hide blocked posts and threads
function hideBlockedPosts() {
var posts = document.querySelectorAll('.post, .thread'); // Change these selectors to match the post and thread elements in your forum
posts.forEach(function(post) {
if (shouldBlock(post)) {
post.style.display = 'none';
}
});
}
// Run the function to hide blocked posts when the page loads
document.addEventListener('DOMContentLoaded', hideBlockedPosts);
// Run the function to hide blocked posts when new posts are loaded (if your forum uses AJAX)
document.addEventListener('DOMNodeInserted', hideBlockedPosts);
})(); -
2024-03-04 at 3:06 PM UTC in Userscript to Block/Mute UsersHe's going to spam your inbox now.
-
2024-01-28 at 7:29 PM UTC in Does anyone have Kafka's PI?It depends.