XDA width fix

XDA header width fix

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


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