Firefox 22.0: Find out what is new

Martin Brinkmann
Jun 24, 2013
Updated • May 22, 2018
Firefox
|
17

Mozilla is currently preparing to upgrade all versions of the Firefox web browser starting with the stable version of it tomorrow. Firefox 21 will be upgraded to version 22 on Tuesday, while Beta, Aurora and Nightly users of the browser will have to wait a day or so longer before their version of the browser is updated as well.

Mozilla is currently preparing to distribute the newest version of Firefox to its ftp server and from there to its mirror distribution system. Once that is out of the way, the official release announcement will be made on the website.

Firefox users can use the automatic update feature of the browser to upgrade to Firefox 22, or download the latest version of the browser from the Mozilla website instead and install it from there.

Firefox 22 What’s New

The official release notes have not been made available yet which is why I rely on the beta change log as the main source of information. You find all sources that I have used at the bottom of the article.

Mozilla may pull features from the final version of the browser. If that is the case, I'll update the article with the additional information as soon as the official change log goes live.

Note that the much awaited new third-party cookie policy will not be available in Firefox 22 as outlined here.

Operating system specific

Firefox on Windows is now following display scaling options which may render text larger on high resolution displays. Some users may notice that web pages and the browser UI appear magnified in Firefox 22.

The layout.css.devPixelsPerPx preference handles this and lets you fine tune the size of all fonts and other elements in the browser. To reduce the font size, use values between 0.05 and 1.0, to increase the size of fonts, use values greater than 1.0.

The default value of the preference is -1.0.

To modify it do the following:

  1. Type about:config into the browser's address bar and tap on the enter key.
  2. Confirm that you will be careful if the warning appears.
  3. Filter for layout.css.devPixelsPerPx.
  4. Double-click the entry and change its value.
  5. Note that changes take effect immediately. You can right-click the preference and select Reset to set it to its default value again.

Mac users who work with Firefox will now see the progress of downloads in the Dock icon.

WebRTC is now enabled by default

Web Real-Time Communication support has been integrated partially in previous versions of the Firefox web browser. The first component that was integrated into Firefox was getUserMedia, a component that allowed the capturing of camera and microphone streams.

Now, PeerConnection and DataChannels are turned on by default as well paving the way for real-time audio and video calls as well as the sharing of data and reduced latency in real-time communications and applications.

HTML5 Audio and Video Playback Speed modifications

HTML5 audio video playback speed

Firefox 22 users can modify the playback speed of HTML5 audio or video contents. This only works if the native player is used, and not if the website is using its own media player.

This means that it won't work on YouTube even if you signed up for the HTML5 beta as Google is using its own player. YouTube on the other hand makes this option available as well in its player.

H.264, Mp3 and AAC support on Windows Vista

Windows Vista users can now play media files using the H.264, Mp3 and AAC codecs without third party plugins. Mozilla implemented the feature first in Firefox 21 for Windows 7 and 8, and has not enabled it for Vista. Linux will receive it in Firefox 24 when everything goes as planned.

Starting with Firefox 23, hardware acceleration will be supported as well for the playback of supported media files.

Performance improvements

Performance is always a hot topic. Firefox 22 should give users of the browser a nice performance boost thanks to the integration of asm.js in that version of the browser.

You can expect that - some - JavaScript code will execute a lot faster once you have upgraded to or installed Firefox 22. Additional information about asm.js are available here. Note that they are mostly useful for developers.

That's however not the only performance improvement in Firefox 22.  The WebGL rendering performance has been improved thanks to asynchronous canvas updates. So, instead of having to wait for sync transactions, this is now handled asynchronously speeding up the process. Check out this bug report if you are interested in finding out more.

Social Services

Management of social services implemented in the browser's add-ons manager. Firefox notifies you about the possibility when you first install a new service in the browser.

You can open the add-ons manager and select Services here to disable or remove any service that you have installed in the browser.

