Unhides banned reviews by showing the text area for editing reviews everywhere.
Steam - unhide banned reviews by lightwo

Details
Authorlightwo
LicenseCC Zero
Categorysteamcommunity.com
Created
Updated
Size451 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Since the text area for editing reviews always contains the review, this is a neat workaround. Recommended to toggle only when necessary.
Source code
/* ==UserStyle==
@name Steam - unhide banned reviews
@namespace steamcommunity.com
@version 1.0
@description Unhides banned reviews by showing the text area for editing reviews everywhere.
@author lightwo
@homepageURL https://lightwo.net
==/UserStyle== */
@-moz-document domain("steamcommunity.com") {
#ReviewText {
display: none !important;
}
#ReviewEdit {
display: unset !important;
}
}