Moves the review box to the left so it is more usable on narrow windows
fanfiction.net move review box to left by erbkaiser
Details
Authorerbkaiser
LicenseCC0
Categoryfanfiction.net
Created
Updated
Size348 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 fanfiction.net move review box to left
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Moves the review box
@author erbkaiser
==/UserStyle== */
@-moz-document domain("fanfiction.net") {
div#review > table > tbody > tr > td:nth-of-type(1) {
display: none
}
}