Auto Close YouTube Ads

Close and/or Mute YouTube ads automatically!

< Părere la script-ul Auto Close YouTube Ads

Recenzie: Bun, script-ul merge

§
Postat în: 17-04-2024
Editat în: 17-04-2024

Due to update of recent YouTube player, skipButton needs to be changed like the following line:

  skipButton: '.videoAdUiSkipButton,.ytp-ad-skip-button,.ytp-ad-skip-button-modern,.ytp-skip-ad-button',

New CSS selector .ytp-skip-ad-button appended.

§
Postat în: 18-04-2024

About how to obtain the CSS selector.

  1. Open DevTools (Ctrl + Shift + I)
  2. Activate the element selector.
  3. Click the "skip" button on the player.
  4. Double click the class of the <button /> tag at DevTools, and then copy the class name.

Converting from the className ytp-skip-ad-button into CSS selector becomes .ytp-skip-ad-button (prepend one period)

fuzetsuAutor
§
Postat în: 19-04-2024

Thanks kenjiuno.

I haven't gotten the new update to youtube that uses this new selector yet, but I pushed an update that includes it anyway 👍

§
Postat în: 19-04-2024

Thanks for updating script, 1.4.6 works again!

Postează un raspuns

Autentifică-te pentru a posta un răspuns.