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.9k stars 318 forks source link

Playlayout Remove Problem #4106

Open woxxin14 opened 3 days ago

woxxin14 commented 3 days ago

let playerControlContainer = document.querySelector('div[playable="true"][id="player-control-container"]'); if (playerControlContainer) { playerControlContainer.remove(); }

Add this code your Script

woxxin14 commented 3 days ago

Play layout Remove Problem Solve

H3X3R commented 2 days ago

Add it to which line? Tell line number wrt to the original 5.6 script lines of code.