Skip to content

Remove ambiguous character warnings on Codeberg by aral

Screenshot of Remove ambiguous character warnings on Codeberg

Details

Authoraral

LicenseAGPL version 3.0

Categorycodeberg.org

Created

Updated

Size396 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the annoying ambiguous character warnings on Codeberg that trigger for curly quotes, etc., in comments and strings.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Remove ambiguous Unicode character warnings on Codeberg
@namespace      github.com/openstyles/stylus
@version        1.0.1
@description    A new userstyle
@author         Aral Balkan
==/UserStyle== */

@-moz-document domain("codeberg.org") {
   div.unicode-escape-prompt {
    display: none !important;
  }
  button.toggle-escape-button {
    display: none;
  }
}

Reviews

No reviews yet.