Overzealous {LINK REMOVED} made functional.
Steam - unhide removed links by lightwo
Details
Authorlightwo
LicenseCC Zero
Categorysteamcommunity.com
Created
Updated
Size511 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
The link doesn't lead to the URL as this is impossible to do with CSS only.
If a [url] tag contains text, it overwrites the URL, making it impossible to view.
Source code
/* ==UserStyle==
@name Steam - unhide removed links
@namespace steamcommunity.com
@version 1.0
@description Overzealous {LINK REMOVED} made functional.
@author lightwo
@homepageURL https://lightwo.net
==/UserStyle== */
@-moz-document domain("steamcommunity.com"), domain("steampowered.com") {
.bb_removedlink:after {
content: ": ";
}
.bb_removedlink + .collapsed_link {
display: unset !important;
pointer-events: none;
color: #ff0000;
}
}