I think you will have to use a method other than Mozilla to sign in to connect. I can use google and one other which I forget. Once you are signed in, you may be able to change your connected email account.
An user script of general application is one which changes the background colour of some sites. Also, for facebook only, FBPurity. _https://greasyfork.org/en/scripts/979-nobrighter_ _https://www.fbpurity.com/_
I use bookmarklets also to change background colour. Two are based on a script posted on reddit, two others from _https://www.squarefree.com/bookmarklets/_.
I’m not seeing any such posts on fedia.
See also chrome://global/skin/icons/
After the first ‘private’ session ended, the mod replied to a post to the effect that someone had his phone and had made the sub private. This episode has lasted longer. The first was apparently 8 hours, this is now in its 3rd day.
Evidently, adding a tag to a bookmark enables that section. In my case it’s already there.
Thanks for your help. My idea was misconceived. If the ‘image’ is hidden, there is nowhere to insert ‘checkmarks’.
I amended the code. I am printing it here to be sure. The colour of the checkboxes has not changed. Back to the drawing board. I will try adding !important to the colour.
#menu-history-clear-recent-history .checkbox-check { appearance: none ; background: #e2cfb6; }
Thanks for that. I will look at the link.
The ‘magazine’ was originally created on lemmy so the older threads may originate there. I have looked at one and no comments are shown although there were replies. If you hover over ‘more’ in the heading, you will see a link to Open original URL. In the thread I was looking at, that opened the thread on lemmy.
I haven’t done this but understand it’s possible. You can move the Firefox View tab to another location, for example, to a toolbar. That might avoid the problem.
You could have a look at w3schools.com
There’s an issue with the Simplify Copilot extension which is being updated to fix it.
It no longer shows on about:about (look at that to see what else is available) so, yes, it seems to be no more.
You will have to create if yourself with autoconfig. https://www.userchrome.org/what-is-userchrome-js.html
There are some details here :
https://searchfox.org/mozilla-release/source/browser/base/content/browser-sets.inc
I have never tried to do that. I understand there are details at the link below.
https://searchfox.org/mozilla-release/source/browser/base/content/browser-sets.inc
Strange site. Evidently, this is the link. https://fedia.io/media/25/58/255880ce30b4941c0ec3e23ae6de6f704cf60fc4b5107feee2671387ad3660bc.png
Thank you. That had the desired result on the addons page. I have seen a post on Reddit suggesting the following to limit code to popups :
@media (width >= 700px) {...}
Would it be appropriate to bracket the added lines with that?