remove-youtube-shorts icon indicating copy to clipboard operation
remove-youtube-shorts copied to clipboard

TamperMonkey Script to remove YouTube Shorts from the page.

Results 6 remove-youtube-shorts issues
Sort by recently updated
recently updated
newest added

Hi thank you for publishing the script. I have tweaked the query so that it leads to a cleaner result ( at least in the subscription page which is were...

HI, here is the code to block main page of shorts, pls add it if you think it is useful ```javascript const regex = /^https:\/\/www\.youtube\.com\/shorts.*/; if (regex.test(window.location.href)) { window.location.href =...

I added a toggle feature to your script, maybe you like it. (I'm not the best coder yet, so excuse bad habits ) ``` js ( () => { const...

![image](https://github.com/hallzy/remove-youtube-shorts/assets/44753923/897027b0-1daf-4532-bf48-10ee60628f85) I thought it would rearrange the list after removing shorts. Same for grid view, it just creates holes in the feed. ![image](https://github.com/hallzy/remove-youtube-shorts/assets/44753923/def272a3-6144-4a1f-ad68-a314d2247a47) ![image](https://github.com/hallzy/remove-youtube-shorts/assets/44753923/1e9b1366-d744-4f21-8eac-210449eae832)

I think YouTube changed something, and now they don't get blocked anymore

With turned on this extension youtube trending list is empty.