Recommended Posts

Hello everyone. Any way to disable that horrible HTML5 video on YouTube? My laptop is slow so html5 videos slow it down. I haven't enabled anything, and if I have, I have disabled it(I saw some settings in about:config in here)

 

The youtube.com/html5 says "The HTML5 player is currently used when possible." It also doesn't display anything in order to disable it(if I recall correctly there was a button to disable the html5 player but now it has disappeared)

 

 

Edit: OpenH264 Video Codec provided by Cisco Systems is also disabled.

Use a release version of Firefox, Google isn't sending the Flash player to development versions of Firefox any more (For 99.9% of videos)

OpenH264 is only used for WebRTC anyway, disabling it won't do anything for normal video playback.

Well you can go two routes. You can either stick with Windows built in, leave DirectWrite enabled (which is stuck with Windows font rendering regardless), and install something like Anti-Aliasing Tuner, it's on the Firefox extension site, fiddle with the settings until you get it where you like it.  All in all the results are decent once you play with it a bit.

https://addons.mozilla.org/en-US/firefox/addon/anti-aliasing-tuner/

 

Or, you can replace it entirely with something else (MacType, GDI++, etc etc), disable DirectWrite and go for broke. I went with the latter (MacType as a service) as it works with near any Windows desktop application, not just the browser. Lots of presets or you can fiddle with the numbers.

 

For example, Firefox on Windows 7, although I usually use Chrome now:

fonts.png

 

I already use Mactype, but i need to disable partially 3D acc if i want mactype in Firefox

Hello everyone. Any way to disable that horrible HTML5 video on YouTube? My laptop is slow so html5 videos slow it down. I haven't enabled anything, and if I have, I have disabled it(I saw some settings in about:config in here)

 

The youtube.com/html5 says "The HTML5 player is currently used when possible." It also doesn't display anything in order to disable it(if I recall correctly there was a button to disable the html5 player but now it has disappeared)

 

 

Edit: OpenH264 Video Codec provided by Cisco Systems is also disabled.#

 

 

Your video is slow not because of html5 but because google is sending you vp9 codec video now. If you right click a youtube video and click on stats it will say vp9. This requires quite a lot of cpu to decode. Click the button on youtube.com/html5 to disable and it will use h264 using flash player.

Mozilla improves single-word searches and local queries in Firefox 33

 

When you type 8675309 or 867-5309, or any other similar query, Firefox will run a search immediately without any delays.  The browser will however displays a prompt asking you if you meant to go to a locally hosted resource accessible under that name.

You can select Yes, take me to "query" to go there, or "not thanks" to remain on the search results page. The browser remembers the selection and will act automatically accordingly from that moment on.

For single-word searches, results are displayed a lot quicker than before as well.

According to Mozilla, Firefox users will see search results for these type of queries on average 5 seconds quicker than before.

Whitelist sites

Sites can be whitelisted so that they are always loaded directly when entered. Localhost is whitelisted automatically, while all other sites can be added in the following way:

  1. Type about:config in the browser's address bar.
  2. Confirm you will be careful if the prompt appears.
  3. Right-click there and select New > Boolean to create a new preference.
  4. Name it browser.fixup.domainwhitelist.WORD
  5. WORD in this case is the query that you want whitelisted.
  6. Set the preference to true and search will be skipped automatically when you enter that word into the browser's address bar.

Bugs

Two cases are not resolved yet and need to be addressed. Queries will still fail if they end with a period. Mozilla will fix that issue soon [bug 1042519].

Queries with periods in the middle will also fail. Mozilla is not working on it right now, but the bug can be tracked as well [bug 494092].

 

Draft 14 is totally going to be the last draft! (Just like the last 2 drafts!)

I think Draft 13 mandated AEAD ciphers (i.e. AES-GCM, or the Google ones), which is actually a pretty welcome change though :laugh:

Edit: Now we just need TLS 1.3 to encrypt the plain text parts of the handshake.

Mozilla has been working on project Janus for some time without revealing much about it to the public. The goal of the project is to improve the browsing experience of the user. Here it is mobile users that Janus is targeting mainly but desktop users will gain access to the same technology as well.

The official wiki entry lists the goals of the project:

  1. Reduce page load times
  2. Reduce bandwidth requirements
  3. Increase user privacy
  4. Increase responsiveness for slow sites.
  5. Reduce radio time.

Like Opera Turbo and Max, and Google's Off-Road modus, it is making use of a proxy server that sits between the user's device and the Internet.

Traffic flows through the proxy server, and several methods are used to ensure that the goals listed above are met.

Among other things, this includes compressing images, text and certain types of streams, utilizing caching technologies, or reducing HTTPS round trips.

Mozilla notes that compression should not have an impact on the visual quality of the image. This means that it will work well on images that are not optimized, while you may not see a large difference in size when it comes to images that have been optimized by the webmaster.

The majority of features up until now are similar to other proxy technologies. Mozilla has additional ideas on how to improve it further. This includes converting gifs to videos to reduce their size, entering readability mode automatically for some sites, ad blocking, Opera Mini-like pre-rendering of pages, and adding support for adaptive-streaming.

 

Try it out right now

  • Like 7

So HTTP2 landed and bounced yesterday because Twitter enabled a broken version of it on their servers and enough people complained that it had to be backed out, but since then twitter fixed their servers so as of the latest nightly Firefox talks HTTP2 to compatible servers by default (Y)

Now all we need is TLS 1.3 and support for ChaCha+Poly

A whole bunch of bug fixes for Media Source Extensions landed in the latest nightly, one of which fixes "rate adaptation" in the YouTube player, meaning it won't freeze a couple of seconds into the video now (And will play the whole video switching quality if needed)

Still not ready to be enabled by default though, there's a bad bug where seeking can cause the entire browser to hang and require it to be killed in a task manager. But hey, 720p VP9 looks pretty good (for 2Mbps)

A whole bunch of bug fixes for Media Source Extensions landed in the latest nightly, one of which fixes "rate adaptation" in the YouTube player, meaning it won't freeze a couple of seconds into the video now (And will play the whole video switching quality if needed)

Still not ready to be enabled by default though, there's a bad bug where seeking can cause the entire browser to hang and require it to be killed in a task manager. But hey, 720p VP9 looks pretty good (for 2Mbps)

Interesting. Do any of you know if they're working on MSE + M.264 or if it'll be dependant on OpenH264 or something like that?

Interesting. Do any of you know if they're working on MSE + M.264 or if it'll be dependant on OpenH264 or something like that?

OpenH264 doesn't have anything to do with MSE or normal <video> playback*, confusing but separate ;) They are working on H.264 support in MSE, but they're focusing on getting WebM stabilised first (Because they have the most control over that) and since the majority of MSE work is codec agnostic, once WebM works then all that's left is the H.264 decoder itself.

And even with me saying YouTube works fine, since that post and now they've already landed 2 more fixes for it :laugh:

* Well you could use it for such, but it's optimised for video calls so it's a very limited H.264 decoder.

Edit: If you toggle "media.fragmented-mp4.exposed" in a nightly you'll switch <video> playback to the MSE H.264 demuxer/decoder. Doesn't work entirely well (I've got a video it fails to play) but it does work.

Is there a bug posted for H.264 in MSE to follow? Anyways awesome, thanks for the info.

There's no one bug for H.264 support in MSE (Since support is already in the nightlies, just disabled via a hidden preference), but if you follow the main metabug you can see some of the H.264 specific issues that pop up.

One of the side effects of the MSE work is that now Firefox parses MP4 files itself (rather than giving it to the OS) and the way decoding works is done much differently. Windows support for the new method is probably the best at the moment (Since Windows has really good APIs in this regard), on Linux they hook into ffmpeg (touch and go from what I can gather) and on OS X they're basically reverse engineering the API to see what it wants (And it doesn't work at all on Yosemite, something changed since Mavericks and it crashes instantly)

WebIDE is now default enabled - https://bugzilla.mozilla.org/show_bug.cgi?id=1007059 

Compacting GC (true exact rooting) initial work has been landed as well no memory saving measurements yet.

Firefox is now working tedious in improving its GC performance - meta bug link - https://bugzilla.mozilla.org/show_bug.cgi?id=1008333

 

New Addon Manager look to match with InContent Option:

 

https://bugzilla.mozilla.org/show_bug.cgi?id=989469

 

attachment.cgi?id=8469150

Indeed, I welcome it too as I really hated that dialog. Firefox is really beginning to make strives - today I've been surfing using a e10s window without a single crash. Now all they need to do is move downloads/history/bookmark manager to a tab instead of a new window!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Posts

    • Doom: The Dark Ages Revelations expansion gives the Slayer a brutal Chain Spear by Pulasthi Ariyasinghe Last year, id Software released Doom: The Dark Ages as a prequel to its reboot series, offering a look at the legendary Slayer character during an ancient war between Hell and Heaven. Today, at the Xbox Games Showcase, id Software returned with a new announcement that unveiled Doom: The Dark Ages Revelations as its first story expansion. The expansion will see the Slayer being betrayed and cast into a "merciless purgatory only escapable by confronting haunting truths." Somehow, there is one ally in all this chaos seemingly attempting to help our protagonist escape his fate. Players will be ascending this prison and fighting plenty of new demons and abominations as they work to free the Slayer's followers. One new aspect of the expansion will be the Chain Spear. This new weapon is described by the studio as a "uniquely satisfying combat system that rewards mastery with a potent combination of power and mobility." Check out the trailer below to see the new weapon in action, where the Slayer is seen using it to even pin enemies to walls. id Software is also preparing a free update to all owners of Doom: The Dark Ages that will land alongside the new paid expansion. Dubbed the Ripatorium 3.0 update, this will add more customization options, an improved pass code generation system, and preset options for players diving into the game's arena challenge mode. Expansion buyers will also receive additional maps, demons, and new weapons to use in this mode in addition to the story levels. Doom: The Dark Ages Revelations expansion is out on July 7 across PC, Xbox Series X|S, and PlayStation 5 with a $19.99 price tag. Those who own the Premium Edition or the Collector's Bundle will receive the expansion for no extra cost as well.
    • Hyped for this. Replayed the remasters recently and they're so well done, and Crash 4 was great too. I trust this team to deliver.
    • Ninja Theory's new Hellblade game is action-focused and set in Purgatory by Pulasthi Ariyasinghe Ninja Thery has been building its award-winning Hellblade series since 2017, delivering Senua's Sacrifice and Senua's Saga since then. Today at the 2026 Xbox Games Showcase, the studio had a brand-new installment announcement featuring Senua again, but this time, she is in a version of purgatory, and the focus is on the action. Simply named Senua, this new entry is described as a "full-on action-adventure" experience, delivering an expanded focus on combat, puzzle-solving, and freedom of exploration. The developer says that it is keeping the same high production values and storytelling features of the previous games while giving what players have been asking for in the gameplay department. The entirety of Ninja Theory is now working on Senua, giving the project much more manpower than ever before, while also letting the team draw on its action roots from Devil May Cry and prior titles. However, the studio also confirmed that its previously announced Project Mara horror experience is no longer in development. Alongside snappier traversal moves, Senua will be able to take stealth and direct combat routes. She has access to her own sword, plus any enemy weapons as well, with dual wielding also being an option for most dropped melee swords, axes, and other weapons. Outside of melee combat, Senua will be able to use special abilities that let her alter the reality around her. The world is said to be about twice the size of Hellblade 2. While this won't be an open-world experience, the linear story will let players explore their surroundings further than before. The story of Senua will be set after the events of previous Hellblade titles, with our protagonist being stuck in her own version of Purgatory. The series' well-explored psychosis themes will return as well. "She’s trapped between life and death on a quest to reach the afterlife and be reunited with the ones that she’s loved and lost," adds the studio. "Her belief is that by healing the wounds of her life, she can find the peace that is the key that unlocks the gate to the afterlife." Senua is releasing on Xbox Series X|S, PC, and PlayStation 5 sometime in 2027.
    • Windows has had it, it's called camera frame server. I recall when it was first introduced in an early Windows 10 release it caused issues and there was a registry entry to disable it. Seems like they disabled it by default at some point. Windows 11 brought that toggle to the settings app (not just registry) a while ago.
  • Recent Achievements

    • Proficient
      Eric Biran went up a rank
      Proficient
    • Dedicated
      Conjor earned a badge
      Dedicated
    • Week One Done
      Windows Guy earned a badge
      Week One Done
    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
  • Popular Contributors

    1. 1
      +primortal
      479
    2. 2
      PsYcHoKiLLa
      243
    3. 3
      Steven P.
      72
    4. 4
      +Edouard
      66
    5. 5
      neufuse
      66
  • Tell a friend

    Love Neowin? Tell a friend!