Skip to content

Commit

Permalink
automate darkmode for u
Browse files Browse the repository at this point in the history
  • Loading branch information
ryosukeeeeee committed Feb 20, 2024
1 parent ddccccf commit 0ec07c0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
安装/魔法上网/美化/日常/娱乐/编程的全部...<br />
如您无法访问本站,则说明您的网络环境已被当局封锁,请翻墙访问
</div>

<script>
window.$docsify = {
loadNavbar: true,
Expand Down Expand Up @@ -206,6 +207,17 @@
<script src="./resources/plugins/search.min.js"></script>
<!-- <script src="https://unpkg.com/vanilla-back-to-top@7.2.1/dist/vanilla-back-to-top.min.js"></script> -->
<script src="./resources/vanilla-back-to-top.min.js"></script>

<script src="https://cdn.jsdelivr.net/npm/darkreader@4.9.77/darkreader.min.js"></script>

<script>
DarkReader.auto({
brightness: 100,
contrast: 98,
sepia: 10,
});
</script>

<script>
addBackToTop({
diameter: 56,
Expand Down

0 comments on commit 0ec07c0

Please sign in to comment.