异次元优化

异次元样式优化

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name         异次元优化
// @namespace    http://tampermonkey.net/
// @version      0.3
// @description  异次元样式优化
// @author       Gavin
// @match        https://www.iplaysoft.com/*
// @icon         https://cdn.iplaysoft.com/ips/icon/apple-v8/180.png
// @grant        none
// ==/UserScript==
var $ = $ || window.$;
$("<style></style>").text(`
#section_hot,#sidebar,#section_postbanner,#rbox_b,#rbox_t,#show_post_side,.post_wechat_qr,.donate,.entry-recommend-posts,#link1111,.entry-meta.clear,#respond{
    display:none;
}
#section_show_post,#section_info{
    width:auto !important;
}
#section_show_post .rbox_c,#section_info .rbox_c{
    background-image:none;
    padding:0 !important;
}
#show_post_entry,.entry,.pagenavi-button,.pagenavi,.entry-banner,.entry-banner img,#content,.entry-dl-area,.imglist{
    width: 980px !important;
}
.entry-banner,.entry-banner img{
    height: 190px !important;
}
.entry-mixed .entry-container {
    width: 752px;
}
div[style="margin:26px auto 26px auto;width:336px;height:280px;"],div[style="margin:40px auto 50px auto;overflow:hidden;"],div[style="margin:-10px 0 0 0;overflow:hidden"]{
    display:none;
}
`).appendTo(document.head);