// ==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 // @downloadURL none // ==/UserScript== (function() { document.getElementsByTagName('header')[0].style.width='zpx'; })();