Stack Overflow / Stack Exchange Helper

A Stack Overflow / Stack Exchange Helper

目前為 2021-07-28 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Stack Overflow / Stack Exchange Helper
// @namespace    SanHuo
// @version      0.1
// @description  A Stack Overflow / Stack Exchange Helper
// @author       [email protected]
// @include        https://*.stackexchange.com/*
// @include        https://*.stackoverflow.com/*
// @include        https://stackexchange.com/*
// @include        https://stackoverflow.com/*
// @icon         https://www.google.com/s2/favicons?domain=stackoverflow.com
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    let container = document.querySelector(".container");
    container.style.maxWidth = "100%";
    let content = document.querySelector("#content");
    content.style.maxWidth = "100%";
})();

QingJ © 2025

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