讨论 » 创建请求
Simple as that.
// ==UserScript== // @name GitHub light // @match https://github.com/* // @grant none // @run-at document-start // ==/UserScript== document.documentElement.setAttribute('data-color-mode', 'light');
Cool, thx.
登录以发布留言。
Simple as that.