17
submitted 7 months ago by [email protected] to c/[email protected]

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
[-] [email protected] 2 points 7 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
17 points (90.5% liked)

Firefox

17042 readers
554 users here now

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

founded 4 years ago
MODERATORS