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

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

    • LOL. Can't even quote and edit a comment correctly. Figures you're a Linux user.
    • I have disabled it, but the app is still taking space. I have a Mac and it is only possible to disable Ai on that, but I think that bit does get rid of the AI components after a while. What we are told is that we agree to all this when we use the devices as it is in the end user agreements, their software, they can do what they like. I doubt that any bill will happen in the U.S, the government there are in league with big tech firms. The E.U maybe, they seem to have some guts when it comes to tech companies. The U.K is not in the E.U, but some things still affect us. Our government is as gutless when it comes to tech companies as the U.s government.
    • WebChangeMonitor 26.06 by Razvan Serea Monitors allows you to quickly check a number of web pages and tracks changes based on the content of the web pages. Allows to monitor several protocols, including HTTP and HTTPS. Allows to view and record differences. Available for Win7/10, Linux and others. WebChangeMonitor features: Allows monitoring of web pages and informs about content changes Indication of states of currently monitored items in the tool and taskbar Reporting as sound and/or email as well as log file or HTML log Several configuration / filter options Support all protocols, e.g. http, https Multi-threaded, running in the background Bulk-import and bulk-export of items (from/to CSV) to monitor Export of results to CSV file for further processing Allows running command on items states and/or showing diff (changes) of content with preferred diff-tool ...and many more! Open Source (C++, wxWidgets) Cross platform for Windows (7/10), Linux, RPi and Mac (if self-compiled) WebChangeMonitor 26.06 release notes: Release 26.06 brings mostly s but updates the underlying core infrastructure. A major compiler is used for both x86/x64 and WoA64 architectures. This also means that all core libraries are re-compiled accordingly which required some changes in the build scripts. One of the core libraries (cURL) has been updated to address vulnerabilities and a nasty linker error that was causing the need for a dedicated patch which could now be eliminated. Download: WebChangeMonitor 64-bit | Setup 64-bit | ~10.0 MB (Open Source) Download: WebChangeMonitor 32-bit | Setup 32-bit View: WebChangeMonitor Website | Other Operating Systems | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
    • Rising Star
      olavinto went up a rank
      Rising Star
    • One Month Later
      lamborghiniv10 earned a badge
      One Month Later
    • Week One Done
      lamborghiniv10 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      482
    2. 2
      PsYcHoKiLLa
      257
    3. 3
      Steven P.
      74
    4. 4
      +Edouard
      69
    5. 5
      Skyfrog
      68
  • Tell a friend

    Love Neowin? Tell a friend!