Assuming you are using any of these apps to manage your work profile:
Shelter
Insular
Island
Follow these steps below:
Spice up termux with beautiful themes and productivity plugins to make your life easier!
pkg install zsh git lsd vim
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!
A flow to automatically activate wireless debugging and set ADB over TCP/IP port 5555, allowing you to continue using your device seamlessly without manual reconfiguration after every restart.
Table of Contents
/* 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 { |