Other changes

  • Improved memory usage when rendering images. This should help on systems with low amounts of RAM if pages with large images are viewed regularly.
  • Firefox is now using word wrap for plain text files.
  • Plugin information are no longer saved in the pluginreg.data file. This is done to avoid issues with plugins being activated again in the browser after updates or modified click to play settings.
  • The about:plugins page is now highlighting the full plugin path again, so that the preference plugin.expose_full_path is not needed anymore. It will be removed from Firefox in version 24.

Developer changes

  • The CSS3 Flexible Box has been enabled by default (introduced in Firefox 18)
  • The initial value for min-width and min-height is 0.
  • Node.getUserData, Note.setUserData, Node.isSupported and Note.attributes have been removed (DOM).
  • HTMLMediaElement.crossorigin and HTMLInputElement.inputmode have been renamed to HTMLMediaElement.crossOrigin and HTMLInputElement.inputMode.
  • XHR multipart response support has been removed.
  • HTML elements with tag names no longer use the HTMLSpanElement.
  • LSProgressEvent, ProgressEvent.initProgressEvent and SVGEvent have been removed.
  • Unknown SVG Elements will be SVGElement and not SVGUnknownElement.
  • NoteIterator.detach does nothing.
  • ParallelArray is now disabled in Beta, Release and ESR channels but not in Aurora and Nightly channels.
  • HTML5 data element has been added to the browser.
  • The range state of the input element has been implemented.
  • ASM.js optimizations are enabled.
  • ES6 Arrow Function syntax has been implemented.
  • The new Object.is function has been added.
  • Pointer Lock API can now be used outside of full screen.
  • New Web Notifications API implemented.

Firefox Developer Tools

  • Font Inspector now shows which fonts on your computer are applied to the page.
  • Dev tools can now be docked to the right side and not just the bottom of the screen.
  • Visual paint feedback mode shows when and where a page is repainted.

Security updates

    1. The | Components | object is no longer accessible from web content.
    2. MFSA 2013-62 Inaccessible updater can lead to local privilege escalation
    3. MFSA 2013-61 Homograph domain spoofing in .com, .net and .name
    4. MFSA 2013-60 getUserMedia permission dialog incorrectly displays location
    5. MFSA 2013-59 XrayWrappers can be bypassed to run user defined methods in a privileged context
    6. MFSA 2013-58 X-Frame-Options ignored when using server push with multi-part responses
    7. MFSA 2013-57 Sandbox restrictions not applied to nested frame elements
    8. MFSA 2013-56 PreserveWrapper has inconsistent behavior
    9. MFSA 2013-55 SVG filters can lead to information disclosure
    10. MFSA 2013-54 Data in the body of XHR HEAD requests leads to CSRF attacks
    11. MFSA 2013-53 Execution of unmapped memory through onreadystatechange event
    12. MFSA 2013-52 Arbitrary code execution within Profiler
    13. MFSA 2013-51 Privileged content access and execution via XBL
    14. MFSA 2013-50 Memory corruption found using Address Sanitizer
    15. MFSA 2013-49 Miscellaneous memory safety hazards (rv:22.0 / rv:17.0.7)

Additional information / sources

Summary
Firefox 22.0: Find out what is new
Article Name
Firefox 22.0: Find out what is new
Description
Mozilla is currently preparing to upgrade all versions of the Firefox web browser starting with the stable version of it tomorrow. Firefox 21 will be upgraded to version 22 on Tuesday.
Author
Publisher
Ghacks Technology News
Logo
Advertisement

Tutorials & Tips


Previous Post: «
Next Post: «

Comments

  1. Jonas said on September 27, 2019 at 7:31 pm
    Reply

    Since I’ve rarely wanted to transfer more than one tab between browsers, I’m not inclined to install another extension just for that — especially one that (according to your description) closed all my tabs in the process. In the past I’ve just copied and pasted the URL, but (even for just one tab) that is a little tedious.

    I just tried an interesting little experiment, with a useful result. (I did this on my Mac, but I’m guessing it would work on other platforms too.) I’m reading this article in Firefox, so I opened a new blank window in Chrome. At the top of both browser windows, at the far-left end of the URL bar, there’s a little icon of the letter “i” in a circle. (If you hover over it in Firefox, it says “Show site information”; in Chrome, hovering it says “View site information” — that’s the icon I’m talking about.)

    I simply dragged the Firefox “i” icon from the top of this page, into the Chrome window — and this page loaded in Chrome! It worked! Then I tried something just a bit trickier, in the other direction — I first (from a bookmark) loaded into Chrome a page from my local web-development server (i.e. not online)… then dragged the “i” icon from the Chrome toolbar into this Firefox window — and it worked then too!

    So, although I have no interest in the OneTab extension, I just learned something useful! I hope other people find this trick useful too. (Later I’ll try it in Safari — maybe it works in every browser?)

    1. Martin Brinkmann said on September 28, 2019 at 8:03 am
      Reply

      Interresting find Jonas, thanks for sharing!

      1. John G. said on August 27, 2023 at 8:13 pm
        Reply

        Your comment doesn’t appear to be one of the real @Martin, because there is no black label rounding the entire title of the comment as before. :S

  2. kero said on January 30, 2020 at 10:08 am
    Reply

    I also used onetab already and didn’t even know they had this feature. Thanks so much.

  3. Legion said on February 17, 2021 at 2:53 pm
    Reply

    Exporting tabs to FF: “The address wasn’t understood. Firefox doesn’t know how to open this address, because one of the following protocols (chrome-extension) isn’t associated with any program or is not allowed in this context.”

    Useless.

  4. DMoRiaM said on August 17, 2023 at 2:52 pm
    Reply

    And the most important information was left out of the article or it don’t even exist in the first place: how to completely disable such functionality.

    1. Tom said on August 23, 2023 at 8:59 am
      Reply

      Your comment doesn’t make any sense at all. It’s an explicit user action to import data from other add-ons. If you don’t want it you just don’t do it.

      1. Christoph said on August 25, 2023 at 9:14 am
        Reply

        This comment actually does make a lot of sense, and I am actually searching for this. Some people do NOT want websites to be (badly) translated, so they never use such a feature. The things is, every time I visit a non-english website this annoying menu pops up, and the button is another element in the URL bar cluster of useless unused features. I do not want to add all languages to a “do not translate” list, instead I want a “hide button” or “disable translations completely” setting.

      2. Christoph said on August 25, 2023 at 9:24 am
        Reply

        This comment actually does make a lot of sense, and I am currently searching for this. Some people do NOT want websites to be (badly) translated, so they never use such a feature. The things is, every time I visit a non-english website this annoying menu pops up, and the button is another element in the URL bar cluster of useless unused features. I do not want to add all languages to a “do not translate” list, instead I want a “hide button” or “disable translations completely” setting.

      3. Christoph said on August 25, 2023 at 9:32 am
        Reply

        my bad. somehow my, and I think DMoRiaM’s comment got mixed into the wrong article. Haha.

    2. Christoph said on August 25, 2023 at 9:34 am
      Reply

      go to about:config and set browser.translations.automaticallyPopup to false.

  5. Sean said on August 17, 2023 at 11:34 pm
    Reply

    Does this hack still work on FF 107 or whatever is most current?

    1. Addlibs said on August 19, 2023 at 9:27 pm
      Reply

      Firefox 118 seems to be officially rolling this out by default: https://support.mozilla.org/en-US/kb/website-translation

      1. zed said on August 20, 2023 at 11:08 am
        Reply

        Hoping Mozilla won’t remove the option altogether in the future as they already did for other, ahem, unwanted features… Why don’t they listen to their users instead?

      2. owl said on August 21, 2023 at 4:13 am
        Reply

        @zed,

        your reply seems to be Addlibs (according to your RSS reader),
        Addlibs did not intend to comment on this article “OneTab browser extension”, but regarding Firefox’s new built-in fullpage translation “Firefox Translation”.
        Firefox Fullpage Translation
        https://support.mozilla.org/en-US/kb/website-translation

  6. dmacleo said on August 20, 2023 at 5:22 pm
    Reply

    what the heck is going on with comments on this site lately?
    first comment on THIS article was 9-2019.

    1. John Wold said on August 21, 2023 at 2:50 am
      Reply

      Looks like the comments database is corrupted.

      Besides old comments appearing in new articles, the same comment appears in multiple articles.

      Also I answered a comment in one article, and the same answer appeared as an answer to a different comment by the same person.

  7. owl said on August 21, 2023 at 4:16 am
    Reply

    @Martin Brinkmann,

    Anyway, please deal with this anomaly ASAP.
    Comments are a mess, irrelevant and chaotic.
    If there is no prospect, Ghacks Technology News should be put on hiatus until the system is fixed.

    1. Frankel said on August 21, 2023 at 11:46 am
      Reply

      It’s the same as before with endless monologues or people telling others why they are wrong.

      1. Guest said on August 23, 2023 at 3:55 pm
        Reply

        Actually, Frankel, it’s you who’s wrong

  8. martins Lutes said on August 22, 2023 at 4:39 pm
    Reply

    This is all techo-BS. What people want is far simpler: a hotkey toggle: images on/images off. Is that really so complex? Seems so. It’s like autoplay videos on/off. In that case you can set it to off but it doesn’t stick. Typical digiocy.

  9. Mystique said on August 23, 2023 at 11:11 am
    Reply

    This isn’t great but it might help people that have moved from chrome to firefox to some extent. I can’t tell you the amount of time I have seen people complain that a certain extension they use on google is not available and the only thing holding them back from moving over when they are actually wrong and the very same developer has a Firefox version also. I would always encourage manually looking as there are always hidden gems.

    In regards to the website I have reached out to Martin personally and to his credit he replied very quickly. He has informed me that they are aware of the problems and are attempting to fix it.

    Martin is no longer involved in the technical management of the site so I imagine if we want to ask someone then our comments would perhaps be better directed towards Softonic.

  10. John G. said on August 23, 2023 at 11:39 am
    Reply

    I don’t understand what is happening here with the comments. The counter shows zero comments and then inside there are some comments from older dates even since years. And mostly of them are non related by the way with the article. So sad what’s going on and nobody is still fixing it. :S

    1. Herman Cost said on August 23, 2023 at 5:35 pm
      Reply

      This site now appears to be mostly be created and run by AI. On the positive side (if there is one), I guess we can assume at some point the AI will be capable of recognizing and fixing corrupted files and the like.

  11. Andy Prough said on August 23, 2023 at 6:05 pm
    Reply

    “Import Chrome extensions” …. (by installing comparable Firefox extensions) … (for a small number of extensions).”

    What a bunch of bogus PR spin. Someone who liked uBlock Origin on Chrome could already install it just fine on Firefox with a couple of mouse clicks. This just adds extra unnecessarily complicated steps to something that was already dead simple, all in order for Mozilla to claim fake one-to-one compatability that doesn’t actually exist.

  12. Ray said on August 23, 2023 at 9:57 pm
    Reply

    It would be interesting if Firefox could install Chrome Addons directly from the Chrome Web Store. Although there would probably be some incompatibility, perhaps there’s a shim to translate some Chrome-specific WebExtension APIs over to Firefox. Microsoft Edge can install extensions directly from the Chrome Web Store, but Edge is using the same Blink web engine as Chrome so that makes things easy.

    Don’t really care about importing as I never use that feature.

  13. Rex said on August 24, 2023 at 11:50 am
    Reply

    Just retire Gecko and join the Blink bandwagon already, Mozilla. Then you can guarantee 100% Chrome extension compatibility! /s
    Not like your browser is getting much attention let alone budget compared to your other woke social justice initiatives.

  14. Anja said on August 24, 2023 at 2:36 pm
    Reply

    Hello,

    does anyone know if the STG has issues with the sidebar at the moment? I just added it and can not find any option to use it in the sidebar. I am also using an add-on for tree style tab…this might be the source of the problem?

    Greetings, Anja

  15. Pete willams said on August 25, 2023 at 1:41 am
    Reply

    tried typing- about:config -in the search bar -( I want to enable javascript) but it simply will NOT open!

  16. Anonymous said on August 27, 2023 at 4:51 pm
    Reply

    I tried Firefox Translate, but it doesn’t do Chinese or Japanese, and that’s a deal-breaker for me. I uninstalled it and am sticking with the Google Translate extension.

  17. ECJ said on August 27, 2023 at 7:07 pm
    Reply

    “…Vivaldi and Brave use self-hosted solutions, which still require connections, but offer better privacy than an integration of Google Translate or other third-party translation services would offer.”

    While I like Brave as a browser, their translation “solution” just plain sucks. I’d rather have the data sent to Google or Bing, than have a translate feature that just doesn’t work properly. Not only is it not possible to select just a section of text to translate, but to make it worst, most of the time translating the whole page in Brave is either really unbearably slow, or more often than not, it just won’t translate the page at all and displays a “This page couldn’t be translated” error. It’s pretty pointless if their users need to keep using something else to translate pages and have to give up their privacy anyway.

    The native translate feature in Firefox sounds like a much better solution than what Brave use.

  18. Merlin said on August 27, 2023 at 8:05 pm
    Reply

    Great news, thanx FF devs! Hopefully, more languages will be available in the future. So happy!

  19. TelV said on August 28, 2023 at 1:18 pm
    Reply

    Floorp comes with its own built-in translator. It’s been like that ever since the first release in fact.
    https://floorp.app/download

  20. Mystique said on August 29, 2023 at 1:39 pm
    Reply

    Article title: Firefox 117: native language translations, last Firefox 102 update and security fixes
    https://www.ghacks.net/2023/08/29/firefox-117-native-language-translations-last-firefox-102-update-and-security-fixes/

    I think for now every time I comment on an article I am going to put the title of the article and/or the URL of said article because I am seeing my own comments which are from another Firefox related article but not exactly this one.

    In regards to this website Martin does not have administrative access to the back end of the website. It would fall on softonic international to fix it now which seems to be of very low priority.

    This might be the straw that broke the camels back for ghacks which is a shame because it had many good comments and articles that go way back. Moving away from it would suck.

    Maybe try contacting them here to see if you can get any action.
    https://hello.softonic.com/contact/

  21. Quinton Blakely said on August 30, 2023 at 3:31 pm
    Reply

    Can you help me please.

  22. Brian said on September 1, 2023 at 12:15 am
    Reply

    Latest version, they pust their VPN (powered by Mullvad) yet again. Instead of writing version changes. sigh. https://imgur.com/g6N20bN

  23. Shiva said on September 1, 2023 at 10:01 am
    Reply

    Luckily I had a recent backup available. Firefox was no longer giving me access to profiles when I reinstalled version 116.03 and was asking me to create a new profile. It asked me to upgrade last night and to my surprise all theJS scripts were gone.
    https://github.com/xiaoxiaoflood/firefox-scripts/issues/265

  24. Firewall said on September 1, 2023 at 3:58 pm
    Reply

    Firewall: “Deny [Firefox] outgoing connections to domain nextdns.io”

  25. Firewall said on September 1, 2023 at 9:56 pm
    Reply

    Firewall: “Deny [plugin-container] outgoing connections to domain cloudflare-dns.com (including mozilla.cloudflare-dns.com)”

  26. Zibtek said on September 13, 2023 at 8:46 am
    Reply

    It’s exciting to hear that Mozilla is actively working on a design refresh for their Firefox web browser, internally referred to as Photon. The last major redesign, known as Proton, was introduced in Firefox 57 back in November 2017. Since then, Mozilla has made some interface changes, including the controversial address bar overhaul in Firefox 75 Stable.

    While specific details about the design refresh are currently limited, Mozilla has created a meta bug on Bugzilla to track the changes. Although no mockups or screenshots have been shared yet, the bug names provide some insights into the elements that will receive a refresh, such as the address bar, tabs bar, main menu, infobars, doorhangers, context menus, and modals.

    The new design is scheduled to be released in Firefox 89, which was initially planned for a mid-2021 release, specifically May 18, 2021. However, as development work is still ongoing, there is a possibility of a delayed release.

    1. TelV said on September 13, 2023 at 11:58 am
      Reply

      @ Zibtek,

      I’m already using Photon on Floorp which is a fork of Firefox. Here’s a pix of what it looks like:
      https://i.postimg.cc/8PsK7DjV/floorp-photon.png I enabled the menu bar at the top, but you can turn it off if you don’t like it.

      Floorp is a Japanese browser based on FF102. I’ve been using it as my default browser ever since ‘owl’ pointed it out on the Ghacks site last year (or was it this year, can’t remember exactly when). In any event it contains many more enhancements than the vanilla version of Firefox. It also comes with searXNG search engine in the list of search engines provided which saves having to install it yourself.

      Floorp download: https://floorp.app/en/

  27. owl said on September 13, 2023 at 9:03 am
    Reply

    My comment is regarding the following,
    Article title:
    Mozilla patches critical WebP security issue in Firefox and Thunderbird
    >> ghacks.net/2023/09/13/mozilla-patches-critical-webp-security-issue-in-firefox-and-thunderbird/#respond

    Indeed, today, those patch versions were applied through automatic updates.
    However, since I had disabled the “WebP” function, I was not interested in that topic (Google, etc.).

    Regarding Thunderbird:
    Today finally,
    My Thunderbird 102.14.0 (en-US) was updated with “Thunderbird 102.15.1 (x64)” through the automatic update feature.
    By the way,
    Naturally, it will not be automatically updated to 115 (Supernova).

    Anyway,
    it is clear from Bugzilla that the bug fixes related to migration from 102 to 115 are not complete, so existing users of “102” should refrain from manually updating to 115.
    >> ghacks.net/2023/09/08/thunderbird-102-to-115-upgrades-are-now-enabled/#comment-4573569

    Betterbird has been released 115.2.1-bb11 (12 September 2023) . Betterbird make Thunderbird a faithful upstream.
    Betterbird: Release Notes
    >> betterbird.eu/releasenotes/?locale=en-US&version=115.2.1&channel=default&os=WINNT&buildid=20230911203543

    1. owl said on September 13, 2023 at 9:31 am
      Reply

      @Martin Brinkmann,

      I posted in response to an article published on 2023/09/13.
      Article title: Mozilla patches critical WebP security issue in Firefox and Thunderbird. >> ghacks.net/2023/09/13/mozilla-patches-critical-webp-security-issue-in-firefox-and-thunderbird/
      However, the link was to an unrelated article published on 2019/09/27.
      >> ghacks.net/2019/09/27/how-to-import-tabs-from-chrome-to-firefox-and-vice-versa/

      This kind of “disorder of Articles and Comments” has been going on for another month.
      Is this an obvious (by Softonic, which operates and manages ghacks.net) act of sabotage against Martin and Ashwin?
      It’s really frustrating!

  28. Anonymous said on September 13, 2023 at 11:09 am
    Reply

    [ My comment is on “Mozilla patches critical WebP security issue in Firefox and Thunderbird” https://www.ghacks.net/2023/09/13/mozilla-patches-critical-webp-security-issue-in-firefox-and-thunderbird/ though not directly related to that article ]

    What happened to gHacks? When the site was bought out, Martin assured us it wouldn’t go downhill and he’d maintain editorial control, but the AI-written articles are ruining the quality of the site. I’ve been tempted to drop the site from my RSS reader because of this. Is there an RSS feed with only the human-written articles? Individual feeds for each author isn’t a good solution.

  29. Mystique said on September 13, 2023 at 1:38 pm
    Reply

    Article Title: Mozilla patches critical WebP security issue in Firefox and Thunderbird
    Article URL: https://www.ghacks.net/2023/09/13/mozilla-patches-critical-webp-security-issue-in-firefox-and-thunderbird/

    If anyone was unaware you should download the extension “Don’t Accept WebP” regardless of the patch. WebP is absolute trash that is unnecessary and clearly an issue. I would rather my images be in their native format and not some recompiled trash such as WebP.

    I have absolutely no love for the parent company of this website.

    1. bruh said on September 13, 2023 at 6:33 pm
      Reply

      I agree, this is so atrocious – most of the time you can even tell by the URL what format the original image was in – this “reconvert-on-the-fly” nonsense is terrible – but especially so when you’re converting a lossy format, which should be avoided as often as possible.

      Sometimes you can edit the image URL to get it to send the right image, unfortunately “don’t accept WebP” doesn’t always work – but that’s why they offer a built in conversion, I suppose.

    2. TelV said on September 13, 2023 at 6:46 pm
      Reply

      @ Mystique,

      Thanks for the tip (about the addon). I wasn’t aware that Webp was a vulnerability.

  30. News filter for ghacks said on September 13, 2023 at 8:44 pm
    Reply

    I read only Martin Brinkmann’s, Mike Turcotte’s, and Ashwin’s articles. Add uBlock Origin news filter for ghacks:

    ! 2023-09-13 https://www.ghacks.net/
    ghacks.net##.hentry,.home-posts:not(:has-text(/Martin Brinkmann|Mike Turcotte|Ashwin/))

    1. Anonymous said on September 14, 2023 at 7:50 am
      Reply

      @ https://www.ghacks.net/2023/09/13/mozilla-patches-critical-webp-security-issue-in-firefox-and-thunderbird/#comment-4573641

      I tried your uBlock filter on Brave snap packaga for Ubuntu, but it doesn’t work, do I need to restart the browser?

      I have noticed uBO doesn’t fully work on Brave, for instance the Element Picker can’t pick anything while the Zapper do, but not 100%, Nuke Anything works much better, but it’s only temporarily.

  31. bruh said on September 19, 2023 at 5:53 pm
    Reply

    “important address bar change” alright calm down… lol

    I have gotten rid of the stupid shield and the “not secure” box, and have it set up so that it always displays the full URL (I think…?).

    In a perfect world, it should just always show the full url, no icons, or emojis, or anything like that.

    “Users may want to know why Firefox is no longer displaying https:// in the address bar” I’ll bet nobody will notice anything – apart from a select few autists like myself who customise everything and don’t like change.

    1. Tom Hawack said on September 19, 2023 at 6:57 pm
      Reply

      “Users may want to know why Firefox is no longer displaying https:// in the address bar”

      Why, I don’t know either (a breeze of madness or is it of love in the air), but there’s an about:config to handle that as well (Firefox) :

      // display all parts of the url in the location bar (do not trim)
      pref(“browser.urlbar.trimURLs”, false); // Dfault=true

      Things, too many, too often are decided in spite of common sens.

  32. Anonymous said on September 19, 2023 at 7:48 pm
    Reply

    Firefox is always copying whatever Chromium does… it is like they are a Chromium browser without the name and having trouble rendering many websites. In fact, it is like they are getting 400million just for existing and adopt anything Google releases or does, like web extensions, widevine, safe browsing and then visual changes like this.

    I like how some people think there is a choice, and the choice is better than the leader… while still failing at basic stuff.

  33. Anonymous said on September 19, 2023 at 7:52 pm
    Reply

    What’s the point of these useless changes? Just show the full address with the protocol at all times and be done with it…

  34. Grand Prosecutor Jihana said on September 19, 2023 at 8:55 pm
    Reply

    I set the User Agent address bar to always show the entire URI in a unmasked format.

    Martin, as of 19 September 2023, the gHacks comments system is still severely mangled. Data subjects have considerable rights conferred on them; where those decisions are likely to affect them.

    1. Grand Prosecutor Jihana said on September 21, 2023 at 4:54 pm
      Reply

      Let’s start again. “I set the User Agent address bar to always show the entire URI in [an] unmasked format.”

      Hallowed be the memory of the Lost Souls.

  35. Anonymous said on September 19, 2023 at 9:40 pm
    Reply

    “HTTPS doesn’t mean safe:
    Many people assume that an HTTPS connection means that the site is secure. In fact, HTTPS is increasingly being used by malicious sites, especially phishing ones.”

    [https://www.kaspersky.com/blog/https-does-not-mean-safe/20725/]

  36. Anonymous said on September 19, 2023 at 9:41 pm
    Reply

    HTTPS doesn’t mean safe
    Many people assume that an HTTPS connection means that the site is secure. In fact, HTTPS is increasingly being used by malicious sites, especially phishing ones.

  37. x said on September 19, 2023 at 9:42 pm
    Reply

    HTTPS doesn’t mean safe
    Many people assume that an HTTPS connection means that the site is secure. In fact, HTTPS is increasingly being used by malicious sites, especially phishing ones.

  38. Tachy said on September 20, 2023 at 4:11 am
    Reply

    website still wacked huh?

  39. Anonymous said on September 21, 2023 at 2:06 am
    Reply

    Article: Firefox 119 will launch with an important address bar change
    https://www.ghacks.net/2023/09/19/firefox-119-will-launch-with-an-important-address-bar-change/

    Just one thing regarding the URL bar as it looks like now in latest Firefox, the relatively new feature where some extensions would add their icon inside the URL bar, how bad can it get?

    https://imgur.com/uIlWI58
    https://postimg.cc/YvYnpzGh
    https://ibb.co/QQT584N
    ps. uploaded same pic to several links just to make sure some will work.

    (For those who can’t see the pic it’s a snapshot showing a URL bar full of extensions, and also Firefox own built in icons that would appear inside the URL bar depending in some cases on which type of website is being viewed, there’s no space left for the actual thing the URL bar is supposed to view, namely the URL address itself)

    Yes, I have several extensions on the toolbar, but the menu bar is pretty full and I want to keep some on the toolbar too, and usually Firefox would also push excessive extensions behind a drop-down menu for access to them as well, but as it looks like now the URL bar is given too little space priority, or is there a way to restrict to a minimum URL bar size?

    1. a2 said on September 24, 2023 at 4:13 am
      Reply

      You can modify Firefox with a “profileFolder/chrome/userChrome.css” file:
      /* https://www.reddit.com/r/FirefoxCSS */
      /* https://github.com/MrOtherGuy/firefox-csshacks */
      @import url(urlbar_info_icons_on_hover.css);
      @import url(page_action_buttons_on_hover.css);
      @import url(compact_extensions_panel.css);
      #urlbar-container:focus-within { min-width: 60vw !important; }
      #navigator-toolbox .chromeclass-toolbar-additional { margin-inline: -2px !important; }
      #unified-extensions-button { order: 1 !important; }

  40. Anonymous said on September 23, 2023 at 7:53 pm
    Reply

    Well, Mozilla and Firefox are saved because of this and many other changes / ‘news’ in the past days!

  41. Anonymous said on September 23, 2023 at 9:25 pm
    Reply

    A while ago they separated the “Firefox” brand from the “Firefox Browser” brand, now they are abandoning the Firefox brand? Or are they abandoning the Firefox Browser brand? I don’t know.

  42. Anonymous said on September 24, 2023 at 4:03 pm
    Reply

    While that small change would make sense as standalone, it’s unfortunately done in a context where Google (and thus Mozilla) wants to get rid of the URL ultimately and just display search engine data on that bar, going on with that trend of the browser only being a search engine carrier.

  43. Anonymous said on September 24, 2023 at 6:26 pm
    Reply

    Were users forced to use the same account for different Mozilla products ? Maybe those who want their news reading habits to be tracked and monetized by Mozilla Pocket do not want their e-commerce habits to be tracked and monetized by Mozilla Fakespot under the same identity ? This is really starting to look like a Google account. When I think that this Firefox account thing more or less started with just an end-to-end encrypted sync service where Mozilla could not access the data. Now they use accounts to monetize user data. Sigh.

    There are probably still drones haunting the web claiming the highly repeated lie that “Mozilla does not even have user personal data” (meaning they only monetized the fuck out of every possible piece of sensitive private user data under other forms, without the risk of breaching GDPR). Well, sure they have, lots of that too.

    “users who signed-in using Google or Apple credentials”

    Wait, what ?

Leave a Reply

Check the box to consent to your data being stored in line with the guidelines set out in our privacy policy

We love comments and welcome thoughtful and civilized discussion. Rudeness and personal attacks will not be tolerated. Please stay on-topic.
Please note that your comment may not appear immediately after you post it.