personal use
R34 Tweaks Redux by ninjaraya
Details
Authorninjaraya
LicenseNo License
Categoryrule34
Created
Updated
Size5.8 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 R34 Tweaks Redux
@version 20221221.19.19
@namespace userstyles.world/user/ninjaraya
@description personal use
@author ninjaraya
@license No License
==/UserStyle== */
@-moz-document regexp("https?://rule34.paheal.net/post/.*") {
/* ADs */
/*html > body > article > section:first-child,
html > body > article > section:last-child,*/
html > body > article > section:not(#image-list):not(#paginator):not(#Errormain):not(#Videomain):not(#Imagemain):not(#ImageInfo):not(#comment-list-image),
section a[href="https://rule34.paheal.net/wiki/bad_ads"],
#commentlistrecent,
#comment-list-recent,
#Report_Postleft,
#Friends_of_Pahealleft,
FOOTER {
display: none!important;
}
.exo_wrapper {
font-size: 0px!important;
z-index: -9999!important;
transition: none!important;
width: 0!important;
height: 0!important;
display: none!important;
}
}
@-moz-document regexp("https?://rule34.paheal.net/post/view/.*") {
/* ADs */
table.headbox,
#Uploadhead,
#UserBlockhead,
h3[data-toggle-sel="#Imagemain"],
h3[data-toggle-sel="#Videomain"],
section a[href="https://rule34.paheal.net/wiki/bad_ads"],
.comment.comment_add,
#commentlistrecent,
#comment-list-recent,
#Friends_of_Pahealleft,
FOOTER {
display: none!important;
}
.exo_wrapper {
font-size: 0px!important;
z-index: -9999!important;
transition: none!important;
width: 0!important;
height: 0!important;
display: none!important;
}
#Navigationleft{height: 37px!important;}
#Navigationleft:hover{height: auto!important;}
#Navigationleft .blockbody{opacity: 0!important;}
#Navigationleft:hover .blockbody{opacity: unset!important;}
}
@-moz-document regexp("https?://rule34.paheal.net/post/list.*") {
/* Color Code List*/
/*IMG.highlighted,
.thumb IMG {
width: auto!important;
height: auto!important;
max-width: 100%!important;
max-height: 100%!important;
}*/
.thumb IMG[title*="gif"],
.thumb IMG[title*="GIF"] {
background: #9f0!important;
}
.thumb IMG[title*="animated"] {
/* background: #60F!important;*/
background: #c0c!important;
}
.thumb IMG[title*="png"],
.thumb IMG[title*="PNG"] {
background-image: linear-gradient(to bottom right, #f00, #0ff)!important;
/*border-image-source: linear-gradient(to bottom right, #f00, #0ff)!important;*/
}
.thumb IMG[title*="jpg"],
.thumb IMG[title*="jpeg"],
.thumb IMG[title*="JPG"],
.thumb IMG[title*="JPEG"] {
background-image: linear-gradient(to bottom right, #0ff, #f00)!important;
}
/*[data-ext="mp4"] > A > IMG,*/
.thumb IMG[title*="// mp4"] {
background-image: linear-gradient(to bottom right, #00f, #0f0)!important;
}
/*[data-ext="webm"] > A > IMG,*/
.thumb IMG[title*="// webm"] {
background-image: linear-gradient(to bottom right, #0f0, #00f)!important;
}
.thumb IMG[title*="// webp"] {
background-image: linear-gradient(to bottom right, #80ff80, #8080ff)!important;
}
.shm-image-list {
/*display: inline-flex!important;*/
display: flex!important;
flex-flow: row wrap;
place-items: baseline;
}
.shm-thumb.thumb {
margin: 0 auto 8px!important;
/*margin: 0 19px 8px!important;*/
}
}
@-moz-document regexp("https?://rule34.paheal.net/post/list.*") {
/* BG List */
.thumb img {
background: url(data:image/gif;base64,R0lGODlhEAAQAIAAAMDAwP///yH5BAAAAAAALAAAAAAQABAAAAIfhG+hq4jM3IFLJhoswNly/XkcBpIiVaInlLJr9FZWAQA7)!important;
border: 0px solid transparent!important;
/*border-image-slice: 1!important;*/
padding: 5px!important;
}
}
@-moz-document regexp("https?://.*.paheal.net/_images/.*(\\.png|\\.jpg|\\.jpeg|\\.gif|\\.webp)") {
/* BG IMaGe & hide scrollbar */
body {
background: url(data:image/gif;base64,R0lGODlhEAAQAIAAAMDAwP///yH5BAAAAAAALAAAAAAQABAAAAIfhG+hq4jM3IFLJhoswNly/XkcBpIiVaInlLJr9FZWAQA7) fixed!important;
}
img {
background: unset!important;
}
::-webkit-scrollbar {
width: 0!important;
height: 0!important;
}
}
@-moz-document regexp("https?://rule34.paheal.net/help/search") {
/* help/search */
ARTICLE {
margin: 16px!important;
}
}
@-moz-document regexp("https?://rule34.paheal.net/(?!.*/view/).*") {
::-webkit-scrollbar {
width: 16px;
background: transparent url('http://rule34.paheal.net/themes/rule34v2/bg.png') repeat !important;
}
::-webkit-scrollbar-thumb {
background: #ace4a333 url('http://rule34.paheal.net/themes/rule34v2/bg.png') repeat !important;
border-radius: 10px!important;
-webkit-box-shadow: inset 0 0 6px #80808033!important;
}
::-webkit-scrollbar-thumb:hover {
background: #ace4a3 url('http://rule34.paheal.net/themes/rule34v2/bg.png') repeat !important;
border-radius: 10px!important;
-webkit-box-shadow: inset 0 0 6px #000!important;
}
::-webkit-scrollbar-track {
background: #80808033 url('http://rule34.paheal.net/themes/rule34v2/bg.png') repeat !important;
border-radius: 10px!important;
-webkit-box-shadow: inset 0 0 6px #0003!important;
}
::-webkit-scrollbar-button {
background: #ACE4A333 url('http://rule34.paheal.net/themes/rule34v2/bg.png') repeat !important;
height: 15px!important;
border-radius: 50%!important;
-webkit-box-shadow: inset 0 0 6px #0003!important;
}
::-webkit-scrollbar-button:hover {
background: #ACE4A3 url('http://rule34.paheal.net/themes/rule34v2/bg.png') repeat !important;
-webkit-box-shadow: inset 0 0 6px #000!important;
}
}
@-moz-document regexp("https?://rule34.paheal.net/user#private-messages") {
/* PM */
html > body > article > section:not(#Statsmain):not(#paginator):not(#Errormain):not(#private-messages):not(#Operationsmain):not(#IPsmain):not(#comment-list-image),
section a[href="https://rule34.paheal.net/wiki/bad_ads"],
#commentlistrecent,
#comment-list-recent,
#Report_Postleft,
#Friends_of_Pahealleft,
FOOTER {
display: none!important;
}
.exo_wrapper {
font-size: 0px!important;
z-index: -9999!important;
transition: none!important;
width: 0!important;
height: 0!important;
display: none!important;
}
}