2024年12月29日日曜日

🚀[JetTheme]強制ダークモード

JetTheme

find this code :
null!==localStorage&&"dark"==localStorage.getItem("theme")&&(document.querySelector("html").className="dark-mode");

replace with this :
null==localStorage.getItem("theme")&&(localStorage.setItem("theme","dark"),document.querySelector("html").className="dark-mode"),"dark"==localStorage.getItem("theme")&&(document.querySelector("html").className="dark-mode");

Setting Template JetTheme - JetTheme
https://www.jettheme.com/2021/03/setting-template-jettheme.html

上の通り

上のリンクはJetThemeのテンプレート設定のページですが、前に書いた通りContact Form Jettheme のコードは現在機能しなくなっています。

F(uriouz)

欲しいものリスト / 優先度の高いほしいものリスト / ☕を奢る
Donate 寄付 カンパ サポート Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.
詳細プロフィールを表示

0 comments:

スパム対策の為コメントをオフにしています。
Disqusは利用出来ます。

注: コメントを投稿できるのは、このブログのメンバーだけです。

...

Recent Posts

 
"The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License."