User:SD0001/dark-mode-toggle.js

In today's world, User:SD0001/dark-mode-toggle.js has become a relevant topic that impacts different aspects of our daily lives. Its influence is evident in areas such as economy, politics, society and culture. From User:SD0001/dark-mode-toggle.js it has generated an intense debate that seeks to understand in depth its implications and consequences. As User:SD0001/dark-mode-toggle.js continues to gain relevance, it is crucial to analyze its different facets and understand how they affect our reality. In this article, we will explore the various aspects of User:SD0001/dark-mode-toggle.js and its impact on our everyday contexts.
// Promoted to gadget, Dec 2021

mw.loader.using().then(function() {
	if (!mw.user.options.get('gadget-dark-mode-toggle')) {
		new mw.Api().saveOption('gadget-dark-mode-toggle', '1');
	}
});