异次元优化

异次元样式优化

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 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);