Re-enables the Youtube Autoplay switch
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
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;
}
}