XDA width fix

目前为 2020-08-09 提交的版本。查看 最新版本

// ==UserScript==
// @name         XDA width fix
// @namespace    https://space.bilibili.com/6727237
// @version      0.1
// @author       尺子上的彩虹
// @match        https://*.xda-developers.com/*
// @grant        none
// @description:zh-cn XDA header width fix
// ==/UserScript==

(function() {
    document.getElementsByTagName('header')[0].style.width='zpx';
})();