Dark Mode

Simple and effective network-wide eye protection mode (night mode, dark mode, dark mode)

< Feedback on Dark Mode

Question/comment

§
Posted: 2024-06-28

Would you please consider an English version? Thank you.

X.I.UAuthor
§
Posted: 2024-06-29

I don't have this plan.
The script text content is relatively small, generally adjusted according to personal preferences, there is little need to touch the options again.

And the script is currently stable, and no major updates are required in the future.
Therefore, you can directly in the script options Chinese text machine translation to English, convenient for your daily use.

§
Posted: 2024-06-29

Got it, thanks.

§
Posted: 2024-10-17
Edited: 2024-10-17

Got it, thanks.

Here are the important parts translated:

var menu_ALL = [
['menu_disable', '✅ Enabled (Click to disable for this website)', '❌ Disabled (Click to enable for this website)', []],
['menu_runDuringTheDay', 'Keep on during the day (Slightly brighter than night)', 'Keep on during the day', true],
['menu_darkModeAuto', 'Eye protection mode follows the browser', 'Eye protection mode follows the browser', false],
['menu_autoRecognition', 'Intelligent exclusion of websites with built-in dark mode (beta)', 'Intelligent exclusion of websites with built-in dark mode (beta)', true],
['menu_forcedToEnable', '✅ Forced eye protection mode on for this website (👆)', '❌ Not forced eye protection mode on for this website (👆)', []],
['menu_darkModeType', 'Click to switch mode', 'Click to switch mode', 2],
['menu_customMode', 'Customize current mode', 'Customize current mode', true],
['menu_customMode1', , , '60|50'],
['menu_customMode2', , , '60|40|50|50'],
['menu_customMode3', , , '90'],
['menu_customMode3_exclude', , , 'img, .img, video, [style*="background"][style*="url"], svg'],
['menu_customTime', 'Customize day and night time', 'Customize day and night time', '6:00|18:00'],
['menu_autoSwitch', 'Automatically switch mode at night', 'Automatically switch mode at night', ''],
], menu_ID = [];

§
Posted: 2024-10-17
Here are the important parts translated:
[...]

Thank you, I'll try your translation of that part in the code.

Post reply

Sign in to post a reply.