RemoveAdblockThing icon indicating copy to clipboard operation
RemoveAdblockThing copied to clipboard

Playlayout Remove Problem

Open woxxin14 opened this issue 1 year ago • 2 comments

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

Add this code your Script

woxxin14 avatar Jun 27 '24 11:06 woxxin14

Play layout Remove Problem Solve

woxxin14 avatar Jun 27 '24 11:06 woxxin14

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

H3X3R avatar Jun 28 '24 17:06 H3X3R