Home
About
Contact
Privacy
Disclaimer
Home
Features
_Multi DropDown
__DropDown 1
__DropDown 2
__DropDown 3
_ShortCodes
_SiteMap
_Error Page
Learn Blogging
Documentation
Video Documentation
Download This Template
Download This Template
Home
Free Tool
fdhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
fdhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
Mani
April 22, 2023
Tool Tech - Alphabets Converter
Alphabets Converter
Convert your plain text to stylish alphabets!
Convert
Reset
Free Tool
Post a Comment
0 Comments
Social Plugin
Toggle Dark Mode
Popular Posts
Facebook
Categories
Tags
document.addEventListener('DOMContentLoaded', (event) => { const toggleButton = document.getElementById('dark-mode-toggle'); const body = document.body; // Check if dark mode was previously enabled if (localStorage.getItem('dark-mode') === 'enabled') { body.classList.add('dark-mode'); } toggleButton.addEventListener('click', () => { if (body.classList.contains('dark-mode')) { body.classList.remove('dark-mode'); localStorage.setItem('dark-mode', 'disabled'); } else { body.classList.add('dark-mode'); localStorage.setItem('dark-mode', 'enabled'); } }); });
0 Comments