jordwest / news-feed-eradicator

A browser extension that deletes your news feed and replaces it with a nice quote
MIT License
1.16k stars 280 forks source link

Add blocking of youtube shorts #248 #309

Open therealseanwallace opened 3 days ago

therealseanwallace commented 3 days ago

This PR adds blocking of youtube shorts without, as far as I can tell, affecting the rest of the addon.

The behavior isn't ideal; injecting the quote page into the shorts page's DOM turned out to be problematic because of the behavior of youtube's SPA, so it simply redirects to the home page where the code is displayed.

If you want to include this feature and you want changes to this PR, I'm happy to make them. Just let me know.

All the best, Sean