RemoveAdblockThing
RemoveAdblockThing copied to clipboard
Playlayout Remove Problem
let playerControlContainer = document.querySelector('div[playable="true"][id="player-control-container"]'); if (playerControlContainer) { playerControlContainer.remove(); }
Add this code your Script
Play layout Remove Problem Solve
Add it to which line? Tell line number wrt to the original 5.6 script lines of code.