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

audio of video plays twice #531

Closed 3dumplings closed 3 weeks ago

3dumplings commented 1 month ago

version 5.5

audio of the video plays twice google, windows

3dumplings commented 1 month ago

changed to version 5.0 seems to be fixed now

boukhir commented 1 month ago

in my case, i had to downgrade to the 3.4 version, the other versions had the same problem

Drone-Catcher commented 1 month ago

how can i downgrade to 3,4

boukhir commented 1 month ago

here's the script of this version (u can find it in the assets of the 3.5 release in this repo), a tampermonkey window should open and u just have to click on downgrade : https://github.com/TheRealJoelmatic/RemoveAdblockThing/releases/download/v3.3/Youtube-Ad-blocker-Reminder-Remover.user.js

btw, to remove the "upgrade notification" of this version u can edit the script using tampermonkey, just remove this part of code : ` if (githubVersion > currentVersion) { console.log('Remove Adblock Thing: A new version is available. Please update your script.');

                var result = window.confirm("Remove Adblock Thing: A new version is available. Please update your script.");

                if (result) {
                    window.location.replace(scriptUrl);
                }

            } else {
                console.log('Remove Adblock Thing: You have the latest version of the script.');
            }`
Istoleyourfrogs commented 1 month ago

audio plays twice in videos + the YouTube shorts are only black screen with sound

gstrange42 commented 1 month ago

here's the script of this version (u can find it in the assets of the 3.5 release in this repo), a tampermonkey window should open and u just have to click on downgrade : https://github.com/TheRealJoelmatic/RemoveAdblockThing/releases/download/v3.3/Youtube-Ad-blocker-Reminder-Remover.user.js

btw, to remove the "upgrade notification" of this version u can edit the script using tampermonkey, just remove this part of code : ` if (githubVersion > currentVersion) { console.log('Remove Adblock Thing: A new version is available. Please update your script.');

                var result = window.confirm("Remove Adblock Thing: A new version is available. Please update your script.");

                if (result) {
                    window.location.replace(scriptUrl);
                }

            } else {
                console.log('Remove Adblock Thing: You have the latest version of the script.');
            }`

It's okay for normal video but YT shorts are still black