Recent content by das10


  1. Latest Firefox released for Windows

    Firefox Nightly Version 156.0a1 now available: https://ftp.mozilla.org/pub/firefox/nightly/2026/08/2026-08-13-20-09-18-mozilla-central/
  2. Solved How do I delete this Thunderbird option

    Usually you would receive CSS code which is formatted as in the example above. But in case you receive any code which is unformatted, you can make it more readable using either an online CSS formatter, or follow some simple rules as shown on various online sites (see example below). Online CSS...
  3. Solved How do I delete this Thunderbird option

    To add more modifications, ideally (from a readability & maintenance point of view), you would just edit the userChrome.css file in say Notepad, and add each new piece of formatted code on separate lines together with brief comments accompanying each style. eg: /* remove Thunderbird PRO entry...
  4. Solved How do I delete this Thunderbird option

    If you want to try a userChrome.css file, try this: 1: Enable the use of stylesheets by going to about:config and toggle this setting to true (In case you didn't know, the about:config is at the bottom of the General settings in the Settings Panel (called Config editor right at the bottom.)...
  5. Solved How do I delete this Thunderbird option

    I can't see any about:config entry regarding that Thunderbird Pro login, but if you use userChrome.css, you can remove it from that menu: userChrome.css /* remove Thunderbird PRO entry in App menu */ .tbpro-header-button {display: none !important;}
  6. Latest Firefox released for Windows

    The FF Nova Customise UI page seems to be 'partly' fixed in Nightly_154.0a1 (it now shows at full height, but padding seems to be missing around the browser container). The new interface still appears to allow all the usual CSS customisations as with the non Nova interface (helpful for those of...
  7. Vivaldi Address Bar Driving me Insane in Tab Bar and Below

    Sorry that didn't work. The only other way I know is to use a user CSS style as a stopgap to hide it, which could work until an update gets rid of the bug you seem to be having. https://forum.vivaldi.net/topic/96738/adding-css-codes-where-how2
  8. Vivaldi Address Bar Driving me Insane in Tab Bar and Below

    If the reset Tab bar doesn't work, then have you tried opening the Toolbar editor, and then just dragging that particular "Address Field" on to any area of the background web page (not the Toolbar editor).
  9. Latest Firefox released for Windows

    The CustomizeUI page still appears to be being worked on (with a low priority) :unsure: https://bugzilla.mozilla.org/show_bug.cgi?id=2039272
  10. Latest Firefox released for Windows

    Currently, Nova appears to be optional (about:config >> search for Nova), but they haven't said if it is going to remain so in future, and you never know if or when they will just thrust it upon the users.
  11. Latest Firefox released for Windows

    It is part of Aris's userChrome theme: https://github.com/Aris-t2/CustomCSSforFx He is no longer going to maintain it so I am trying/experimenting to adapt his theme together with the "Nova" GUI that Firefox has introduced recently (without a lot of success, as the Nova theme is too spacey &...
  12. Latest Firefox released for Windows

    Firefox Widgets on New Tab page now also includes a Sports widget in Nightly (also in Beta?). https://support.mozilla.org/en-US/kb/firefox-new-tab-widgets Firefox Nightly:
  13. Need HD getting full alert

    @dacrone ; Doesn't the AHK command DriveSpaceFree, freeGB, %drive% output the freeGB variable in MegaBytes?
  14. Keep One Change One

    available soon
  15. Change a letter in a six-letter word game

    aerate
Back
Top Bottom