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
5.91k stars 320 forks source link

fixed two audio streams playing simultaneously #511

Closed qw87rt closed 1 month ago

qw87rt commented 1 month ago

Modified the clearAllPlayers function..

By removing all existing iframe elements from the video player container before creating a new one, ensures that there is only one video player at a time.

gedomada commented 1 month ago

It's not working for me

qw87rt commented 1 month ago

are there console errors?

gedomada commented 1 month ago

are there console errors?

Nope

Mailootje commented 1 month ago

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;
MiRw3b commented 1 month ago

This user found a solution: #497 (comment)

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;

unfortunately that's just a temporary fix for users.

Ameer-Jamal commented 1 month ago

This user found a solution: #497 (comment)

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;

This just downgrades and turns off the update notification, we need a code solution for this

Agyvazar commented 1 month ago

It's not working for me

same here

Mailootje commented 1 month ago

This user found a solution: #497 (comment) 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;

This just downgrades and turns off the update notification, we need a code solution for this

Ofc we need a update. But its irritating me. And probably others. Its just a temp solution

Ameer-Jamal commented 1 month ago

This user found a solution: #497 (comment) 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;

This just downgrades and turns off the update notification, we need a code solution for this

Ofc we need a update. But its irritating me. And probably others. Its just a temp solution

I agree good temp fix, but would love if someone can look into it, Im full time rn, but ill look into it on the weekend, also the PRS are back-up, seems like no reviews or merges, its a shame this project has potential to solve a big problem, I would appreciate more maintainers/ approvers and so will many . @TheRealJoelmatic

Antstone2898 commented 1 month ago

5.3 also works