Sorry, it was unclear in my comment. By “it’s actually part of the Mozilla Corporation” I was referring to Firefox, not Mozilla Foundation
Sorry, it was unclear in my comment. By “it’s actually part of the Mozilla Corporation” I was referring to Firefox, not Mozilla Foundation
for anybody that wants to disable it, go to the settings and search for “Allow websites to perform privacy-preserving ad measurement”
(or through the dom.private-attribution.submission.enabled
flag in about:config
)
https://support.mozilla.org/en-US/kb/privacy-preserving-attribution
Just adding that as I understand this, donations to the Mozilla Foundation cannot go towards Firefox, because it’s [edit: Firefox is] actually part of the Mozilla Corporation. To help with funding Firefox people can consider purchasing the Corporation’s other products (VPN/Relay/Monitor), or purchasing merch.
See more here on the AMA on Reddit, and this thread
Especially for sleeping issues, but also for eye strain, I recommend using a program like flux (for a computer) that allows you to set the color temperature for the day and the gradually lower it further at evening and night. This along with dimming or using different lower temperature lightbulbs in the evening/night (not being exposed to bright/florescent lights) really helped me with falling asleep.
edit: also, lowering the brightness on the monitor itself (mine is set to 27) and in the graphics card control panel (39 for me), and then manually lowering it further in the evening/night in the control panel (25>15>9>0 is how I do it)
Some ways to try to revert it (some have already been mentioned)
👉 Go to this page and check if you’re able to opt out of the “Redesigned Watch Page” (source)
👉 Install a userscript addon like Violentmonkey, and then use a script like Classic Youtube Layout (which is based on this script which was outdated in regards to the related videos sidebar)
@match
line of the script then click onallow edits
and change it from*.youtube.com/*
to*://*.youtube.com/*
, or install the script as it is and then put*://*.youtube.com/*
in the “@match rules” line in the settings tab of the script👉 Use uBlock Origin filters like these or these
youtube.com##+js(set, yt.config_.EXPERIMENT_FLAGS.kevlar_watch_grid, false)
should be enough to change the UI back for the most part👉 Use this userscript and Stylus style
👉 The addon Enhancer for YouTube (Firefox / Chrome) also reverts the UI, at least partially
👉 (might only work some times) Use the addon CustomTube - Firefox / Chrome (the default UI is from 2017 but you can choose 2021 in the settings. It’s not exactly like the one from 2023 but it’s close enough)
If you also want to change the number of videos per row in the subscription page and channels’ videos page, then you can add this uBlock Origin code to the “My filters” tab (at the end click “Apply changes”, or Ctrl+S) (this is for 6 items per row but you can change the number in the first 2 line as needed) (source 1 / source 2)