Download and install "Raspberry Pi Imager" from https://www.raspberrypi.org/software/
Choose "Raspberry PI OS Lite 32" Press Ctrl+Shift+X
- Maybe switch to save always
| // ==UserScript== | |
| // @name Remove YouTube Shorts | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2025-08-21 | |
| // @description Despite repeatedly telling YouTube I don't want to see Shorts in my feed it keeps shoving them down my throat | |
| // @author Pete Haughie | |
| // @match https://www.youtube.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com | |
| // @grant none | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name Remove YouTube Shorts | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2025-08-21 | |
| // @description Despite repeatedly telling YouTube I don't want to see Shorts in my feed it keeps shoving them down my throat | |
| // @author Pete Haughie | |
| // @match https://www.youtube.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com | |
| // @grant none | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name Disable Reddit Video Autoplay | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2025-08-20 | |
| // @description A simple script to disable the media autoplay on Reddit.com which they refuse to fix for desktop | |
| // @author Pete Haughie | |
| // @match https://www.reddit.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=reddit.com | |
| // @grant none | |
| // ==/UserScript== |
| /* | |
| Wiring | |
| 01 3.3V DC POWER --------------- + | |
| 06 GROUND ---------------------- GND | |
| 11 GPIO17 (GPIO_GEN0) ---------- CLK | |
| 12 GPIO18 (GPIO_GEN1) ---------- DT | |
| 13 GPIO19 (GPIO_GEN2) ---------- SW | |
| Compile: |
Download and install "Raspberry Pi Imager" from https://www.raspberrypi.org/software/
Choose "Raspberry PI OS Lite 32" Press Ctrl+Shift+X