Various fixes for Okoun on desktop
Okoun Desktop fix by leknin
Details
Authorleknin
LicenseNo License
Categoryokoun
Created
Updated
Size2.7 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 Okoun Desktop fix
@namespace github.com/openstyles/stylus
@version 1.0.4
@description A new userstyle
@author Leknin
==/UserStyle== */
@-moz-document domain("okoun.cz") {
/*Kategorie pryc*/
h3 {display: none }
/*Aktualizuji uvitaci zpravu pryc*/
span.loading {
display: none !important
}
/*Zalamovaní v prispevku*/
.content, .item .meta, body.userlist .main .main, body.boardlist .main .main {
overflow-wrap: break-word !important;
word-wrap: break-word !important;
}
a {
overflow-wrap: break-word !important;
word-wrap: break-word !important;
}
.nobr {
white-space: break-spaces !important;
}
.spoiler {
white-space: break-spaces !important;
}
.title {overflow-wrap: break-word !important;
word-wrap: break-word !important;
white-space: break-spaces !important;
}
i {overflow-wrap: break-word !important;
word-wrap: break-word !important;
white-space: break-spaces !important;
}
/*odkazovany prispevek*/
.room .item.hilited {margin-left: -0px; ;
}
/*Okolo ikonek*/
.user.ico, .user .ico {
border: none;
background-color: inherit;
}
/* facebook pryc */
.actions .share {
display: none !important
}
/* reklamy fuc */
#adwrapper-bs {visibility: hidden !important}
#adwrapper-lb {display: none !important}
/*Fix Embed Me*/
div.meta> img.embed-me-fumen {display: none !important;}
div.meta> img.embed-me-image {display: none !important;}
div.meta> iframe.imgur-embed-iframe-pub {display: none !important;}
div.meta> div.embed-me {display: none !important;}
div.meta> video.embed-me {display: none !important;}
div.meta> a.hpdescr.embed-me {display: none !important;}
div.meta> div.embed-me-image-container {display: none !important;}
video.embed-me {
max-width: -moz-available;
max-height: 650px;
}
div.embed-me> iframe {
width: 640px;
height: 360px;
}
/*Fix Embed URL*/
a.hpdescr>.css-ezmpfnsevdr {display: none !important;}
a.hpdescr>.css-x6knjeir4l {display: none !important;}
.css-ur0veuotdyl {
max-height: 600px !important;
}
.css-xwcyh0gdhin {
max-height: 600px !important;
}
}
@-moz-document url-prefix("https://www.okoun.cz/favourites.jsp?new=1"), url-prefix("https://www.okoun.cz/favourites.jsp"), url-prefix("https://www.okoun.cz/myBoards.jsp"), url-prefix("https://www.okoun.cz/searchBoards.do"), url-prefix("https://www.okoun.cz/markFavouriteBoards.do") {
/* Kategorie a horni tlacitko pryc */
.boardlist h3 {display: none}
form>span:first-child button.submit {display:none}
}