当前为
// ==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';
})();