Usuwanie zbędnych bloków i zwiększenie czytelności nowych odpowiedzi
TwojePC.pl by Samotnick
Details
AuthorSamotnick
LicenseNo License
Categorytwojepc.pl
Created
Updated
Size656 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 TwojePC.pl
@version 20240612.11.44
@namespace https://userstyles.world/user/Samotnick
@author Samotnick
==/UserStyle== */
@-moz-document url("https://twojepc.pl/") {
td[align="center"][colspan="2"] {
display: none;
}
table[style="background-color:212530;"], table[style="background-color:d6d4cd"] {
display: none;
}
}
@-moz-document url-prefix("https://twojepc.pl/b.php") {
img[src="graph1/new.gif"] {
display: none;
}
font.txt {
display: block;
}
img[src="graph1/new.gif"] + br + font.txt {
margin-top: 3px;
padding: 5px;
border-left: 3px #903015 solid;
background-color: #444;
}
}