Created
January 4, 2022 11:53
-
-
Save parhammmm/b69ab0b96fd2b4dbbd05bb0ee506a2c1 to your computer and use it in GitHub Desktop.
This file contains 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
# Step 1: install https://chrome.google.com/webstore/detail/replace-youtubes-home-wit/nfffnooajndeeejgejfkbphjocpkblog?hl=en | |
# Step 2: add the following to chrome-extension://cjpalhdlnbpafiamejdnhcphjbkeiagm/dashboard.html#1p-filters.html | |
youtube.com##:matches-path(/feed/explore) .ytd-page-manager | |
youtube.com##:xpath(//*[@id="items"]/ytd-guide-entry-renderer[1]) | |
youtube.com##:xpath(//*[@id="items"]/ytd-guide-entry-renderer[2]) | |
youtube.com##:xpath(//*[@id="section-items"]/ytd-guide-entry-renderer[2]) | |
youtube.com##:xpath(//*[@id="sections"]/ytd-guide-section-renderer[3]) | |
youtube.com##:xpath(//*[@id="sections"]/ytd-guide-section-renderer[4]) | |
youtube.com##:xpath(//*[@id="footer"]) | |
youtube.com##:xpath(//*[@id="buttons"]/ytd-topbar-menu-button-renderer[1]) | |
youtube.com##:xpath(//*[@id="buttons"]/ytd-topbar-menu-button-renderer[2]) | |
youtube.com##:xpath(//*[@id="voice-search-button"]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment