Skip to content

Instantly share code, notes, and snippets.

View rahaaatul's full-sized avatar
🎈
Daydreaming

Rahatul Ghazi rahaaatul

🎈
Daydreaming
View GitHub Profile
/* Hide Shorts Overlay */
.metadata-container.ytd-reel-player-overlay-renderer,
.player-controls.ytd-reel-video-renderer {
opacity: 0;
transition: 300ms ease;
}
/* Show Shorts Overlay */
.metadata-container.ytd-reel-player-overlay-renderer:hover,
.player-controls.ytd-reel-video-renderer:hover {
@rahaaatul
rahaaatul / auto-adb-over-tcpip-docs.md
Last active January 25, 2025 13:22
Auto ADB over TCPIP Documentation
@rahaaatul
rahaaatul / obsidian-sync.md
Last active June 16, 2024 14:35
Obsync: A Two-Way Obsidian Sync

Notice

This gist has been moved to a GitHub repository for better management and updates.

Please visit Obsync to access the latest version and contribute.

Thank you for your support!

@rahaaatul
rahaaatul / zsh_on_termux.md
Last active February 15, 2025 14:14
Installing ZSH on Termux including themes & useful plugins

ZSH on Termux!

Spice up termux with beautiful themes and productivity plugins to make your life easier!

Install ZSH, GIT & LSD

pkg install zsh git lsd vim

Install Oh-My-Zsh

Access Work Profile from Main Profile

Assuming you are using any of these apps to manage your work profile:

  • Shelter
  • Insular
  • Island

Follow these steps below: