Skip to content

Instantly share code, notes, and snippets.

View icedmoca's full-sized avatar
🕳️
Getting spaghettified in a blackhole

Kyle Drake icedmoca

🕳️
Getting spaghettified in a blackhole
View GitHub Profile
@icedmoca
icedmoca / readme.md
Created May 25, 2024 05:44
chatgpt remove old messages from browser cache

Insert into Browser console

// Function to remove old messages
function removeOldMessages() {
  // Select all message containers
  const messageContainers = document.querySelectorAll('div[data-testid^="conversation-turn-"]');
  
  // Log the number of messages found
  console.log(`Total messages found: ${messageContainers.length}`);
@icedmoca
icedmoca / how_to_install_neofetch_startup_guide.md
Last active September 3, 2023 08:20
Neofetch Installation and Startup Guide

Neofetch Installation and Startup Guide

This guide outlines how to install neofetch and configure it to run on startup across various environments.

Linux Distributions

1. Ubuntu & Debian

Installation: