tjn21

joined 1 year ago
[–] [email protected] 1 points 1 week ago

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.

[–] [email protected] 3 points 1 month ago

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/.

[–] [email protected] 4 points 3 months ago

I'm not seeing any such posts on fedia.

[–] [email protected] 1 points 3 months ago

See also chrome://global/skin/icons/

[–] [email protected] 1 points 3 months ago

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.

[–] [email protected] 1 points 4 months ago

Evidently, adding a tag to a bookmark enables that section. In my case it's already there.

[–] [email protected] 1 points 5 months ago

Thanks for your help. My idea was misconceived. If the 'image' is hidden, there is nowhere to insert 'checkmarks'.

[–] [email protected] 1 points 5 months ago (2 children)

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 !important; background: #e2cfb6; }

[–] [email protected] 1 points 5 months ago

Thanks for that. I will look at the link.

3
submitted 5 months ago* (last edited 5 months ago) by [email protected] to c/[email protected]
 

The question about checkboxes inspired me to try to change the colour of unchecked checkboxes in Clear Recent History (ctl+shft+del) in History > Clear Recent History.

I found the menu command in the Browser Toolbox and I used that to identify the modal. On my system is was the 343rd menuitem. My code doesn't work but I don't know why.

#menu-history-clear-recent-history{ .checkbox-check { appearance: none !important; background: #e2cfb6; } }

 

I have a folder of bookmarklets. They all have the same favicon, i.e. the default (globe) icon. It would be useful to change at least two of them to distinctive icons.

I copied code posted recently on another forum. It is only partly effective in that the default icon disappears but, instead of the icon I have named, there is a faint orange blur. The icon I have named is the Facebook icon, a white f letter on a blue background. I began with an .ico file but changed it to a .jpg file, hoping that would help; it didn't. I also tried changing the size from 1616 to 2424 and 50*50, to no avail.

The code is below.

#personal-bookmarks .bookmark-item[scheme="javascript"][label="zap fb"] .toolbarbutton-icon, #personal-bookmarks .bookmark-item[scheme="javascript"][label="zap fb"] .menu-iconic-icon { width: 0 !important; padding-right: 16px !important; background-image: url ("fb16.jpg") !important; }

[–] [email protected] 1 points 8 months ago

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.

[–] [email protected] 1 points 9 months ago

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.

 

I see a double separator below the "Copy link" option in the link context menu seen when you right-click a link. I tried commenting out all the code I have relating to context menus and it's still there.

I have tried adding the separator id (#context-sep-copylink) to code I have to hide various context menu items and that was ineffective.

The text in the menu isn't as large as the screenshot suggests.

SOLVED. It was the separator sendlinktodevice. The other code was hiding the separator below copy link in the image context menu. The double line was just an irritant, not a practical problem, but I'm glad it's gone. Thanks to those who replied.

view more: next ›