Turn off italics on QQ
deLeecify (Disable italics) by Multipanda
Details
AuthorMultipanda
LicenseCC-BY-SA-4.0
Categoryforum.questionablequesting.com
Created
Updated
Size388 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 Disable italics on QQ
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@description Turn of italics in stories
@version 0.1
@license CC-BY-SA-4.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("questionablequesting.com") {
.bbWrapper > i {
font-style: normal;
}
.bbWrapper > b > i {
font-style: normal;
}
}