NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name JoyReactor smartphone layout
// @include *reactor.cc*
// @include *jr-proxy.com*
// @grant GM_addStyle
// @run-at document-start
// @license MIT
// @run-at document-end
// ==/UserScript==
GM_addStyle ( `
#container {
min-width: 720px;
background: #fecc65;
}
.topbar_wr {
min-width: 720px;
height: 65px;
}
.topbar_wr a {
line-height: 65px;
}
.topbar_inner {
min-width: 720px;
max-width: 1260px;
width: auto;
padding: 0 25px;
}
.top_logo {
font-size: 25px;
}
.swf_switcher span {
margin-top: 10px;
font-size: 20px;
}
.sswither {
margin-top: 20px;
}
.sswither span {
margin-top: 0px;
}
.login_wr a {
font-size: 20px;
}
#header {
min-width: 740px;
max-width: 1260px;
width: auto;
padding: 0 25px;
}
#page {
min-width: 740px;
max-width: 1260px;
width: auto;
}
#navcontainer {
text-align: left;
}
#navcontainer ul li{
margin: 0;
}
#searchmenu {
width: 200px;
padding: 0 20px;
}
#s {
width: 130px
}
#content {
width: auto;
}
.post_top {
padding-right: 0px !important;
}
.uhead_share {
display: none;
}background-size: cover !important;
}
` );