18
submitted 6 months ago by soulfirethewolf to c/firefox@lemmy.ml

I'm trying to move a bit to Firefox in advance for the upcoming changes to Chromium's Manifest v3 changes next june. But one of the major problems I have is that bing looks awful on Firefox for Android in comparison to bing on Microsoft Edge for Android. It seems to be just the mobile version for smart phones, stretched out to a tablet. Is there any way that I can make it look a bit nicer?

top 1 comments
sorted by: hot top controversial new old
[-] ale3smm@lemmy.ml 2 points 6 months ago

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(); });

this post was submitted on 21 Nov 2023
18 points (90.9% liked)

Firefox

16711 readers
110 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 4 years ago
MODERATORS