Steins;Gate 0 watcher

Change widths

// ==UserScript==
// @name         Steins;Gate 0 watcher
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Change widths
// @author       You
// @match        http://steinsgatezero.net/*
// @grant        GM_addStyle
// ==/UserScript==

(function() {
    'use strict';

    GM_addStyle('\
#content {\
    padding: 0;\
}\
#primary {\
    width: auto;\
}\
#secondary,\
.addthis-smartlayers {\
    display:none;\
}\
.entry-content {\
    padding: 0;\
}\
');
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址