Skip to content

Instantly share code, notes, and snippets.

View Anthonyg5005's full-sized avatar
:octocat:

Anthony Guijarro Anthonyg5005

:octocat:
View GitHub Profile
// ==UserScript==
// @name YouTube Shorts Blocker: My Attention Span's Last Hope
// @namespace http://tampermonkey.net/
// @version 0.5
// @description Outsmart the algorithm. Restores your ability to watch single videos without falling into the Shorts abyss.
// @author Gemini 1.5 Pro + Claude 3.5 Sonnet + GPT o4
// @match https://www.youtube.com/*
// @grant none
// ==/UserScript==
// Make sure to have tampermonkey installed, if this was downloaded as a file then it's not installed/enabled
@Anthonyg5005
Anthonyg5005 / discord.html
Last active May 26, 2024 08:54
web redirect to discord user
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: #313338;
color: #cecece;
display: flex;
justify-content: center;
align-items: center;
@Anthonyg5005
Anthonyg5005 / ArchSuggestions.txt
Last active June 15, 2024 19:51
suggested packages for new Arch installs
pacman -Sy vim nano screen iwd dhcpcd git python python-pip lm_sensors htop wget which unzip sudo devtools base-devel glib2-devel cmake
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
'intel-ucode' for intel processors
'amd-ucode' for amd processors