TheRealJoelmatic / RemoveAdblockThing

The intrusive "Ad blocker are not allowed on YouTube" message is annoying. This open-source project aims to address this issue by providing a solution to bypass YouTube's ad blocker detection
http://joelmatic.com/
MIT License
6.06k stars 331 forks source link

Shorts are blank screen #515

Closed Alw04j closed 3 months ago

Alw04j commented 4 months ago

Version: 5.5

YouTube Shorts are just blank screen, but audio is still available.

The short should play as it is.

image image

OS: Windows 11 23H2 Edge Version 125.0.2535.85 (Official build) (64-bit)

Mailootje commented 4 months ago

You can give this a try:

This user found a solution: https://github.com/TheRealJoelmatic/RemoveAdblockThing/issues/497#issuecomment-2150654219

Just go back to the older version.

Click this link: https://github.com/TheRealJoelmatic/RemoveAdblockThing/releases/download/v3.8/Youtube-Ad-blocker-Reminder-Remover.user.js

Click downgrade.

Edit the script and change this: From this

const updateCheck = true;

To this

const updateCheck = false;