Skip to content

deLeecify (Disable italics) by Multipanda

Details

AuthorMultipanda

LicenseCC-BY-SA-4.0

Categoryforum.questionablequesting.com

Created

Updated

Size351 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Turn off italics on QQ

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name deLeecify (Disable italics)
@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;
}
}

Reviews

No reviews yet.