Makes Wykop.pl more user-friendly.
Wykop Fixes by spunky
Details
Authorspunky
LicenseNo License
Categorywykop.pl
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Wykop Update
@version 20230329.22.40
@namespace ?
==/UserStyle== */
@-moz-document domain("wykop.pl") {
.new {
background-color: #ef703f !important;
}
.new:after {
display: none !important;
}
.home-context,
.category-context {
max-width: 1100px;
margin-left: auto;
margin-right: auto;
}
.sidebar,
.footer {
display: none;
}
main .content {
width: 100% !important;
}
.doodle {
display: none !important;
}
img[src="/static/img/svg/avatar-default.svg"] {
filter: grayscale(1);
}
.notifications.tags {
display: none;
}
section.entry > article .edit-wrapper > footer section.actions ul > li[data-no-bubble] {
opacity: 1 !important;
}
.link-block:has(a[href="/reklama "]){
display: none;
}
/*
.entry:has(.green-profile) {
display: none !important;
}
*/
}
@-moz-document url-prefix("https://wykop.pl/ludzie/") {
.sidebar {
display: block;
position: absolute;
left: calc(100% + 15px);
}
.sidebar section section {
background-color: #212121 !important
}
}