Skip to content

Enable Autoplay Switch in Firefox by capecodnative

Details

Authorcapecodnative

LicenseNo License

Categoryyoutube.com

Created

Updated

Size283 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Re-enables the Youtube Autoplay switch

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Enable Autoplay Switch in Firefox
@version      20240907.04.00
@namespace    ?
@description  Re-enables the Youtube Autoplay switch
==/UserStyle== */

@-moz-document domain("youtube.com") {
[aria-label~="Autoplay"] {
    display: inline !important;
}
}

Reviews

No reviews yet.