Skip to content

reenableDefaultStyles by banaanihillo

Details

Authorbanaanihillo

LicenseGPL-3.0-or-later

Category*

Created

Updated

Size536 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Restore default styles such as input of type checkbox visibility, to allow for keyboard navigation as intended prior to Modern Web [/derogatory] fuckery

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       reenableDefaultStyles
@version    2025-01-24
@namespace    userstyles.world
@description  Re-enable keyboard navigation for preferences and such
@author       banaanihillo
@license      GPL-3.0-or-later
==/UserStyle== */

@-moz-document domain("search.citw.lgbt"),
domain("searx.be"),
domain("lyratris.com") {
  /* Re-enable settings "tab" selection */
  .tabs > input[type="radio"],
  /* Re-enable input type checkbox */
  .checkbox-styled > input {
    display: initial !important;
  }
}

Reviews

No reviews yet.