Skip Navigation
Jump
Making Bing on Firefox for Android use the tablet layout instead of the smartphone layout
  • I too wanted the same just write a small UserScript or just a ublock scriplet to modify viewport : function addViewport() { var metaTag = document.createElement('meta'); metaTag.name = "viewport"; metaTag.content = "width=device-width, initial-scale=0.45, maximum-scale=0.8, user-scalable=1"; document.querySelector('head').appendChild(metaTag); } document.addEventListener('DOMContentLoaded', function () { addViewport(); });

    1
  • Jump
    Text wrapping like Opera mobile?
  • yandex Browser which also support every Chrome desktop extensions(looking at you ublock ...) on Android has this feature glad to hear I'm not the only one I use it.

    2
  • After saturday (last good build) in fenix nighlt v 119 is no longer possible to permanelty set trr.mode to any value other than zero for example setting to 3 works but if fenix is killed and restarted (or phone rebooted) trr.mode reset to default zero value , can someone confiorm this bug thanks.

    0
    Jump
    Firefox is badly broken for me, and I've never been able to figure out why
  • give nighlty I try on my second old phone were Firefox was not usable is now working quite well (for the old hardware snapdragon 660 and 4 giga of ram )the only sad part is opening or focusing url bar (which still show home )is painfully laggy and slow

    2