-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add An Option To Block Youtube Shorts In Desktop #43093
Comments
my bad bro, i searched but unable to find.. |
The only thing the toggles in Android and iOS do are to enable the lists, but desktop have to manually enable the lists and the result will be the same, it's all about Lists or Scriptlets, and they are meant to work easily on both desktop and mobile. BTW, if you want to make it better and redirect Shorts to normal videos, you can use use Nightly. enable now you will see a Developer mode in: create a scriptlet Then you can use https://greasyfork.org/en/scripts/472376-youtube-shorts-redirect/code or what would be:
then in custom adblock rules just add Many of the userscripts will work without any modifications, so you can find many with MutationObserver it is not necessary. Also if you want it on mobile, mobile doesn't offer Custom scriptlets yet, but you can always use rpnt scriptlet, currently only Adguard offers a 'create element' scriptlet that will be able to add the script tag with the content, instead of adding it to an existing one like rpnt does. So that userscript is perfect because it includes both desktop and mobile ones rpnt would function as
If not you use /^/ to match any script tag and then add the code there, if it doesn't work because the script tag is a script src one, you increase the sedCount until it works.
Also, the only thing you remove from the original code is the comments, because This is also the way you can do it on desktop, but custom scriptlets is an amazing new feature on Nightly, so if you use Stable, and want it, you can use the code and I am sure both mobile and desktop should match the same |
Platforms
Windows
Description
As i can see here #38059 . This Feature Is Only Available For Android. It Will be Great If You Guys Can Add It in Desktop Versions.
The text was updated successfully, but these errors were encountered: