[-] tjn21@fedia.io 1 points 2 days ago

I marked this solved then saw 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?

[-] tjn21@fedia.io 1 points 5 days ago

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?

2
submitted 1 week ago by tjn21@fedia.io to c/FirefoxCSS@fedia.io

For some time the colours of the popup on about:addons has had the native colours (black on white) instead of the colours set in userContent.css. The addons page itself still has the colours set in the css file.

I opened the Browser Toolbox and disabled popup auto-hide but I wasn't able to identify the selector(s) to use.

This is my code :

@-moz-document url-prefix("about:"), url-prefix("chrome://"), url-prefix("resource://"){ :root { --in-content-page-color: #000080 !important; --in-content-text-color: #000080 !important; --in-content-page-background: #dbc3a3 !important; --in-content-box-background: #e2cfb6 !important; --in-content-deemphasized-text: var(--in-content-text-color) !important; scrollbar-color: #6495ed #d9d9d9 !important; /*var(--in-content-text-color) var(--in-content-page-background) !important;*/ color:var(--in-content-text-color) !important; }

What do I add to change the colours of the popup to conform with the page itself?

[-] tjn21@fedia.io 3 points 3 months 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/.

[-] tjn21@fedia.io 4 points 6 months ago

I'm not seeing any such posts on fedia.

3
submitted 8 months ago* (last edited 8 months ago) by tjn21@fedia.io to c/FirefoxCSS@fedia.io

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; } }

4
submitted 8 months ago by tjn21@fedia.io to c/FirefoxCSS@fedia.io

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; }

[-] tjn21@fedia.io 1 points 1 year ago

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

1
submitted 1 year ago* (last edited 1 year ago) by tjn21@fedia.io to c/FirefoxCSS@fedia.io

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.

[-] tjn21@fedia.io 2 points 1 year ago

I see no icon on fedia. Is it supposed to be in the same place as the icon in lemmy (top left)?

[-] tjn21@fedia.io 1 points 1 year ago

Where do you see that strict ETP sets your time zone to UTC? Setting resistFingerprinting to true does that.

[-] tjn21@fedia.io 1 points 1 year ago* (last edited 1 year ago)

Look at this post by MrOtherGuy : https://lemmy.world/post/687686. For a menu item added by an extension, you should use its label, e.g. menuitem[label="Copy Tab Title and URL"]. Are you aware that there is a FirefoxCSS on this site? https://fedia.io/m/FirefoxCSS/

[-] tjn21@fedia.io 2 points 1 year ago

I'm not willing to try it. Does your OS perhaps contain such a combination?

[-] tjn21@fedia.io 2 points 1 year ago

I also use auto tab discard. This is the only tab to which it prepends a z.

view more: next ›

tjn21

joined 1 year ago