dark mode
< Feedback de geek dark mode
via浏览器使用此插件时 white按钮固定在右上角,有时候会影响操作,可否改到下边或者自定义位置?
修改代码第42行: button.style.top = '10px'; 改成 button.style.bottom = '10px'; 即可。
button.style.top = '10px';
button.style.bottom = '10px';
Entre para publicar uma resposta.
via浏览器使用此插件时 white按钮固定在右上角,有时候会影响操作,可否改到下边或者自定义位置?