Skip to content

Instantly share code, notes, and snippets.

View vanstrouble's full-sized avatar
🥵
Just coding…

Pedro Vázquez vanstrouble

🥵
Just coding…
View GitHub Profile

https://www.reddit.com/r/uBlockOrigin/wiki/solutions/youtube/#wiki_shorts

! YT Homepage - Hide the Shorts section
youtube.com##[is-shorts]
! YT Menu - Hide the Shorts button
www.youtube.com###guide [title="Shorts"], .ytd-mini-guide-entry-renderer[title="Shorts"]
! YT Search - Hide Shorts
www.youtube.com##ytd-search ytd-video-renderer [overlay-style="SHORTS"]:upward(ytd-video-renderer)
! YT Search and Channels - Hide the Shorts sections
www.youtube.com##ytd-reel-shelf-renderer
@vanstrouble
vanstrouble / git-commands.MD
Created March 26, 2024 18:58
File to remember almost all Git commands.

Comandos importantes de Git

git --version: Muestra la versión de Git.

git help: Información general de Git.

git help log: Información de un comando en específico.

git init: Crea un repositorio local.

@vanstrouble
vanstrouble / iterm2.md
Created March 20, 2024 01:50 — forked from squarism/iterm2.md
An iTerm2 Cheatsheet

Tabs and Windows

Function Shortcut
New Tab + T
Close Tab or Window + W (same as many mac apps)
Go to Tab + Number Key (ie: ⌘2 is 2nd tab)
Go to Split Pane by Direction + Option + Arrow Key
Cycle iTerm Windows + backtick (true of all mac apps and works with desktops/mission control)