xhduqetz

u/xhduqetz@lemmy.ml
1 posts · 8 comments

Recent posts

Recent comments

on Tab Notes in Firefox · c/firefox · 2 pts · 12d

Thanks, going to try this at work. So far I had used tab group names for short comments, but it's not great in those cases where I have a group of tabs for one topic and want to remember that one tab has open todos and another is waiting for a blocker etc.

I've found that the easiest way to live debug userChrome.css is to:

  1. Open the browser toolbox,
  2. Go to the style editor tab,
  3. Write userChrome in the search box to find it,
  4. Write CSS directly into the browser toolbox integrated editor.

The integrated editor reloads CSS changes as you write, even without saving.

MV2 extensions should work in Thunderbird without modification. I've made a couple of simple extensions that work like a charm in both Firefox and Thunderbird, but I'm not sure if more complex extensions would have issues. The documentation says thus:

Some information listed on MDN may not apply to Thunderbird and some API methods may not be supported. Each API page should include a compatibility chart and if that includes support for Firefox, it should work in Thunderbird as well.

Some MV3 extensions will not work in Thunderbird. See this page for list of missing functionality.

navigator.clipboard.read()/write() has been enabled (see documentation). A paste context menu will appear for the user to confirm when attempting to read clipboard content that is not originated from a same-origin page.

Very nice. The old execCommand API was annoying.