This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style> | |
| body { | |
| background-color: #313338; | |
| color: #cecece; | |
| display: flex; | |
| justify-content: center; | |
| align-items: center; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |