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

Details
Authoraral
LicenseAGPL version 3.0
Categorycodeberg.org
Created
Updated
Code size396 B
Code checksumaf05cb77
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}